Get the list of all the job ads
GET https://ws.jobarch.com/v.api.1/list/job
This method returns a simple list of alle rthe job ads associated to your account in JobArch.\ You can use it for example to fill a dropdown menu in a form.
Output
An array of JSON objects composed by: * id * description
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
X-USERNAME | string | ||
X-TOKEN | string | ||
Content-Type | string | ||
Accept | string |