GET Inspection (Activity) Workorder/Notification

GET Inspection (Activity) Workorder/Notification

Overview

The AsInt Inspection (Activity) App allows users to associate Work Orders and Notifications against the Inspection event.  This article describes how a 3rd party API call can retrieve the Work Order and Notification GUIDs persisted against the Inspection event.

Technical Context

The method for persisting the Work Orders and Notifications associated to the Inspection is using the Long Text of the standard SAP Checklist, of type Simple Checklist.

GET the information from the Checklist

Call the standard API of /aspm/checklist-assessments/api/v1/checklists, passing in the ChecklistID.  See below call using POSTMan.


Sample Call via Postman
In the output, you will receive the following payload within the body.  Note, the "WO" that needs to be parsed to obtain the GUID (Global Unique Identifier) of the Work Order, as well as the Notification.  Please note there could be multiples assigned, the below notation shows how to parse the start and end of the GUID references.
  1. "WO_S" will be the start of the Work Order GUID
  2. "WO_E" will be the end of the Work Order GUID
  3. "NO_S" will be the start of the Notification GUID
  4. "NO_E" will be the end of the Notification GUID


Body output
After parsing of the GUID for Work Order or Notification, you can now call the Work Order and Notification ID.




    • Related Articles

    • Get Document(s) Assigned to Checklist

      Please note this is an undocumented SAP API call and therefore it is not supported by SAP.  To mitigate any issues, please test with each SAP release of the SAP Asset Strategy and Performance Management (ASPM). Overview Technical Context This article ...
    • CORE Inspection Widows Authentication Validation

      The CORE Inspection for Widows uses the Microsoft Cloud Authentication service to confirm the user on the Desktop or Mobile Windows device.  To check if the user is a valid Microsoft Online user, click the below and verify the login. ...
    • Duplicate Activities causing query to fail when trying to delete.

      When attempting to delete an Activity, the user receives an error message.  When tapping "View Details" on the error message, the user receives the below message of "More than one result was returned from Query.getSingleResult". The cause of the ...
    • Algorithm Mapping Details for Assessment Template Configuration

      Table of Contents Purpose of this Document ............................................................................................................... 1 Overview ...
    • The Ultimate Guide to Error-Free Data Imports in Digital Wall Chart (DWC)

      The Ultimate Guide to Error-Free Data Imports in Digital Wall Chart (DWC) In the fast-paced environment of plant operations, the Digital Wall Chart (DWC) plays a critical role in managing task assignments and turnaround schedules. However, data ...