Get template
GET/v1/spaces/:space_id/types/:type_id/templates/:template_id
Fetches full details for one template associated with a particular type in a space. The response provides the template’s identifier, name, icon, and any other relevant metadata. This endpoint is useful when a client needs to preview or apply a template to prefill object creation fields.
Request
Responses
- 200
- 401
- 404
- 410
- 500
The requested template
Unauthorized
Resource not found
Resource deleted
Internal server error