View Documents Assigned to a Model Request
This API allows you view all documents that are assigned to a particular model request.
Request
-
HTTP Method:GET
-
Example URL:Application_URL/services/api/v1 /modelrequests/{modelrequestsId}/documents
-
Authorization:You must have the roles MODEL_REQUEST_READ or MODEL_REQUEST_EDIT assigned to your user IDin the SAP Cloud Platform account.
-
Request Schema:To know about fields that you can use in a request payload, refer to the request schema in the https://help.sap.com/doc/e0c52141987a4bb9bff8e9b89484a194/1902/en-US/ModelRequest.html#modelrequests__modelrequestsId__documents_get file.
Response
If a model request with the specified ID exists, system successfully returns the list of documents assigned to the model request. For more information, see https://help.sap.com/doc/e0c52141987a4bb9bff8e9b89484a194/1902/en-US/ModelRequest.html#modelrequests__modelrequestsId__documents_get.