Get Document(s) Assigned to Checklist

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 describes the methods of retrieving and assign documents to the SAP Asset Strategy and Performance (ASPM) Checklist.

GET the information from the Checklist

The undocumented API call and sample are below.  Call the URL providing the Checklist ID as the parameter. 

In this example, <<checklist_id>> : Checklist ID is DF031585E0714D77BBD2FA4D838D9C67

Sample image below using Postman.


UPLOAD the information from the Checklist

Upload / Download / Assign / unassign will be same like other object . For checklist use object type "assessment"


For example , as highlighted in below screen shot (Screen Shot 1) ,
  1. Instead of model use assessment "/documents/unassign/assessment" 
  2. AssigneeID will be Checklist ID and version will be 0 (Checklist dont have version mgnt )


Sample Upload using Postman