Hi team,
Can some tell me how to retrive the last modified date of an Asset from orchestrator.
I have saved a credentials in asset and I need to retrieve the Asset last modified date.
Hi team,
Can some tell me how to retrive the last modified date of an Asset from orchestrator.
I have saved a credentials in asset and I need to retrieve the Asset last modified date.
You can achieve your requirement by performing a GET request for this URL:
https://cloud.uipath.com/ORG_NAME/TENANT_NAME/orchestrator_/odata/Assets(Id)
Example:
If you will use HTTP Request with Deserialize JSON activity, you will be able to retrieve what you need.
Thanks @marian.platonov ,
It worked.
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.