GET Asset Sources List API

GET/pcrs/1.0/mandate/report/sources

With this API, you can get all available asset source options for report creation. 

Sample -  List all available asset source options for report creationSample -  List all available asset source options for report creation

API Request

curl -X GET "<gateway_base_url>/pcrs/1.0/mandate/report/sources" \
  -H "Authorization: <bearer_token>" \
  -H "Accept: application/json"

JSON Response

[
  "All Assets In Policy",
  "Asset Groups",
  "Asset Tags"
]


 

 

 

success Thank you! We're glad to hear that this topic was useful.
success We appreciate your feedback. We'll work to make this topic better for you in the future.