Minor changes are by default collapsed in the page history.
No changes
The page does not exist yet.
Failed to load changes
Version by on
Leave Collaboration
Are you sure you want to leave the realtime collaboration and continue editing alone? The changes you save while editing alone will lead to merge conflicts with the changes auto-saved by the realtime editing session.
Retrieving an incident entry
Use the /entry/{formName}/{entryId}URL to retrieve an incident on a form.
Open the Postman - REST Client.
Create a token.
Set the Request URL as http://serverName:port/api/arsys/v1/entry/HPD:IncidentInterface_Create/RequestIdOfIncident.
Select the operation as GET.
Click Headers.
Enter the following data as key value pair in the header:
Key
Value
Authorization
AR-JWT <tokengenerated>
Click Send.
Click Body and verify the details of the Request ID.