POST
/
admin
/
donor
/
view
/
{report_id}
/
{hysform_id}
/
{trashed}
curl --request POST \
  --url https://api.helpyousponsor.com/v1/admin/donor/view/{report_id}/{hysform_id}/{trashed} \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "client_id": "1"
}'
{
  "message": "None trashed got to admin/show_all_donors/hysform_id"
}

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

The id of the report

hysform_id
integer
required

The id of the form

trashed
string
required

The trashed status

Body

application/json
Client ID
client_id
string
Example:

"1"

Response

200
application/json
Successful operation
message
string
Example:

"None trashed got to admin/show_all_donors/hysform_id"