GET api/Asset/assetsmobile?filter={filter}
Request Information
URI Parameters
| Name | Description | Type | Additional information | 
|---|---|---|---|
| filter | string | 
                                 Required  | 
                
Body Parameters
None.
Response Information
Resource Description
TupleOfIPagedListOfMobileAssetAndInt32| Name | Description | Type | Additional information | 
|---|---|---|---|
| Item1 | Collection of Object | 
                             None.  | 
                |
| Item2 | integer | 
                             None.  | 
                
Response Formats
application/json, text/json
            Sample:
        
{
  "Item1": null,
  "Item2": 1
}
        application/xml, text/xml
            Sample:
<TupleOfanyTypeint xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/System"> <m_Item1 i:nil="true" /> <m_Item2>1</m_Item2> </TupleOfanyTypeint>