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"
    }
  ]
}

Changes

Changed in 1 of the 50 revisions of this API.1