Project Invitations
List invitations to a project
Returns a list of invitations to a project.
get/projects/{project_id}/invitations
Query parameters
Allows filtering by state of the invtations: "pending" (default), "error".
page[size]integer
Determines the number of items to show.
page[before]string
Pagination cursor. This is automatically generated as necessary and provided in HAL links (_links); it should not be constructed externally.
page[after]string
Pagination cursor. This is automatically generated as necessary and provided in HAL links (_links); it should not be constructed externally.
sort'updated_at' | '-updated_at'
Allows sorting by a single field.<br> Use a dash ("-") to sort descending.
Response
OK