Skip to main content
GET
/
api
/
v3
/
axisSections
List AxisSections
curl --request GET \
  --url https://{host}/api/v3/axisSections \
  --header 'Authorization: <authorization>'
{
  "data": {}
}

Headers

Authorization
string
required

API key. Value must be formatted like so: lucca application={api_key}.

Query Parameters

paging
string
required

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

Example:

"100,0"

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

OK

data
object