Hello,
is there a API call that returns all existing forms in IFS - both system and custom forms?
Because I see some API calls that return only the custom forms, while I see it is possible to get a specific system form by the ID but I do not see an option to get/list all system forms too?
I am using these API calls:
- {url}/assystREST/v2/definitions → this returns all forms but I do not see the system forms - all IDs start from 318 up (I see the system forms start from ID 1...)
- {url}/assystREST/v2/events/incident/definition → this returns the form for a specific entity?
- {url}/assystREST/v2/events/definition?customDefinition=GUIDED INCIDENT → this returns the custom form definition of specfied form shortCode
Thanks