jobCategoriesquery:ontologies scope.| Name | Description |
|---|---|
String! | The scheme ID of the job categories.Currently, only seekAnz and seekAnzPublicTest are supported. |
String | The country to list job categories for.This is a two-letter ISO 3166-1:2013 country code, in uppercase.Only use this field if your software has technical limitations that prevent it from dynamically providing a more specific position location to the jobCategories query.
Provide positionProfile.positionLocation instead and omit this field where possible. |
JobCategories_PositionProfileInput | The partial position profile to list job categories for.This should include the same field values that will eventually be used to create or post the PositionProfile. |
| Name | Description |
|---|---|
[JobCategory!]! | The category of a job's occupation. |
query ($schemeId: String!) {
jobCategories(schemeId: $schemeId) {
id {
value
}
}
}