How can we help?

Searching:

0 results found

Reports/[id]/unShare

POST /odata/Reports/[id]/unShare

Description

Enables one or more reports (as specified by the report id(s) in the request) to be unshared, after it has been shared using the Reports/{id}/share endpoint. The ID of a report is returned in the response to the Reports/Post and Reports/Get endpoints.

See the following for request and response details ‒

See Also

Request ‒ Reports/[id]/unShare

Property Type Description Mandatory
id String This is the unique identifier automatically assigned by Axonize when a Report is created. This ID is returned in the response of the Reports/Post. Y
tenants Array of Strings The unique identifier of one or more Axonize Tenants with whom to unshare this report with its Users. This identifier is automatically generated by Axonize and is returned in response to the Tenants/Post request.
applicationId Array of Strings The unique identifier of one or more Axonize Applications with whom to unshare this report with its Users. This identifier is automatically added by Axonize when the Applications/Post request is used.

Example JSON Reports/[id]/unShare Request

curl -X POST \

https://api.stg.axonize.com/odata/reports/5b682f64e5cdcf20a87788d8/unshare/\

-H ‘Content-Type: application/json’ \

-H ‘Authorization: Token’ \

-H ‘appId: be517433-c4b8-4748-9258-1b1234567890’ \

-d ‘ {“applicationsIds”:[“8f71b610-34ab-1234-5674-7228d5f68a08″,”e8f2873f-1234-5674-8a08-02f884853960″],”tenants”:[“e8f2873f-0cab-4fa2-8a08-8a0884858a08”]}’

Response ‒ Reports/[id]/unShare

All the same properties in the request are returned in the response.

Example JSON Reports/[id]/unShare Response

Status 200 – OK