GET
/
admin
/
programs
/
view
/
{report_id}
/
{program_id}
/
{trashed}
curl --request GET \
  --url https://api.helpyousponsor.com/v1/admin/programs/view/{report_id}/{program_id}/{trashed} \
  --header 'Authorization: Bearer <token>'
{
  "message": "Successfully",
  "status": "success"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

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"