/api/Report/ReportQuery
Get
Summary:
Returns all the single roles according to the provided query.
Parameters:
Name | Description | Required | Type | Reference |
---|
squery | Query compliant to the API query grammar. | False | | |
Path | Represents the permission path. | False | | |
QueryRootEntityType | Defines the query root entity type. | False | | |
QueryBinding | Defines the query binding. | False | | |
PageSize | Page size. | False | | |
ContinuationToken | ContinuationToken returned by previous page request. | False | | |
api-version | The requested API version | True | | |
Responses:
Code | Description | Reference |
---|
200 | The single role list. | |
Post
Summary:
Creates a single role.
Parameters:
Name | Description | Required | Type | Reference |
---|
api-version | The requested API version | True | | |
Responses:
Code | Description | Reference |
---|
200 | The result of the single role creation. | |
/api/Report/ReportQuery/{id}
Get
Summary:
Returns a single role corresponding to the provided identifier and its information according to the
provided query.
Parameters:
Name | Description | Required | Type | Reference |
---|
id | Identifier of the single role. | True | | |
squery | Query compliant to the API query grammar. | False | | |
Path | Represents the permission path. | False | | |
QueryRootEntityType | Defines the query root entity type. | False | | |
QueryBinding | Defines the query binding. | False | | |
api-version | The requested API version | True | | |
Responses:
Code | Description | Reference |
---|
200 | The single role. | |
Put
Summary:
Updates a single role.
Parameters:
Name | Description | Required | Type | Reference |
---|
id | Identifier of the single role to update. | True | | |
api-version | The requested API version | True | | |
Responses:
Code | Description | Reference |
---|
200 | The result of the single role update. | |
Delete
Summary:
Deletes a single role.
Parameters:
Name | Description | Required | Type | Reference |
---|
id | Identifier of the single role to delete. | True | | |
api-version | The requested API version | True | | |
Responses:
Code | Description | Reference |
---|
200 | The result of the single role delete. | |