List single dimension-type
List single dimension-type. Get description of a single dimension-type by id.
GET
/dimensions/{dimensionType}
curl \
--request GET 'https://rest.api.24sevenoffice.com/v1/dimensions/{dimensionType}' \
--header "Authorization: string"
Response examples (200)
[
{
"id": 1,
"name": "Project"
},
{
"id": 2,
"name": "Department"
},
{
"id": 3,
"name": "Employee"
},
{
"id": 4,
"name": "Product"
},
{
"id": 5,
"name": "Customer"
},
{
"id": 101,
"name": "Custom Dimension 1"
}
]