List properties
GET/v1/spaces/:space_id/properties
Retrieves a paginated list of properties available within a specific space. Each property record includes its unique identifier, name and format. This information is essential for clients to understand the available properties for filtering or creating objects. Supports dynamic filtering via query parameters (e.g., ?name[contains]=date). See FilterCondition enum for available conditions.
Request
Responses
- 200
- 401
- 500
The list of properties in the specified space
Unauthorized
Internal server error