The following operations are available for this resource.
Http Verb | Operation | ||
---|---|---|---|
GET | Method: Get, URL: ReferenceData/ControlGroups/{id}?maintenanceMode={maintenanceMode} | Test | |
Get the details of a control group by id. |
|||
GET | Method: GetAll, URL: ReferenceData/ControlGroups?maintenanceMode={maintenanceMode} | Test | |
Get all control groups. For filtering on specific property value, pass the property name with value as query parameter. If the property is another non primitive object, pass PropertyName.Id and its value as query parameter. |
|||
GET | Method: GetSummaries, URL: ReferenceData/ControlGroups/Summary | Test | |
Get a summary representation of all control groups. |
|||
POST | Method: Create, URL: ReferenceData/ControlGroups | Test | |
Create a new control group. |
|||
PUT | Method: Update, URL: ReferenceData/ControlGroups/{id} | Test | |
Update an existing control group. |
|||
DELETE | Method: Delete, URL: ReferenceData/ControlGroups/{id} | Test | |
Delete an existing control group. |