Skip to main content
GET
Where an asset has been (UI spec §14 Movements).

Headers

Range
string

Limiting and Pagination

Range-Unit
string
default:items

Limiting and Pagination

Prefer
enum<string>

Preference

Available options:
count=none

Query Parameters

id
string
asset_id
string
moved_at
string
from_site_id
string
from_site_code
string
from_site_name
string
to_site_id
string
to_site_code
string
to_site_name
string
from_location_id
string
from_location_name
string
to_location_id
string
to_location_name
string
changed_site
string
reason
string
notes
string
moved_by
string
select
string

Filtering Columns

order
string

Ordering

offset
string

Limiting and Pagination

limit
string

Limiting and Pagination

Response

OK

asset_id
string<uuid>

Note: This is a Foreign Key to asset_contracts.asset_id.

changed_site
boolean<boolean>
from_location_id
string<uuid>

Note: This is a Foreign Key to location_settings.id.

from_location_name
string<character varying>
Maximum string length: 200
from_site_code
string<character varying>
Maximum string length: 50
from_site_id
string<uuid>

Note: This is a Foreign Key to site_settings.id.

from_site_name
string<character varying>
Maximum string length: 200
id
string<uuid>

Note: This is a Primary Key.

moved_at
string<timestamp with time zone>
moved_by
string<character varying>
Maximum string length: 200
notes
string<text>
reason
string<character varying>
Maximum string length: 200
to_location_id
string<uuid>

Note: This is a Foreign Key to location_settings.id.

to_location_name
string<character varying>
Maximum string length: 200
to_site_code
string<character varying>
Maximum string length: 50
to_site_id
string<uuid>

Note: This is a Foreign Key to site_settings.id.

to_site_name
string<character varying>
Maximum string length: 200