State Eligibilities

Retrieve the state eligibility information for a facility.

SecurityBearerAuth
Request
path Parameters
facility_id
required
integer

The ID of the facility to fetch eligibility details for.

Example: 130240
Responses
200

Successful response with state eligibility details.

400

Bad Request - The request was invalid or cannot be otherwise served.

404

Not Found - The requested facility was not found.

get/facilities/{facility_id}/state_eligibilities
Response samples
application/json
{
  • "url": "/app/api/v1/state_eligibilities/facility/130240",
  • "date": "2024-06-20 07:11:26 EDT",
  • "code": 200,
  • "elements": 2,
  • "page": "1 of 1",
  • "data": {
    }
}