Represents a single job type instance.
https://app.jobcast.net/api/v1.0/jobtypes/{id}
Property | Type | Description |
---|---|---|
id | Int32 | Unique identifier of the job type. |
name | String (max 50) | Human readable name for the job type. |
Authentication: Not Required
https://app.jobcast.net/api/v1.0/jobtypes/1
{ "data":{ "id":1, "name":"Full-time" }, "warnings":[] }
Not supported.
Represents the complete list of job types in the system.
https://app.jobcast.net/api/v1.0/jobtypes
Authentication: Not Required
https://app.jobcast.net/api/v1.0/jobtypes
{ "data":[ {"id":1,"name":"Full-time"}, {"id":2,"name":"Part-time"}, {"id":3,"name":"Contract"}, {"id":4,"name":"Temporary"} ], "warnings":[] }