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

KeyDatatypeRequiredDescription
x-hopex-environment-idstring
x-hopex-repository-idstring
x-hopex-profile-idstring

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"}}]}