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": [
{}
]
}
}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": [
{}
]
}
}