v49

OpenAPI 3.1.1raw.githubusercontent.com2026-04-2200132.4 KB
project

Get project participants

get/api/v1/project/{id}/participants

Path parameters

idinteger required

Project ID

Response

List of project participants

Example response

{
  "items": [
    {
      "first_name": "Test",
      "last_name": "Testov",
      "avatar": "https://test.io/my_face.png"
    }
  ]
}