Skip to main content
GET
One asset in one round: what was expected, what was found, and the last scan that said so.

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
verification_round_id
string
round_number
string
round_status
string
asset_id
string
asset_number
string
asset_name
string
serial_number
string
asset_type
string
assignment_id
string
assigned_to
string
origin
string
is_in_scope
string
expected_site_id
string
expected_site_code
string
expected_site_name
string
expected_location_id
string
expected_location_name
string
outcome
string
found_site_id
string
found_site_name
string
found_location_id
string
found_location_name
string
condition
string
remarks
string
recount_required
string
settled_by_closure
string
verified_at
string
verified_by_user_id
string
verified_by
string
location_correction_outstanding
string
scan_count
string
last_scanned_at
string
last_symbology
string
latitude
string
longitude
string
accuracy_metres
string
primary_image_file_id
string
evidence_count
string
row_version
string
created_at
string
updated_at
string
select
string

Filtering Columns

order
string

Ordering

offset
string

Limiting and Pagination

limit
string

Limiting and Pagination

Response

OK

accuracy_metres
number<numeric>
asset_id
string<uuid>

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

asset_name
string<character varying>
Maximum string length: 250
asset_number
string<character varying>
Maximum string length: 80
asset_type
string<character varying>
Maximum string length: 200
assigned_to
string<character varying>
Maximum string length: 200
assignment_id
string<uuid>

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

condition
string<character varying>
Maximum string length: 20
created_at
string<timestamp with time zone>
evidence_count
integer<bigint>
expected_location_id
string<uuid>

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

expected_location_name
string<character varying>
Maximum string length: 200
expected_site_code
string<character varying>
Maximum string length: 50
expected_site_id
string<uuid>

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

expected_site_name
string<character varying>
Maximum string length: 200
found_location_id
string<uuid>

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

found_location_name
string<character varying>
Maximum string length: 200
found_site_id
string<uuid>

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

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

Note: This is a Primary Key.

is_in_scope
boolean<boolean>
last_scanned_at
string<timestamp with time zone>
last_symbology
string<character varying>
Maximum string length: 20
latitude
number<numeric>
location_correction_outstanding
boolean<boolean>
longitude
number<numeric>
origin
string<character varying>
Maximum string length: 20
outcome
string<character varying>
Maximum string length: 20
primary_image_file_id
string<uuid>
recount_required
boolean<boolean>
remarks
string<text>
round_number
string<character varying>
Maximum string length: 60
round_status
string<character varying>
Maximum string length: 20
row_version
integer<bigint>
scan_count
integer<bigint>
serial_number
string<character varying>
Maximum string length: 120
settled_by_closure
boolean<boolean>
updated_at
string<timestamp with time zone>
verification_round_id
string<uuid>

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

verified_at
string<timestamp with time zone>
verified_by
string<character varying>
Maximum string length: 200
verified_by_user_id
string<uuid>

Note: This is a Foreign Key to my_profile.user_id.