Skip to main content
GET
/
accounting
/
dimensions
/
{dimension}
cURL
curl --request GET \
  --url https://api.maesn.dev/accounting/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 parameters environmentName and companyId are correctly populated. You can obtain these values by using the GET Environments and GET Companies endpoints available under the Authentication section.
Query parameters:
limit
enum
Available options: 5, 10, 20, 50, 100
page
number
rawData
boolean

Supported Response Fields:
id
string
code
string
dimension
string
name
string
updatedDate
string
ISO-8601 date format, e.g., 2024-01-01T00:00:00Z
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 Online, your account must have one of the following package subscriptions enabled:
  • Manufacturing (any tier)
  • Professional Services (Plus, Professional, or Premium)
  • Wholesale & Distribution (any tier)
Query parameters:
limit
enum
Available options: 5, 10, 20, 50, 100
page
number
rawData
boolean

Supported Response Fields:
id
string
code
string
createDate
string
ISO-8601 date format, e.g., 2024-01-01T00:00:00Z
description
string
dimension
string
status
string
updatedDate
string
ISO-8601 date format, e.g., 2024-01-01T00:00:00Z
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.
Query parameters:
limit
enum
Available options: 5, 10, 20, 50, 100
page
number

Supported Response Fields:
id
string
code
string
dimension
string
name
string
updatedDate
string
ISO-8601 date format, e.g., 2024-01-01T00:00:00Z

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[]
Last modified on July 2, 2026