curl --request GET \
--url https://{host}/api/v3/axisSections \
--header 'Authorization: <authorization>'{
"data": {
"items": {
"code": "<string>",
"multilingualName": "<string>",
"axisId": 123,
"id": 2,
"name": "<string>",
"url": "<string>",
"description": "<string>",
"ownerId": 123,
"startOn": "2023-11-07T05:31:56Z",
"endOn": "2023-11-07T05:31:56Z",
"active": true,
"parentAxisSections": [
{
"code": "<string>",
"multilingualName": "<string>",
"axisId": 123,
"id": 2,
"name": "<string>",
"url": "<string>",
"description": "<string>",
"ownerId": 123,
"startOn": "2023-11-07T05:31:56Z",
"endOn": "2023-11-07T05:31:56Z",
"active": true
}
],
"childrenAxisSections": [
{
"code": "<string>",
"multilingualName": "<string>",
"axisId": 123,
"id": 2,
"name": "<string>",
"url": "<string>",
"description": "<string>",
"ownerId": 123,
"startOn": "2023-11-07T05:31:56Z",
"endOn": "2023-11-07T05:31:56Z",
"active": true
}
]
}
}
}List all AxisSections satisfying query filters.
curl --request GET \
--url https://{host}/api/v3/axisSections \
--header 'Authorization: <authorization>'{
"data": {
"items": {
"code": "<string>",
"multilingualName": "<string>",
"axisId": 123,
"id": 2,
"name": "<string>",
"url": "<string>",
"description": "<string>",
"ownerId": 123,
"startOn": "2023-11-07T05:31:56Z",
"endOn": "2023-11-07T05:31:56Z",
"active": true,
"parentAxisSections": [
{
"code": "<string>",
"multilingualName": "<string>",
"axisId": 123,
"id": 2,
"name": "<string>",
"url": "<string>",
"description": "<string>",
"ownerId": 123,
"startOn": "2023-11-07T05:31:56Z",
"endOn": "2023-11-07T05:31:56Z",
"active": true
}
],
"childrenAxisSections": [
{
"code": "<string>",
"multilingualName": "<string>",
"axisId": 123,
"id": 2,
"name": "<string>",
"url": "<string>",
"description": "<string>",
"ownerId": 123,
"startOn": "2023-11-07T05:31:56Z",
"endOn": "2023-11-07T05:31:56Z",
"active": true
}
]
}
}
}API key. Value must be formatted like so: lucca application={api_key}.
{offset},{limit}. Defaults to 0,1000.
"100,0"
Filter on the axis it belongs to.
Filter on the owner managing it.
Filter on active status.
OK
Show child attributes
Show child attributes
x >= 1Show child attributes
x >= 1Show child attributes
x >= 1Was this page helpful?