curl --request POST \
--url https://api.helpyousponsor.com/v1/admin/progress_report \
--header 'Content-Type: application/json' \
--header 'X-HYS-API-Key: <api-key>' \
--data '
{
"date_from": "2022-01-01",
"date_to": "2022-12-31",
"hysform_id": "1",
"program_id": 1,
"pageIndex": 1,
"pageSize": 10,
"type": "donor",
"client_id": "1"
}
'{
"fields": [
{}
],
"organization": {},
"forms": [
{}
],
"total": 100,
"profile_fields": [
{}
],
"date_from": "2022-01-01",
"date_to": "2022-12-31"
}Documentation Index
Fetch the complete documentation index at: https://api-docs.helpyousponsor.com/llms.txt
Use this file to discover all available pages before exploring further.
API key generated from Developer Settings. Format: hys_...
curl --request POST \
--url https://api.helpyousponsor.com/v1/admin/progress_report \
--header 'Content-Type: application/json' \
--header 'X-HYS-API-Key: <api-key>' \
--data '
{
"date_from": "2022-01-01",
"date_to": "2022-12-31",
"hysform_id": "1",
"program_id": 1,
"pageIndex": 1,
"pageSize": 10,
"type": "donor",
"client_id": "1"
}
'{
"fields": [
{}
],
"organization": {},
"forms": [
{}
],
"total": 100,
"profile_fields": [
{}
],
"date_from": "2022-01-01",
"date_to": "2022-12-31"
}