> For the complete documentation index, see [llms.txt](https://standards.spdci.org/standards/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://standards.spdci.org/standards/dci-standards/wip-disability-registry/disability-registry-and-sp-systems-interface/1.-crvs/api/methods/api.dr.07-syn-get-disability-support.md).

# API.DR.07 SYN Get Disability Support

The sync get-disability-support endpoint will be implemented by the DR to obtain disability status to verify the eligibility of a person to be enrolled in a certain programme.

API definition link:

* [/get-disability-support](https://spdci.github.io/api-standards/release/html/dr_api_v1.0.0.html#tag/Sync/operation/post_reg_get_disability_support)

Please refer to GitHub for object definitions:

<https://github.com/spdci/schemas/tree/main/extensions/dr/v1>

Note: For any changes kindly raise a pull request on [github](https://github.com/spdci/standards).

**Applicability to this Interface and Examples**

It is also applicable to this interface, as outlined in the sample APIs at the bottom of each of the [Process](/standards/dci-standards/wip-disability-registry/disability-registry-and-sp-systems-interface/1.-crvs/1.2-process.md) pages.

The examples are also consolidated technically here:<br>

{% embed url="<https://spdci.github.io/api-standards/release/sample-jsons/dr>" %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://standards.spdci.org/standards/dci-standards/wip-disability-registry/disability-registry-and-sp-systems-interface/1.-crvs/api/methods/api.dr.07-syn-get-disability-support.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
