v1

latestOpenAPI 3.1.0EVE Developer License2026-07-17208257682.6 KB
Freelance Jobs

List participants of a freelance job

Listing of all participants of a freelance job.

get/corporations/{corporation_id}/freelance-jobs/{job_id}/participants

Path parameters

corporation_idinteger required
Example:98777771

The ID of the corporation

job_idstring uuid required
Example:3868eaed-8278-4cb7-9709-7d7de9c20dc7

The ID of the job

Query parameters

afterstring

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.

beforestring

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.

limitinteger

The amount of records to retrieve per request.

The amount of records to retrieve per request.

Headers

Accept-Language'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'

The language to use for the response.

If-None-Matchstring

The ETag of the previous request. A 304 will be returned if this matches the current ETag.

X-Compatibility-Date'2025-12-16' date required

The compatibility date for the request.

X-Tenantstring

The tenant ID for the request.

Response

OK

Example response

{
  "participants": [
    {
      "contributed": 100,
      "id": 90000001,
      "name": "Participant Name",
      "state": "Committed"
    }
  ]
}