Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Status
colourGreen
title3.17.0

The Asset query API returns a collection of asset objects based on the filter criteria passed in on the GET request. 

Note

The result set will be filtered based on the permissions of the user making the request.



Panel
borderColorgrey
bgColorwhitesmoke

On this page:

Table of Contents
maxLevel4

Related pages:

  • REST Object Definitions Work Order Activity Related Objects Asset Object



Resource URL

Panel
borderColorgrey
bgColorwhitesmoke
borderStylesolid

GET /seiapi/v3/query/Assets?filters=${filterOptions}&q={queryOtions}&sort=${sortOptions}&limit=${limit}

Query Parameters

Include Page
_URI Ext Default Query Parameters
_URI Ext Default Query Parameters

Filters

Filter

The ${filterOptions} parameter supports the following REST Object Definitions Work Order Activity Related Objects Asset Object fields:

  • AccountNum

  • AssetNum

  • AssetSubType

  • DescDescription

  • InServiceDate

  • IsComponent

  • LastServiceDate

  • LocationNum

  • Mfg

  • Model

  • ModifiedUTC

  • ParentAssetNum

  • ProdNum

  • SerialNum

  • Status

  • Type

  • ServiceAreaIDWorkCenter

Q

The ${queryOptions} parameter supports the following REST Object Definitions Work Order Activity Related Objects Asset Object fields:

  • AccountNum

  • AssetNum

  • AssetSubType

  • DescDescription

  • InServiceDate

  • IsComponent

  • LastServiceDate

  • LocationNum

  • Mfg

  • Model

  • ModifiedUTC

  • ParentAssetNum

  • ProdNum

  • SerialNum

  • Status

  • Type

  • ServiceAreaIDWorkCenter

Sort

The ${sortOptions} parameter supports the following REST Object Definitions Work Order Activity Related Objects Asset Object fields:

  • AccountNum

  • AssetNum

  • AssetSubType

  • DescDescription

  • InServiceDate

  • IsComponent

  • LastServiceDate

  • LocationNum

  • Mfg

  • Model

  • ModifiedUTC

  • ParentAssetNum

  • ProdNum

  • SerialNum

  • Status

  • Type

  • ServiceAreaIDWorkCenter

Include Page
_Default HTTP Headers
_Default HTTP Headers

HTTP Response Body

The response body contains a collection of Asset Objects that match the query parameters. 

Include Page
Query Response Object
Query Response Object