Hello,
when I get the system form definitions for 'incident’ (using the /events/incident/definition endpoint) or when I get custom form definition (using /events/definition?customDefinition=INCIDENT endpoint) → it returns this data which looks good but I noticed there some differencies with the field names - for example when I get 1 event by ID - fields like 'eventStatus’ or 'eventState’ are with other names here in this response (they are only "status” and "state”)
response from /events/{event ID}:
So is there a way how to match the names returned from the form definitions and the actual field names from the event response?
Thanks,
regards Stefan