With this API, you can get 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"
]