Audit - GraphQL query (Synchronous)
POST {{server_url}}/HOPEXGraphQL/api/audit
Make synchronous API call to HOPEX for the ITPM solution. You can make read or write access to the repository.
for instance : list all the application, list a given application by ID...
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
x-hopex-environment-id | string | ||
x-hopex-repository-id | string | ||
x-hopex-profile-id | string |
RESPONSES
status: OK
{"errors":[{"message":"GraphQL.Validation.ValidationError: Cannot query field \"audit1\" on type \"Query\". Did you mean \"audit\"?","locations":[{"line":2,"column":3}],"extensions":{"code":"5.2.1"}}]}