GET/spaces/api/v1/starred.json
List the favourites of the current user
Request Examples
Example Request
GET
/spaces/api/v1/starred.jsoncurl --request GET \ --url https://{site_name}.teamwork.com/tags.json
Responses
- Code
- 200
- Type
- object
- Schema
- Description
- 200 OK
- Code
- 500
- Type
- object
- Schema
- Description
- 500 Internal Server Error
200 OK
Favorite
{
"favorites": [
{
"id": 0,
"meta": {},
"type": "string"
}
]
}