Question
6
Replies
832
Views
Raytheon Technologies
Posted: October 3, 2019
Last activity: December 9, 2019
Closed
REST Service for adding attachments to a case?
We are using the out of the box Cases API to create and update cases via REST service request from another system. Is there an out of the box way to make a request to update a case and include an attachment that will result in that file being attached to the work object? If not, what is the best way to add that functionality?
We are running the Pega Platform version 7.4 on prem.
We found this help page that shows an example of what we are looking for: https://community.pega.com/sites/default/files/help_v74/procomhelpmain.htm#rule-/rule-service-/rule-service-rest/service-rest-rule-distinct-uri-specification-con.htm
This seems to suggest that there is an attachments resource for cases
api/v1/cases/C_100/attachments
But it's not clear if it is actually implemented or if it's just an example of something that could be implemented. I can't find any other evidence that the ability to add attachments to via the REST API actually exists.