Znode

Build Version:

GET accounts/listcontactsbyprofileids/{profileIds}

No documentation available.

Request Information

» Parameters

Name Description Additional information
profileIds No documentation available.

Define this parameter in the request URI.

» Expands

Name Description Usage
user This will retrieve the related user. GET accounts/listcontactsbyprofileids/{profileIds}?expand=user

» Filters

Name Description Usage
isActive This will filter the request by the is active flag. GET accounts/listcontactsbyprofileids/{profileIds}?filter=isactive~{operator}~{value}
name This will filter the request by name. GET accounts/listcontactsbyprofileids/{profileIds}?filter=name~{operator}~{value}
parentAccountId This will filter the request by parent account ID. GET accounts/listcontactsbyprofileids/{profileIds}?filter=parentaccountid~{operator}~{value}
profileId This will filter the request by profile ID. GET accounts/listcontactsbyprofileids/{profileIds}?filter=profileid~{operator}~{value}
userId This will filter the request by user ID. GET accounts/listcontactsbyprofileids/{profileIds}?filter=userid~{operator}~{value}

» Sorting

Name Description Usage
accountId This will sort the response by account ID. GET accounts/listcontactsbyprofileids/{profileIds}?sort=accountid

» Paging

Name Description Usage
index The index to retrieve when requesting paged results. GET accounts/listcontactsbyprofileids/{profileIds}?page=index~{value}
size The size of the page when retrieving paged results. GET accounts/listcontactsbyprofileids/{profileIds}?page=size~{value}