GET
/
api
/
v3
/
axisSections
curl --request GET \
  --url https://{account}-{sandboxName}.sandbox.{server}.luccasoftware.com/api/v3/axisSections
{
  "data": {
    "items": {
      "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
        }
      ]
    }
  }
}

Query Parameters

paging
string
required

{offset},{limit}. Defaults to 0,1000.

axisId
integer[]

Filter on the axis it belongs to.

ownerId
integer[]

Filter on the owner managing it.

active
boolean
default:
true

Filter on active status.

Response

200
application/json
OK
data
object