Read the dimensions of a product as set in the system.
GET
/products/{id}/dimensions
curl \
--request GET 'https://rest.api.24sevenoffice.com/v1/products/12/dimensions' \
--header "Authorization: string"
Response examples (200)
# Headers
Access-Control-Allow-Origin: string
Access-Control-Allow-Credentials: string
X-Trace-Id: string
# Payload
[
{
"dimensionType": 1,
"dimensionTypeName": "Project",
"value": "13",
"name": "Project with ID 13"
}
]