Get type
GET/v1/spaces/:space_id/types/:type_id
Fetches detailed information about one specific type by its ID. This includes the type’s unique key, name, icon, and layout. This detailed view assists clients in understanding the expected structure and style for objects of that type and in guiding the user interface (such as displaying appropriate icons or layout hints).
Request
Responses
- 200
- 401
- 404
- 410
- 500
The requested type
Unauthorized
Resource not found
Resource deleted
Internal server error