Used to group qualifications for workers and to apply control groups to qualifications.
| Http Verb | Operation | ||
|---|---|---|---|
| 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). |
|||
| 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). |
|||
| GET | Method: GetSummaries, URL: ReferenceData/QualificationCategories/Summary | Test | |
|
Get a summary representation of all Qualification Categories. |
|||
| POST | Method: Create, URL: ReferenceData/QualificationCategories | Test | |
|
Create a new Qualification Category. |
|||
| PUT | Method: Update, URL: ReferenceData/QualificationCategories/{id} | Test | |
|
Update an existing Qualification Category. |
|||
| DELETE | Method: Delete, URL: ReferenceData/QualificationCategories/{id} | Test | |
|
Delete an existing Qualification Category. |
|||