In workday REST API, I am trying to get the comments from the inbox task or business process event.
Here, I am trying to get the comments history of the business process event(time-off). By using existing call- /events/{ID}/comments REST API, I am getting 404 error response:
"error": "not found: operation not supported for this resource",
"code": "S21"
I had pulled the {ID} from /events GET REST API call and also, getting proper event info for the ID provided (using /events/{ID}). But, unfortunately the API is failing as mentioned for /comments. Kindly help me out if I am wrong here or please provide the valid SOAP call from which an event's comment details can be fetched.
question from:
https://stackoverflow.com/questions/66062544/workday-rest-api-failing-to-get-the-comments-from-the-business-process-or-task 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…