Retrieving work information related to an incident
Tip: For faster searching, add an asterisk to the end of your partial query. Example: cert*
To retrieve work information related to an incident, use the HPD:Help Desk form to get the HPD:INC:Worklog. To get the details of all the associations, you retrieve the Entry ID for the corresponding incident on the HPD:Help Desk form and then retrieve the associations related to the work information, that is the HPD:INC:Worklog.
The following video (6.25) demonstrates how to use the Postman REST API client to search for an entry.
The video was recorded using an earlier version of AR System, but is valid for AR System 9.x and later versions.
Use the following steps to get the Entry ID for a corresponding incident, from the HPD:Help Desk form.
Add a parameter q to search for incident number.
Ensure the value for the parameter is encoded properly. (See https://www.w3schools.com/html/html_urlencode.asp.)
For example, after adding qualification based on “Incident Number” field, the URL should look something like this:
http://serverName/api/arsys/v1/entry/HPD:Help Desk?q=%27Incident+Number%27+%3D+%22INC000000000701%22
Enter the following data as key value pair in the header:
Key | Value |
|---|---|
Authorization | AR-JWT <token generated> |
Content-Type | application/json |
Click Send.
The plug-in returns a URL in the Location section for the related entry, for example:
The following video (5:14) describes how to use the Postman REST API client to get related entries by using associations..
The video was recorded using an earlier version of AR System, but is valid for AR System 9.x and later versions.
Use the following steps to retrieve all the related work information logs for the incident:
Enter the following data as key value pair in the header:
Key | Value |
|---|---|
Authorization | AR-JWT <token generated> |
Content-Type | application/json |
Click Send.
The plug-in returns a URL in the Location section to all related work information logs that are related to the corresponding incident, for example: