# Full

{% stepper %}
{% step %}
**Actor(s)**:

User.
{% endstep %}

{% step %}
**Preconditions**:

User has a valid token to access the API.
{% endstep %}

{% step %}
**Alternative Flow** (Incorrect login attempt):

User provides the incorrect token in the authorization header and executes the API call.

The API returns 401 Unauthorized Error.

User contacts support to trouble shoot this error.
{% endstep %}

{% step %}
**Postconditions**:

Successful response in shown from the API.
{% endstep %}
{% endstepper %}

Validate the XBRL report to various validation types (various XBRL specifications and conformance suites).

[Web Api V1](/openapi/openapi-v1/api-reference/validation/instance/full.md#validation-instance-full)

[Web Api V2](/openapi/openapi-v2/api-reference/validation/instance/full.md#validation-instance-full)

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

**Exceptions:**

401 unauthorized

404 Bad Request

200 Success


---

# 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://docs.semansys.com/semansys-api-usecases/validation/validation-use-cases/instance/full.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.
