# API - v2

- [Introduction](https://docs.shiftiq.com/developers/api-v2/introduction.md): Use the API, SDK, and developer tools to build custom integrations, streamline workflows, and create tailored solutions for your unique needs
- [Authentication](https://docs.shiftiq.com/developers/api-v2/authentication.md): Authenticate your user when using the API
- [How to generate an access token with a long lifetime](https://docs.shiftiq.com/developers/api-v2/authentication/how-to-generate-an-access-token-with-a-long-lifetime.md): Generate API access tokens that last longer than the default 24 hours
- [Endpoints](https://docs.shiftiq.com/developers/api-v2/navigating-the-api.md): Tips and tricks for exploring the various components
- [Accounts API](https://docs.shiftiq.com/developers/api-v2/navigating-the-api/accounts-api.md)
- [Accounts API: Organizations](https://docs.shiftiq.com/developers/api-v2/navigating-the-api/accounts-api-organizations.md)
- [Accounts API: Permissions](https://docs.shiftiq.com/developers/api-v2/navigating-the-api/accounts-api-permissions.md)
- [Accounts API: Users](https://docs.shiftiq.com/developers/api-v2/navigating-the-api/accounts-api-users.md)
- [Assessments API: Answers](https://docs.shiftiq.com/developers/api-v2/navigating-the-api/assessments-api-answers.md)
- [Assessments API: Questions](https://docs.shiftiq.com/developers/api-v2/navigating-the-api/assessments-api-questions.md)
- [Assessments API: Workshops](https://docs.shiftiq.com/developers/api-v2/navigating-the-api/assessments-api-workshops.md)
- [Assets API: Files](https://docs.shiftiq.com/developers/api-v2/navigating-the-api/assets-api-files.md)
- [Assets API: Inputs](https://docs.shiftiq.com/developers/api-v2/navigating-the-api/assets-api-inputs.md)
- [Assets API: Translations](https://docs.shiftiq.com/developers/api-v2/navigating-the-api/assets-api-translations.md)
- [Contacts API: Groups](https://docs.shiftiq.com/developers/api-v2/navigating-the-api/contacts-api-groups.md)
- [Contacts API: Memberships](https://docs.shiftiq.com/developers/api-v2/navigating-the-api/contacts-api-memberships.md)
- [Contacts API: People](https://docs.shiftiq.com/developers/api-v2/navigating-the-api/contacts-api-people.md)
- [Courses API: Courses](https://docs.shiftiq.com/developers/api-v2/navigating-the-api/courses-api-courses.md)
- [Diagnostics API](https://docs.shiftiq.com/developers/api-v2/navigating-the-api/diagnostics-api.md)
- [Events API: Events](https://docs.shiftiq.com/developers/api-v2/navigating-the-api/events-api-events.md)
- [Events API: Registrations](https://docs.shiftiq.com/developers/api-v2/navigating-the-api/events-api-registrations.md)
- [Me API](https://docs.shiftiq.com/developers/api-v2/navigating-the-api/me-api.md)
- [Platform API: Dashboard](https://docs.shiftiq.com/developers/api-v2/navigating-the-api/platform-api-dashboard.md)
- [Records API: Achievements](https://docs.shiftiq.com/developers/api-v2/navigating-the-api/records-api-achievements.md)
- [Records API: Credentials](https://docs.shiftiq.com/developers/api-v2/navigating-the-api/records-api-credentials.md)
- [Records API: Gradebooks](https://docs.shiftiq.com/developers/api-v2/navigating-the-api/records-api-gradebooks.md)
- [Records API: Periods](https://docs.shiftiq.com/developers/api-v2/navigating-the-api/records-api-periods.md)
- [Schemas API: Formats](https://docs.shiftiq.com/developers/api-v2/navigating-the-api/schemas-api-formats.md)
- [Settings API: Routes](https://docs.shiftiq.com/developers/api-v2/navigating-the-api/settings-api-routes.md)
- [Settings API: Routing](https://docs.shiftiq.com/developers/api-v2/navigating-the-api/settings-api-routing.md)
- [Sites API: Pages](https://docs.shiftiq.com/developers/api-v2/navigating-the-api/sites-api-pages.md)
- [Sites API: Sites](https://docs.shiftiq.com/developers/api-v2/navigating-the-api/sites-api-sites.md)
- [Standards API: Standards](https://docs.shiftiq.com/developers/api-v2/navigating-the-api/standards-api-standards.md)
- [Timelines API](https://docs.shiftiq.com/developers/api-v2/navigating-the-api/timelines-api.md)
- [Variants API: CMDS](https://docs.shiftiq.com/developers/api-v2/navigating-the-api/variants-api-cmds.md)
- [Workflows API: Cases](https://docs.shiftiq.com/developers/api-v2/navigating-the-api/workflows-api-cases.md)
- [Workflows API: Forms](https://docs.shiftiq.com/developers/api-v2/navigating-the-api/workflows-api-forms.md)
- [Workflows API: Submissions](https://docs.shiftiq.com/developers/api-v2/navigating-the-api/workflows-api-submissions.md)
- [Models](https://docs.shiftiq.com/developers/api-v2/navigating-the-api/models.md)
- [Request and response formats](https://docs.shiftiq.com/developers/api-v2/request-and-response-formats.md)
- [Rate limits and throttling](https://docs.shiftiq.com/developers/api-v2/rate-limits-and-throttling.md)


---

# 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.shiftiq.com/developers/api-v2.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.
