Zum Inhalt springen
Leadtime
Deutsch
Esc
navigateopen⌘Jpreview

List object file categories (workspace-wide)

GET/objects/file-categories
Authorization
AuthorizationOAuth2 access token · headerrequired
Scopes:api:read
or
AuthorizationBearer token (JWT) · headerrequired
Responses
200Category id and name pairs
Array of object
idstring
namestring
401Unauthorized - Invalid or missing authentication token
403Forbidden - Insufficient API scopes or permissions
Request
curl -X GET "https://leadtime.app/api/public/objects/file-categories" \
  -H "Authorization: Bearer YOUR_ACCESS_TOKEN"
Response
[
  {
    "id": "string",
    "name": "string"
  }
]