> 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/crvs-v1.0-1/crvs/crvs-with-sp-mis-standards/api.md).

# API

As described in the [Structure & Versioning of the Standards](/standards/standards-for-interoperability-interfaces/structure-and-versioning-of-the-standards.md), some standards can be reused by various interfaces (and are, hence, labelled as common and provided as hyperlinks on the left side in this space), some are valid for only for one interface without the intention to reuse them for others.

An overview below:

## List of API Specifications for this Interface

| Link                                                                                                                                                                                                |
| --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| [API.COM.01.ASY Search (Async approach)](/standards/standards-for-interoperability-interfaces/common-standards-for-interoperability-interfaces/api/methods/api.com.01.asy-search-async-approach.md) |
| [API.COM.01.SYN Search (Sync approach)](/standards/standards-for-interoperability-interfaces/common-standards-for-interoperability-interfaces/api/methods/api.com.01.syn-search-sync-approach.md)   |
| [API.COM.02 Event Subscription](/standards/standards-for-interoperability-interfaces/common-standards-for-interoperability-interfaces/api/methods/api.com.02-event-subscription.md)                 |
| [API.COM.03 Event Notification](/standards/standards-for-interoperability-interfaces/common-standards-for-interoperability-interfaces/api/methods/api.com.03-event-notification.md)                 |
| [API.COM.04.ASY Status (Async approach)](/standards/standards-for-interoperability-interfaces/common-standards-for-interoperability-interfaces/api/methods/api.com.04.asy-status-async-approach.md) |
| [API.COM.04.SYN Status (Sync approach)](/standards/standards-for-interoperability-interfaces/common-standards-for-interoperability-interfaces/api/methods/api.com.04.syn-status-sync-approach.md)   |


---

# 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:

```
GET https://standards.spdci.org/standards/dci-standards/crvs-v1.0-1/crvs/crvs-with-sp-mis-standards/api.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
