latestOpenAPI 3.0.12026-07-26222700728.0 KB
e9f0790a89af
Templates
Query dimensions
Query dimensions for the authenticated user. Use these to configure any dimensions that your users need to track against. These are what your users will see and can assign transactions to (e.g., Location, Job, Department, etc.). Dimensions can be hierarchical (e.g., Region -> Location -> Building).
post/v6/templates/dimensions/query
Response
Success
Example response
{
"result": "SUCCESS",
"data": [
{
"id": "tdim_123456",
"name": "Job Site",
"status": "ACTIVE",
"requiredness": "NOT_REQUIRED"
}
]
}