v2

latestOpenAPI 3.0.02026-08-0793108394.2 KB
Equipment

Get an organization Air Mover by ID

get/v1/air_movers/{air_mover_id}

Headers

X-Encircle-Attributionstring

String used to internally identify which integrator made this request on behalf of their users.

Integrators should reuse the same 'X-Encircle-Attribution' value for all their users.

This attribution enables Encircle to provide better assistance to integrators if they encounter any issues.

If not specified, the request will not be associated with any integration services.

X-Encircle-Requeststring

Unique string used to identify each specific request.

Any retries due to connection failures should reuse the same 'X-Encircle-Request' value. This helps prevent duplicate requests from unintentionally being processed again.

If not specified, the request will be treated as unique and it will be processed normally.

Response

A single 'OrganizationAirMover' object corresponding to the given id.

idinteger required

The 'id' of the 'AirMover'

id_v2string uuid required

A RFC 4122 compliant UUID in lowercase hexadecimal.

organization_idstring uuid required

A RFC 4122 compliant UUID in lowercase hexadecimal.

supported_air_mover_idinteger required

'SupportedAirMover' ID

manufacturerstring required

'AirMover' manufacturer

modelstring required

'AirMover' model

serial_numberstring nullable required

'AirMover''s manufacturer unique serial number.

This value would be formatted to remove leading and trailing whitespace. Empty strings or strings containing only whitespace would be treated as 'null'.

is_rentalboolean required

Whether or not the 'AirMover' is a rental

asset_identifierstring required

'AirMover' asset identifier

status'available' | 'active' | 'retired' required

Air mover status

property_claim_idinteger nullable required

Id of the claim the air mover is currently working on (if applicable.)

Example response

{
  "id_v2": "f81d4fae-7dec-11d0-a765-00a0c91e6bf6",
  "organization_id": "f81d4fae-7dec-11d0-a765-00a0c91e6bf6"
}