GET/spaces/api/v1/features.json
Get list of all features
Request Examples
Example Request
GET
/spaces/api/v1/features.jsoncurl --request GET \ --url https://{site_name}.teamwork.com/account.json
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-02-11T11:36:38.358Z",
"id": 0,
"isRead": true,
"link": "string",
"linkText": "string",
"text": "string",
"title": "string",
"type": "string"
}
]
}