Znode

Build Version:

GET accountcontacts

No documentation available.

Request Information

» Expands

Name Description Usage
accountType This will retrieve the related account type. GET accountcontacts?expand=accounttype
addresses This will retrieve the related list of addresses. GET accountcontacts?expand=addresses
orders This will retrieve the related list of orders. GET accountcontacts?expand=orders
profiles This will retrieve the related list of profiles. GET accountcontacts?expand=profiles
wishList This will retrieve the related list of wish lists. GET accountcontacts?expand=wishlist

» Filters

Name Description Usage
accountId This will filter the request by account ID. GET accountcontacts?filter=accountid~{operator}~{value}
accountTypeId This will filter the request by account type ID. GET accountcontacts?filter=accounttypeid~{operator}~{value}
companyName This will filter the request by company name. GET accountcontacts?filter=companyname~{operator}~{value}
email This will filter the request by email. GET accountcontacts?filter=email~{operator}~{value}
emailOptIn This will filter the request by the email opt in flag. GET accountcontacts?filter=emailoptin~{operator}~{value}
enableCustomerPricing This will filter the request by the enable customer pricing flag. GET accountcontacts?filter=enablecustomerpricing~{operator}~{value}
externalId This will filter the request by external ID. GET accountcontacts?filter=externalid~{operator}~{value}
isActive This will filter the request by the is active flag. GET accountcontacts?filter=isactive~{operator}~{value}
number This will filter the request by number. GET accountcontacts?filter=number~{operator}~{value}
parentAccountId This will filter the request by parent account ID. GET accountcontacts?filter=parentaccountid~{operator}~{value}
profileId This will filter the request by profile ID. GET accountcontacts?filter=profileid~{operator}~{value}
userId This will filter the request by user ID. GET accountcontacts?filter=userid~{operator}~{value}

» Sorting

Name Description Usage
accountId This will sort the response by account ID. GET accountcontacts?sort=accountid
companyName This will sort the response by company name. GET accountcontacts?sort=companyname
createDate This will sort the response by create date. GET accountcontacts?sort=createdate

» Paging

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