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
PageSizePage size.False
ContinuationTokenContinuationToken returned by previous page request.False
api-versionThe requested API versionTrue
Responses:
CodeDescriptionReference
200The single role list.

Post

Summary:

Creates a single role.

Parameters:
NameDescriptionRequiredTypeReference
api-versionThe requested API versionTrue
Responses:
CodeDescriptionReference
200The 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:
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
api-versionThe requested API versionTrue
Responses:
CodeDescriptionReference
200The single role.

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.

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.