Assets - Get by name

GET {{cloudUrl}}/{{cloudOrg}}/{{cloudTenant}}/odata/Assets?$filter=Name eq 'Caesar'

Get a single Asset with the name specified in the $filter param.

Request Params

KeyDatatypeRequiredDescription
$filterstring
$Countnumber

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring
X-UIPATH-OrganizationUnitIdstring

RESPONSES

status: OK

{"@odata.context":"https://cloud.uipath.com/Org/Tenant/orchestrator_/odata/$metadata#Assets","@odata.count":1,"value":[{"Name":"Caesar","CanBeDeleted":true,"ValueScope":"Global","ValueType":"Text","Value":"Et tu Asset 2","StringValue":"Et tu Asset 2","BoolValue":false,"IntValue":0,"CredentialUsername":"","CredentialPassword":"","ExternalName":"","CredentialStoreId":null,"HasDefaultValue":true,"Description":null,"FoldersCount":1,"Id":88440,"KeyValueList":[]}]}