How to retrieve last modified date from an Asset

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.

https://uipath-survey.secure.force.com/CaseView/articles/Knowledge/How-to-make-Orchestrator-API-Requests-using-HTTP-Request-activities

Thanks @marian.platonov ,

It worked.

1 Like

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