GET api/Asset/systems?filter={filter}

Gets the Asset Classifications available for an asset. Asset classifications contain three levels. This method returns the highest level (System).

Request Information

URI Parameters

NameDescriptionTypeAdditional information
filter

Set to a JSON string to filter the list of classifications

string

Required

Body Parameters

None.

Response Information

Resource Description

IPagedList of MobileAssetSystems

Collection of Object

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.