Skip to main content
GET
/
accounting
/
v2
/
dimensions
/
{dimension}
cURL
curl --request GET \
  --url https://api.maesn.dev/accounting/v2/dimensions/{dimension}
{
  "meta": {
    "warnings": [
      "Field not used by target system"
    ],
    "pagination": {
      "total": 125,
      "perPage": 50,
      "currentPage": 1,
      "totalPages": 3
    }
  },
  "data": [
    {
      "id": "08c99551-49ae-4418-9e76-c618d9b21c81",
      "code": "CS1",
      "createdDate": "2025-06-01T11:09:11.533Z",
      "description": "Cost center 1",
      "dimension": "CostCenter",
      "name": "Jerde, Greenfelder and Jacobi",
      "status": "ACTIVE",
      "updatedDate": "2025-06-01T11:09:11.533Z"
    }
  ]
}

Field support per integration

If you’re not using the Interactive Authentication Flow, make sure the query parameter companyId is correctly populated. You can obtain this value by using the GET Companies endpoint available under the Authentication section.
If you’re retrieving projects from Exact, your account must have one of the following package subscriptions enabled:
  • Manufacturing (any tier)
  • Professional Services (Plus, Professional, or Premium)
  • Wholesale & Distribution (any tier)
Supported filters: none
Support pagination: true
Support rawData: true
Supported Response Fields:
id
string
code
string
createDate
string
description
string
dimension
string
status
string
updatedDate
string
If you’re not using the Interactive Authentication Flow, make sure the query parameter companyId is correctly populated. You can obtain this value by using the GET Companies endpoint available under the Authentication section.
Supported filters: none
Support pagination: true
Support rawData: false
Supported Response Fields:
id
string
code
string
dimension
string
name
string
updatedDate
string

Headers

X-API-KEY
string

API key

X-ACCOUNT-KEY
string

Account key

Query Parameters

companyId
string
environmentName
string
rawData
boolean
page
number
limit
enum<number>
Available options:
5,
10,
20,
50,
100

Response

200 - application/json
meta
object
data
object[]