v1

latestOpenAPI 3.0.02026-07-24622596.0 KB
Projects

List project collaborators

get/projects/{project_id}/collaborators

Path parameters

project_idstring id required

ID of the Project

Query parameters

pageinteger
per_pageinteger

Response

List of project collaborators

idstring

The unique ID of the collaborator

company_idstring

The unique ID of the collaborating company

project_idstring

The unique ID of the project the collaborator is a part of

project_invitation_idstring

The unique ID of the invitation for the collaboration

accepted_atinteger

Timestamp when the project collaboration was accepted

created_atinteger

Timestamp when the project collaboration was created on the server

updated_atinteger

Timestamp when the project collaboration was last updated

Example response

[
  {
    "id": "48892885",
    "company_id": "48892885",
    "project_id": "48892885",
    "project_invitation_id": "48892885",
    "accepted_at": 1621857746,
    "created_at": 1621857746,
    "updated_at": 1621857746
  }
]