Handles the selection of a saved report,
curl --request GET \
--url https://api.helpyousponsor.com/v1/admin/programs/view/{report_id}/{program_id}/{trashed} \
--header 'X-HYS-API-Key: <api-key>'{
"message": "Successfully",
"status": "success"
}API key generated from Developer Settings. Format: hys_...
ID of the report to select
ID of the program for which the report is selected
Indicator of whether to include trashed entities (optional)
"false"
curl --request GET \
--url https://api.helpyousponsor.com/v1/admin/programs/view/{report_id}/{program_id}/{trashed} \
--header 'X-HYS-API-Key: <api-key>'{
"message": "Successfully",
"status": "success"
}