AnalyticAccountTemplates
List all analytic accounts templates
List all analytic accounts templates
get/analytic-account-templates
Query parameters
template_namestring
Search by analytic template name
idinteger
Search by id
module_typestring required
Search by module type ex: INV, EXP,..
filtersobject
Filter by the above query parameters. <br /> <b>Example:</b> { "template_name[value]" : "abc", "template_name[operator]" : "contains" } which will search for all records that have a name contains "abc".
sort[asc]'id' | 'template_name' | 'module_type'
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