{
"id": 2,
"name": "<string>",
"url": "<string>",
"code": "<string>",
"multilingualName": "<string>",
"description": "<string>",
"ownerId": 123,
"startOn": "2023-11-07T05:31:56Z",
"endOn": "2023-11-07T05:31:56Z",
"active": true,
"axisId": 123,
"parentAxisSections": [
{
"id": 2,
"name": "<string>",
"url": "<string>",
"code": "<string>",
"multilingualName": "<string>",
"description": "<string>",
"ownerId": 123,
"startOn": "2023-11-07T05:31:56Z",
"endOn": "2023-11-07T05:31:56Z",
"active": true,
"axisId": 123
}
],
"childrenAxisSections": [
{
"id": 2,
"name": "<string>",
"url": "<string>",
"code": "<string>",
"multilingualName": "<string>",
"description": "<string>",
"ownerId": 123,
"startOn": "2023-11-07T05:31:56Z",
"endOn": "2023-11-07T05:31:56Z",
"active": true,
"axisId": 123
}
]
}
Read more about axis-sections in the Get Started section.
The schema is of type object
.
Was this page helpful?