control-views
Operations addressed under /control-views — 8 operations.
get-control-view-list
Add Authorization: Bearer <token> yourself — generated samples and Try it do not attach a credential.
Response body, read from the service source
The route declares its response as IEnumerable<ControlViewDto>.
| Field | Declared type | Nullable |
|---|---|---|
Id | Guid | no |
Name | string | no |
Description | string | no |
IsActive | bool | no |
ControlItemGroups | IEnumerable<ControlViewMapDto> (collection) | no |
Member names are the service's declaration names.
query Parameters
orderByorderSortpageIndexpageSizeget-control-view-list › Responses
Success. Returns a collection of records. Of 135 operations in this state that were probed (measured against a reference deployment on parameterless GET routes only), 118 answered and 118 returned a bare JSON array.
Array of catalog-declared response records.
descriptionidisActivenamecreate-control-view
Add Authorization: Bearer <token> yourself — generated samples and Try it do not attach a credential.
Response body, read from the service source
The route declares its response as AuraCommandDto.
| Field | Declared type | Nullable |
|---|---|---|
Id | Guid | no |
Member names are the service's declaration names.
Error codes this operation is known to raise
| Code | Status | Meaning | Message |
|---|---|---|---|
ERR_CUSEVL_10 | 400 | THE_SAME_CONTROL_ITEM_GROUP_CANNOT_BE_ADDED_TO_CONTROL_GROUP_MORE_THAN_ONCE | The same control item group cannot be added to a control view more than once. |
ERR_CUSEVL_6 | 400 | CONTROL_ITEM_GROUP_IS_NOT_FOUND | Control item group cannot be found with the given: {0}. |
ERR_CUSEVL_8 | 400 | CONTROL_GROUP_NAME_SHOULD_BE_UNIQUE | Control view name should be unique. |
ERR_CUSEVL_9 | 400 | CONTROL_ITEM_GROUP_THAT_IS_IN_PASSIVE_STATUS_CANNOT_BE_INCLUDED_IN_THE_CONTROL_VIEW | Control item group that is in passive status cannot be included in the control view. |
create-control-view › Request Body
descriptionnamecreate-control-view › Responses
Success. An exact, uniquely bound route registration classifies this response as a single-record.
calculate-control-view
Add Authorization: Bearer <token> yourself — generated samples and Try it do not attach a credential.
Response body, read from the service source
The route declares its response as CalculateControlViewDto.
| Field | Declared type | Nullable |
|---|---|---|
ControlViewName | string | no |
ControlItemGroups | List<ControlItemGroupItem> (collection) | no |
Member names are the service's declaration names.
Error codes this operation is known to raise
| Code | Status | Meaning | Message |
|---|---|---|---|
ERR_CUSEVL_11 | 400 | CONTROL_VIEW_IS_NOT_FOUND | Control view is cannot be found with the given: {0}. |
ERR_CUSEVL_16 | 400 | CONTROL_VIEW_RELATED_ITEM_GROUP_MAP_IS_NOT_FOUND | Query process failed because a control item group defined within the control view could not be found. |
ERR_CUSEVL_17 | 400 | QUERY_PARAMETER_TYPE_VALUE_MISMATCH | not published in this snapshot |
calculate-control-view › Responses
Success. An exact, uniquely bound route registration classifies this response as a single-record.
get-control-view-by-id
Add Authorization: Bearer <token> yourself — generated samples and Try it do not attach a credential.
Response body, read from the service source
The route declares its response as ControlViewDto.
| Field | Declared type | Nullable |
|---|---|---|
Id | Guid | no |
Name | string | no |
Description | string | no |
IsActive | bool | no |
ControlItemGroups | IEnumerable<ControlViewMapDto> (collection) | no |
Member names are the service's declaration names.
Error codes this operation is known to raise
| Code | Status | Meaning | Message |
|---|---|---|---|
ERR_CUSEVL_11 | 400 | CONTROL_VIEW_IS_NOT_FOUND | Control view is cannot be found with the given: {0}. |
path Parameters
idget-control-view-by-id › Responses
Success. The catalog declares this returns a single record. Of 25 operations in this state with a probeable route, 8 answered and 6 returned a single record — the other two returned a collection and a bare boolean.
descriptionidisActivenameupdate-control-view
Add Authorization: Bearer <token> yourself — generated samples and Try it do not attach a credential.
Error codes this operation is known to raise
| Code | Status | Meaning | Message |
|---|---|---|---|
ERR_CUSEVL_11 | 400 | CONTROL_VIEW_IS_NOT_FOUND | Control view is cannot be found with the given: {0}. |
ERR_CUSEVL_8 | 400 | CONTROL_GROUP_NAME_SHOULD_BE_UNIQUE | Control view name should be unique. |
path Parameters
idupdate-control-view › Request Body
descriptionisActivenameupdate-control-view › Responses
Success. The catalog declares no response fields for this operation. The body is UNKNOWN CONTENT. The response type this route registers was read from the service's own source and is published on this operation as x-aura-code-response.
delete-control-view
Add Authorization: Bearer <token> yourself — generated samples and Try it do not attach a credential.
Error codes this operation is known to raise
| Code | Status | Meaning | Message |
|---|---|---|---|
ERR_CUSEVL_11 | 400 | CONTROL_VIEW_IS_NOT_FOUND | Control view is cannot be found with the given: {0}. |
path Parameters
iddelete-control-view › Responses
Success. The catalog declares no response fields for this operation. The body is UNKNOWN CONTENT. The response type this route registers was read from the service's own source and is published on this operation as x-aura-code-response.
delete-control-view-map
Add Authorization: Bearer <token> yourself — generated samples and Try it do not attach a credential.
Error codes this operation is known to raise
| Code | Status | Meaning | Message |
|---|---|---|---|
ERR_CUSEVL_11 | 400 | CONTROL_VIEW_IS_NOT_FOUND | Control view is cannot be found with the given: {0}. |
ERR_CUSEVL_14 | 400 | CONTROL_VIEW_MAP_IS_NOT_FOUND | The record of the relationship is cannot be found with the given: {0}. |
path Parameters
idcontrolViewMapIddelete-control-view-map › Responses
Success. The catalog declares no response fields for this operation. The body is UNKNOWN CONTENT. The response type this route registers was read from the service's own source and is published on this operation as x-aura-code-response.
create-control-view-map
Add Authorization: Bearer <token> yourself — generated samples and Try it do not attach a credential.
Response body, read from the service source
The route declares its response as AuraCommandDto.
| Field | Declared type | Nullable |
|---|---|---|
Id | Guid | no |
Member names are the service's declaration names.
Error codes this operation is known to raise
| Code | Status | Meaning | Message |
|---|---|---|---|
ERR_CUSEVL_10 | 400 | THE_SAME_CONTROL_ITEM_GROUP_CANNOT_BE_ADDED_TO_CONTROL_GROUP_MORE_THAN_ONCE | The same control item group cannot be added to a control view more than once. |
ERR_CUSEVL_11 | 400 | CONTROL_VIEW_IS_NOT_FOUND | Control view is cannot be found with the given: {0}. |
ERR_CUSEVL_6 | 400 | CONTROL_ITEM_GROUP_IS_NOT_FOUND | Control item group cannot be found with the given: {0}. |
ERR_CUSEVL_9 | 400 | CONTROL_ITEM_GROUP_THAT_IS_IN_PASSIVE_STATUS_CANNOT_BE_INCLUDED_IN_THE_CONTROL_VIEW | Control item group that is in passive status cannot be included in the control view. |
path Parameters
idcreate-control-view-map › Request Body
controlItemGroupIdcontrolItemGroupProcessOrdercontrolItemGroupViewOrdercreate-control-view-map › Responses
Success. An exact, uniquely bound route registration classifies this response as a single-record.