CoE Manager API
- Updated: 2024/02/26
CoE Manager API
CoE Manager (Shibumi) exposes create, read, update, and delete capabilities through its GraphQL API.
GraphQL is a standard for communicating between a client and a server via HTTP, with goals similar to REST. Unlike REST, however, GraphQL exposes a rich language that you can use to describe the data you are fetching. The structure of the data exposed by GraphQL is captured in a schema.
The GraphQL API can be accessed by appending /support-graphiql after the first set of alphanumeric characters in your solution URL.
See GraphQL API.