AnalyticAccounts
List all analytic accounts
List all analytic accounts
get/analytic-accounts
Query parameters
namestring
Search by analytic name
idinteger
Search by id
parent_idinteger required
Search by parent analytic id
filtersobject
Filter by the above query parameters. <br /> <b>Example:</b> { "name[value]" : "abc", "name[operator]" : "contains" } which will search for all records that have a name contains "abc".
sort[asc]'id' | 'name'
Sort records in ascending order
sort[desc]'id' | 'name'
Sort records 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