# Versioning

### API Versioning

The API request contains header data. The version component of the header object represents the version of the API.

<figure><img src="/files/Vh7VSbl2GxVO6NroAH5w" alt=""><figcaption></figcaption></figure>

### Schema Objects Versioning&#x20;

The 'version' attribute in the search request represents the schema object version of the object being sent. It indicates the specific version of the object that is included in the search request. For example, the following request SearchRequestObject in the data attribute and version attribute to indicate SearchRequestObject's version.

<figure><img src="/files/Bxa47dATBcurMik3hjlk" alt=""><figcaption></figcaption></figure>

Note: The version attribute is being added to various APIs (work in progress).


---

# Agent Instructions: 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/standards-for-interoperability-interfaces/common-standards-for-interoperability-interfaces/api/versioning.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.
