Zum Inhalt springen
Leadtime
Deutsch
Esc
navigateopen⌘Jpreview

List form categories and templates (read-only, for attaching forms to tasks)

Same data as GET /workspace/form-templates: categories plus template list items (including each template id). Use a template id as templateId in POST /tasks/{identifier}/form-instances. Prefer GET /workspace/form-templates for new integrations; field schemas are available from GET /workspace/form-templates/{id}.

GET/administration/form-templates-available
Authorization
AuthorizationOAuth2 access token · headerrequired
Scopes:api:read
or
AuthorizationBearer token (JWT) · headerrequired
Responses
200
401Unauthorized - Invalid or missing authentication token
403Forbidden - Insufficient API scopes or permissions
Request
curl -X GET "https://leadtime.app/api/public/administration/form-templates-available" \
  -H "Authorization: Bearer YOUR_ACCESS_TOKEN"
Response
No example response.