GET/spaces/api/v1/features.json
Get list of all features
Responses
- Code
- 200
- Type
- object
- Schema
- Description
- 200 OK
- Code
- 500
- Type
- object
- Schema
- Description
- 500 Internal Server Error
200 OK
Feature
{
"features": [
{
"date": "2025-01-29T11:35:55.330Z",
"id": 0,
"isRead": true,
"link": "string",
"linkText": "string",
"text": "string",
"title": "string",
"type": "string"
}
]
}