Control Groups

The following operations are available for this resource.

Http Verb Operation
Get ReferenceData/ControlGroups/{id}?maintenanceMode={maintenanceMode} Get the details of a control group by id.
GET Method: Get, URL: ReferenceData/ControlGroups/{id}?maintenanceMode={maintenanceMode} Test

Get the details of a control group by id.

GetAll ReferenceData/ControlGroups?maintenanceMode={maintenanceMode} 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: 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.

GetSummaries ReferenceData/ControlGroups/Summary Get a summary representation of all control groups.
GET Method: GetSummaries, URL: ReferenceData/ControlGroups/Summary Test

Get a summary representation of all control groups.

Create ReferenceData/ControlGroups Create a new control group.
POST Method: Create, URL: ReferenceData/ControlGroups Test

Create a new control group.

Update ReferenceData/ControlGroups/{id} Update an existing control group.
PUT Method: Update, URL: ReferenceData/ControlGroups/{id} Test

Update an existing control group.

Delete ReferenceData/ControlGroups/{id} Delete an existing control group.
DELETE Method: Delete, URL: ReferenceData/ControlGroups/{id} Test

Delete an existing control group.