Represents a single position type instance.
https://www.saskatchewanjobs.ca/api/v1.1/positiontypes/{id}
| Property | Type | Description |
|---|---|---|
| id | Int32 | Unique identifier of the position type. |
| name | String (max 10) | Human readable name for the position type. |
Authentication: Not Required
https://www.saskatchewanjobs.ca/api/v1.1/positiontypes/1
{
"id":1,
"name":"Full Time"
}
Not supported.
Represents the complete list of position types in the system.
https://www.saskatchewanjobs.ca/api/v1.1/positiontypes
Authentication: Not Required
https://www.saskatchewanjobs.ca/api/v1.1/positiontypes
{
"data":[
{"id":1,"name":"Full Time"},
{"id":2,"name":"Part Time"},
{"id":3,"name":"Contract"},
{"id":4,"name":"Temp"},
{"id":5,"name":"Volunteer"}
]
}