curl --request GET \
--url https://{host}/api/v3/axisSections \
--header 'Authorization: <authorization>'{
"data": {}
}List all AxisSections satisfying query filters.
curl --request GET \
--url https://{host}/api/v3/axisSections \
--header 'Authorization: <authorization>'{
"data": {}
}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
Was this page helpful?