Skip to main content
GET
/
admin
/
programs
/
view
/
{report_id}
/
{program_id}
/
{trashed}
Select Saved View
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"
}

Authorizations

X-HYS-API-Key
string
header
required

API key generated from Developer Settings. Format: hys_...

Path Parameters

report_id
integer
required

ID of the report to select

program_id
integer
required

ID of the program for which the report is selected

trashed
string
required

Indicator of whether to include trashed entities (optional)

Example:

"false"

Response

200 - application/json

Saved report selected successfully

message
string
Example:

"Successfully"

status
string
Example:

"success"