Skip to main content

Report

/api/Report/ReportQuery

Get

Summary:

Returns all the single roles according to the provided query.

Parameters:
NameDescriptionRequiredTypeReference
squeryQuery compliant to the API query grammar.False
PathRepresents the permission path.False
QueryRootEntityTypeDefines the query root entity type.False
QueryBindingDefines the query binding.False
ApplyPostConditionIf true, use PostCondition access control rules.False
AllowedAllJoinQueryFalse
PageSizePage size.False
ContinuationTokenContinuationToken returned by previous page request.False
api-versionThe requested API versionTrue
Responses:
CodeDescriptionReference
200The single role list.List of ReportQuery

Post

Summary:

Creates a single role.

Parameters:
NameDescriptionRequiredTypeReference
api-versionThe requested API versionTrue
Responses:
CodeDescriptionReference
200The result of the single role creation.ReportQueryCreatedResult

/api/Report/ReportQuery/{id}

Get

Summary:

Returns a single role corresponding to the provided identifier and its information according to the provided query.

Parameters:
NameDescriptionRequiredTypeReference
idIdentifier of the single role.True
squeryQuery compliant to the API query grammar.False
PathRepresents the permission path.False
QueryRootEntityTypeDefines the query root entity type.False
QueryBindingDefines the query binding.False
ApplyPostConditionIf true, use PostCondition access control rules.False
AllowedAllJoinQueryFalse
api-versionThe requested API versionTrue
Responses:
CodeDescriptionReference
200The single role.ReportQuery

Put

Summary:

Updates a single role.

Parameters:
NameDescriptionRequiredTypeReference
idIdentifier of the single role to update.True
api-versionThe requested API versionTrue
Responses:
CodeDescriptionReference
200The result of the single role update.ReportQueryUpdatedResult

Delete

Summary:

Deletes a single role.

Parameters:
NameDescriptionRequiredTypeReference
idIdentifier of the single role to delete.True
api-versionThe requested API versionTrue
Responses:
CodeDescriptionReference
200The result of the single role delete.ReportQueryDeletedResult