Qualification Categories

Used to group qualifications for workers and to apply control groups to qualifications.

Http Verb Operation
Get ReferenceData/QualificationCategories/{id}?filter={filter}&maintenanceMode={maintenanceMode} Get the details of a Qualification Category by id. To get the resource only if the user has write/edit access, pass filter="writeonly". To get the resource in maintenance mode (which ignores Control Groups), pass maintenanceMode="true". Maintenance mode requires users to have access to the reference tables. (Specified in TX_REFTABLE_USERGROUP).
GET Method: Get, URL: ReferenceData/QualificationCategories/{id}?filter={filter}&maintenanceMode={maintenanceMode} Test

Get the details of a Qualification Category by id. To get the resource only if the user has write/edit access, pass filter="writeonly". To get the resource in maintenance mode (which ignores Control Groups), pass maintenanceMode="true". Maintenance mode requires users to have access to the reference tables. (Specified in TX_REFTABLE_USERGROUP).

GetAll ReferenceData/QualificationCategories?filter={filter}&maintenanceMode={maintenanceMode} Get the details of all Qualification Categories. To get the resources only if the user has write/edit access, pass filter="writeonly". To get the resources in maintenance mode (which ignores Control Groups), pass maintenanceMode="true". Maintenance mode requires users to have access to the reference tables. (Specified in TX_REFTABLE_USERGROUP).
GET Method: GetAll, URL: ReferenceData/QualificationCategories?filter={filter}&maintenanceMode={maintenanceMode} Test

Get the details of all Qualification Categories. To get the resources only if the user has write/edit access, pass filter="writeonly". To get the resources in maintenance mode (which ignores Control Groups), pass maintenanceMode="true". Maintenance mode requires users to have access to the reference tables. (Specified in TX_REFTABLE_USERGROUP).

GetSummaries ReferenceData/QualificationCategories/Summary Get a summary representation of all Qualification Categories.
GET Method: GetSummaries, URL: ReferenceData/QualificationCategories/Summary Test

Get a summary representation of all Qualification Categories.

Create ReferenceData/QualificationCategories Create a new Qualification Category.
POST Method: Create, URL: ReferenceData/QualificationCategories Test

Create a new Qualification Category.

Update ReferenceData/QualificationCategories/{id} Update an existing Qualification Category.
PUT Method: Update, URL: ReferenceData/QualificationCategories/{id} Test

Update an existing Qualification Category.

Delete ReferenceData/QualificationCategories/{id} Delete an existing Qualification Category.
DELETE Method: Delete, URL: ReferenceData/QualificationCategories/{id} Test

Delete an existing Qualification Category.