List participants of a freelance job
Listing of all participants of a freelance job.
Path parameters
The ID of the corporation
The ID of the job
Query parameters
Return records from after this cursor (mutual exclusive with 'before'). '0' to start from the beginning.
Return records from after this cursor (mutual exclusive with 'before'). '0' to start from the beginning.
Return records from before this cursor (mutual exclusive with 'after'). '0' to start from the end.
Return records from before this cursor (mutual exclusive with 'after'). '0' to start from the end.
The amount of records to retrieve per request.
The amount of records to retrieve per request.
Headers
The language to use for the response.
The ETag of the previous request. A 304 will be returned if this matches the current ETag.
The compatibility date for the request.
The tenant ID for the request.
Response
OK
Example response
{
"participants": [
{
"contributed": 100,
"id": 90000001,
"name": "Participant Name",
"state": "Committed"
}
]
}