This document identifies the Mitchell1 Intent Registry API service endpoints and their normal signatures
API | Description |
---|---|
api/service/v1/discovery GET |
To facilitate flexibility and scalability the Intent Registry API provides a discovery service. This service should be called when starting an application to retrieve the URI patterns associated with the data or services that the application will need to access. Endpoints are requested using the “endpoints” parameter. Each endpoint is associated with by a mime-type definition. When resolved from the discovery service each endpoint URI is returned as a RESTful URI pattern. In some cases, these URIs will contain placeholders for information that will need to be substituted. |
Implements logic for resolving intent locations
API | Description |
---|---|
Discovery ID: vendor/vnd.m1.intent.resolve.v1 HTTP Method: POST |
Intent Registry Resolve endpoint used for securely looking up intent location |
API | Description |
---|---|
Discovery ID: vendor/vnd.m1.script.integrationclient.v1 HTTP Method: GET |
No documentation available. |
Discovery ID: vendor/vnd.m1.script.integrationserver.v1 HTTP Method: GET |
No documentation available. |