GET api/Assets?clientID={clientID}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
clientID | globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of CustomAssetName | Description | Type | Additional information |
---|---|---|---|
AssetID | globally unique identifier |
None. |
|
AssetName | string |
None. |
|
AssetDescription | string |
None. |
|
ClientId | globally unique identifier |
None. |
|
ClientName | string |
None. |
|
EntityID | globally unique identifier |
None. |
|
EntityName | string |
None. |
|
ContainerID | globally unique identifier |
None. |
|
ContainerName | string |
None. |
|
IsActive | boolean |
None. |
Response Formats
application/json, text/json
Sample:
[ { "AssetID": "c4f09cff-31a5-4d04-940e-7a702bb3fb6f", "AssetName": "sample string 2", "AssetDescription": "sample string 3", "ClientId": "02b0779c-94d8-4764-a630-0e9aa63a83aa", "ClientName": "sample string 5", "EntityID": "75de5236-f9d3-4fdc-80b1-e9614e9fb9b8", "EntityName": "sample string 7", "ContainerID": "4de025e7-eb6b-483a-8ef4-e8933ad5fb92", "ContainerName": "sample string 9", "IsActive": true }, { "AssetID": "c4f09cff-31a5-4d04-940e-7a702bb3fb6f", "AssetName": "sample string 2", "AssetDescription": "sample string 3", "ClientId": "02b0779c-94d8-4764-a630-0e9aa63a83aa", "ClientName": "sample string 5", "EntityID": "75de5236-f9d3-4fdc-80b1-e9614e9fb9b8", "EntityName": "sample string 7", "ContainerID": "4de025e7-eb6b-483a-8ef4-e8933ad5fb92", "ContainerName": "sample string 9", "IsActive": true } ]
application/xml, text/xml
Sample:
<ArrayOfCustomAsset xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IRAApi.CustomModel"> <CustomAsset> <AssetDescription>sample string 3</AssetDescription> <AssetID>c4f09cff-31a5-4d04-940e-7a702bb3fb6f</AssetID> <AssetName>sample string 2</AssetName> <ClientId>02b0779c-94d8-4764-a630-0e9aa63a83aa</ClientId> <ClientName>sample string 5</ClientName> <ContainerID>4de025e7-eb6b-483a-8ef4-e8933ad5fb92</ContainerID> <ContainerName>sample string 9</ContainerName> <EntityID>75de5236-f9d3-4fdc-80b1-e9614e9fb9b8</EntityID> <EntityName>sample string 7</EntityName> <IsActive>true</IsActive> </CustomAsset> <CustomAsset> <AssetDescription>sample string 3</AssetDescription> <AssetID>c4f09cff-31a5-4d04-940e-7a702bb3fb6f</AssetID> <AssetName>sample string 2</AssetName> <ClientId>02b0779c-94d8-4764-a630-0e9aa63a83aa</ClientId> <ClientName>sample string 5</ClientName> <ContainerID>4de025e7-eb6b-483a-8ef4-e8933ad5fb92</ContainerID> <ContainerName>sample string 9</ContainerName> <EntityID>75de5236-f9d3-4fdc-80b1-e9614e9fb9b8</EntityID> <EntityName>sample string 7</EntityName> <IsActive>true</IsActive> </CustomAsset> </ArrayOfCustomAsset>