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

Examples

200 OK

Feature
{
  "features": [
    {
      "date": "2024-07-26T20:26:26.553Z",
      "id": 0,
      "isRead": true,
      "link": "string",
      "linkText": "string",
      "text": "string",
      "title": "string",
      "type": "string"
    }
  ]
}