Returns a contact by their UUID.
Returns a contact by their UUID along with the contact's parent lineage.
the UUID of the contact to retrieve
the contact or null if no contact is found for the UUID
Returns a generator for fetching all the contact identifiers for given freetext.
the search keyword(s)
a generator for fetching all the contact identifiers matching the given freetext.
Returns a generator for fetching all the contact identifiers for given type.
the type of contact identifiers to return
a generator for fetching all the contact identifiers matching the given type.
Returns a generator for fetching all the contact identifiers for given freetext and type.
the search keyword(s)
the type of contact identifiers to return
a generator for fetching all the contact identifiers matching the given freetext and type.
Returns an array of contact identifiers for the provided page specifications and freetext.
the search keyword(s)
Optionalcursor: Nullable<string>the token identifying which page to retrieve. A null value indicates the first page should be
returned. Subsequent pages can be retrieved by providing the cursor returned with the previous page.
Optionallimit: number | `${number}`the maximum number of identifiers to return. Default is 10000.
a page of contact identifiers for the provided specifications
Returns an array of contact identifiers for the provided page specifications and type.
the type of contact to search for
Optionalcursor: Nullable<string>the token identifying which page to retrieve. A null value indicates the first page should be
returned. Subsequent pages can be retrieved by providing the cursor returned with the previous page.
Optionallimit: number | `${number}`the maximum number of identifiers to return. Default is 10000.
a page of contact identifiers for the provided specifications
Returns an array of contact identifiers for the provided page specifications, freetext and type.
the search keyword(s)
the type of contact to search for
Optionalcursor: Nullable<string>the token identifying which page to retrieve. A null value indicates the first page should be
returned. Subsequent pages can be retrieved by providing the cursor returned with the previous page.
Optionallimit: number | `${number}`the maximum number of identifiers to return. Default is 10000.
a page of contact identifiers for the provided specifications
Operations for working with contacts.