Accounts
List accounts
List all accounts
get/accounts
Query parameters
namestring
Search accounts by name
organization_idinteger
Search accounts by organization Id
model_typestring
Search accounts by model type
statusstring
Example:active
Search accounts by status
filtersobject
Filter accounts by the above query parameters. <br /> <b>Example:</b> { "name[eq]" : "My Account" } which will search for accounts with name = "My Account".
sort[asc]'name' | 'organization_id'
Sort accounts in ascending order
sort[desc]'name' | 'organization_id'
Sort accounts in descending order
pageinteger
The particular page to return
per_pageinteger
The number of items to return per page Default: 50 Limit: 200
Response
Successful operation