Get started
Integrations
Use cases
API reference
- Accounting
- Overview
- Accounts
- Async Task
- Contacts
- Customers
- Dimensions
- Expenses
- Files
- Invoices
- Invoice Lines
- Items
- Journals
- Offers
- Offer Lines
- Payment Terms
- Projects
- Sales Orders
- Sales Order Lines
- Suppliers
- Tracking categories
- Tax Rates
- Transactions
- Authentication
- Tenant Management
- User
Dimensions
Get dimensions
GET
/
accounting
/
dimensions
curl --request GET \
--url https://api.maesn.dev/accounting/dimensions
{
"meta": {
"warnings": [
"Field not used by target system"
],
"pagination": {
"total": 123,
"perPage": 123,
"currentPage": 123,
"totalPages": 123
}
},
"data": [
{
"id": "123456",
"categoryName": "Category name",
"createdDate": "2021-01-01T00:00:00Z",
"name": "Category 1",
"updatedDate": "2021-01-01T00:00:00Z",
"status": "ACTIVE"
}
]
}
Test Api token:
663222ee
Test Account token:
85b30b51
Field support per integration
Please ensure the query parameter companyId is accurately filled with the division code to which the contact belongs.
You can obtain this values by using the GET Companies
endpoints available under the Authentication section.
Supported filters:
lastModifiedAt
Supported Response Fields:
Query Parameters
Available options:
5
, 10
, 20
, 50
, 100
Response
200 - application/json
Example:
"123456"
Example:
"Category name"
Example:
"2021-01-01T00:00:00Z"
Example:
"Category 1"
Example:
"2021-01-01T00:00:00Z"
Available options:
ACTIVE
, ARCHIVED
Example:
"ACTIVE"
Was this page helpful?
curl --request GET \
--url https://api.maesn.dev/accounting/dimensions
{
"meta": {
"warnings": [
"Field not used by target system"
],
"pagination": {
"total": 123,
"perPage": 123,
"currentPage": 123,
"totalPages": 123
}
},
"data": [
{
"id": "123456",
"categoryName": "Category name",
"createdDate": "2021-01-01T00:00:00Z",
"name": "Category 1",
"updatedDate": "2021-01-01T00:00:00Z",
"status": "ACTIVE"
}
]
}