AllQueryParameters:
    | {
        person_id: number;
    }
    | {
        organization_id: number;
    }
    | {
        opportunity_id: number;
    }
    | {
        list_entry_id: number;
    }

Type declaration

  • person_id: number

    The unique ID of the person object whose field values are to be retrieved.

Type declaration

  • organization_id: number

    The unique ID of the organization object whose field values are to be retrieved.

Type declaration

  • opportunity_id: number

    The unique ID of the opportunity object whose field values are to be retrieved.

Type declaration

  • list_entry_id: number

    The unique ID of the list entry object whose field values are to be retrieved.