project
Get user's project
get/api/v1/projects
Response
User projects
Example response
{
"items": [
{
"id": 1,
"name": "Test project",
"avatar": "https://tonapi.io/static/test.png",
"date_create": 1690889913000
}
]
}Changes
Changed in 1 of the 50 revisions of this API.1
- ●
added the new
statsenum value to theitems/items/capabilities/items/response property for the response status200response-property-enum-value-added
- ●