Searches equipment assets with paging and filtering.

All filters are optional and combine with AND semantics. Returns a
Atlas.Controllers.Responses.PagedResponse`1 wrapping WCTS.Service.IntegrationApi.Controllers.Assets.Contracts.AssetSummaryResponseV4 rows.
Empty result sets are returned as 200 OK with an empty array (not 404).

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Query Params
string

The requested API version

Body Params

The search criteria.

Search criteria for equipment assets. All filters are optional and combine with AND semantics
(rows must match every supplied filter). When no filters are supplied, the first page of all
active assets is returned.

string | null

Exact-match filter for a single asset's serial number. Optional.

string | null

Exact-match filter for a single asset's asset number. Optional.

string | null

Partial-match filter (case-insensitive) on the parent equipment's description.

categories
array of strings | null

Filter to assets whose parent equipment is in any of the named categories.

categories
statusIds
array of int32s | null

Filter to assets whose latest current status is one of these AssetStatus ids.

statusIds
locationIds
array of int64s | null

Filter to assets at any of these locations.

locationIds
ownershipStatusIds
array of int32s | null

Filter to assets in any of these ownership statuses.

ownershipStatusIds
date-time | null

Date filter in UTC. If time is included, it will be ignored.

date-time | null

Date filter in UTC. If time is included, it will be ignored.

date-time | null

Date filter in UTC. If time is included, it will be ignored.

date-time | null

Date filter in UTC. If time is included, it will be ignored.

date-time | null

Date filter in UTC. If time is included, it will be ignored.

date-time | null

Date filter in UTC. If time is included, it will be ignored.

int32
0 to 2147483647

Zero-based page number. Defaults to 0.

int32
1 to 200

Page size. Defaults to 10. Maximum 200.

Headers
string
enum
Defaults to application/json-patch+json

Generated from available request content types

Allowed:
Responses

Language
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json