Retrieves detailed field options for a specific program and type,
curl --request GET \
--url https://api.helpyousponsor.com/v1/admin/fields/options/{program_id}/{type} \
--header 'X-HYS-API-Key: <api-key>'{
"data": {
"program": {},
"fieldOptions": {},
"fields": [
{}
],
"type": "<string>",
"reports": [
{}
],
"details": [
{}
]
}
}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_...
Program ID for which to fetch field options, or 'all' for all programs
Type of the field options to retrieve
"all or available"
Detailed field options retrieved successfully
Show child attributes
curl --request GET \
--url https://api.helpyousponsor.com/v1/admin/fields/options/{program_id}/{type} \
--header 'X-HYS-API-Key: <api-key>'{
"data": {
"program": {},
"fieldOptions": {},
"fields": [
{}
],
"type": "<string>",
"reports": [
{}
],
"details": [
{}
]
}
}