ITPM - GraphQL query (Synchronous)

POST {{server_url}}/HOPEXGraphQL/api/ITPM

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-idstringSet the absolute identifier of the HOPEX environment. To get the ID look at the megasite.ini and convert the hexaIdAbs. If Blank the value will be read in web.config.
x-hopex-repository-idstringSet the absolute identifier of the HOPEX repository. To get the ID look at the megaenv.ini and convert the hexaIdAbs. If Blank the value will be read in web.config.
x-hopex-profile-idstringSet the absolute identifier of the profile from HOPEX. To get the ID look in HOPEX profile list and get the ID. If Blank the value will be read in web.config.

RESPONSES

status: OK

{"errors":[{"message":"GraphQL.Validation.ValidationError: Cannot query field \"name1\" on type \"Application\". Did you mean \"name\"?","locations":[{"line":5,"column":5}],"extensions":{"code":"5.2.1"}}]}