Action Center: HTTP Request for Assigned Task Date/Time

Hi, I’m new with HTTP request, can anyone share a workflow on HTTP request to get Assigned Task Date/Time in Action Center? I would really appreciate if you can provide descriptions too. Thanks

Alhamdulillah, I’ve found the way which is as below:

Endpoint:
https://cloud.uipath.com/[Organization ID]/[Tenant Name]/tasks/GenericTasks/GetTaskDataById?taskId=[Task ID]

Header:
Content-Type: application/json
X-UIPATH-OrganizationUnitId: [FolderId]
Authorization: Bearer [Bearer Token]

My previous question is regarding Action Center for Document Validation Action. More info:
Generic Actions Requests (uipath.com)

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.