Skip to main content
GET
Property handed in, where it is kept, how long it has been there, and who took it away.

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
reference
string
status
string
site_id
string
site_code
string
site_name
string
found_location_id
string
found_location_name
string
found_location_detail
string
found_at
string
handed_in_at
string
found_by_name
string
found_by_kind
string
found_by_phone
string
found_by_user_id
string
lost_found_category_id
string
category
string
item_description
string
brand
string
colour
string
serial_number
string
distinguishing_marks
string
quantity
string
estimated_value
string
estimated_value_currency_id
string
is_valuable
string
storage_location_id
string
storage_location_name
string
storage_detail
string
stored_by_user_id
string
stored_by
string
hold_until
string
days_held
string
hold_expired
string
lost_item_report_id
string
lost_reference
string
owner_name
string
owner_phone
string
owner_email
string
matched_at
string
matched_by_user_id
string
match_notes
string
collected_by_name
string
collected_by_id_type
string
collected_by_id_number
string
collected_at
string
released_by_user_id
string
released_by
string
collection_notes
string
disposed_at
string
disposal_method
string
disposal_notes
string
notes
string
standing
string
primary_image_file_id
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

brand
string<character varying>
Maximum string length: 80
category
string<character varying>
Maximum string length: 150
collected_at
string<timestamp with time zone>
collected_by_id_number
string<character varying>
Maximum string length: 60
collected_by_id_type
string<character varying>
Maximum string length: 30
collected_by_name
string<character varying>
Maximum string length: 150
collection_notes
string<text>
colour
string<character varying>
Maximum string length: 40
created_at
string<timestamp with time zone>
days_held
integer<integer>
disposal_method
string<character varying>
Maximum string length: 30
disposal_notes
string<text>
disposed_at
string<timestamp with time zone>
distinguishing_marks
string<text>
estimated_value
number<numeric>
estimated_value_currency_id
string<uuid>
found_at
string<timestamp with time zone>
found_by_kind
string<character varying>
Maximum string length: 20
found_by_name
string<character varying>
Maximum string length: 150
found_by_phone
string<character varying>
Maximum string length: 40
found_by_user_id
string<uuid>

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

found_location_detail
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
handed_in_at
string<timestamp with time zone>
hold_expired
boolean<boolean>
hold_until
string<date>
id
string<uuid>

Note: This is a Primary Key.

is_valuable
boolean<boolean>
item_description
string<text>
lost_found_category_id
string<uuid>

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

lost_item_report_id
string<uuid>

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

lost_reference
string<character varying>
Maximum string length: 40
match_notes
string<text>
matched_at
string<timestamp with time zone>
matched_by_user_id
string<uuid>

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

notes
string<text>
owner_email
string<character varying>
Maximum string length: 255
owner_name
string<character varying>
Maximum string length: 150
owner_phone
string<character varying>
Maximum string length: 40
primary_image_file_id
string<uuid>
quantity
integer<integer>
reference
string<character varying>
Maximum string length: 40
released_by
string<character varying>
Maximum string length: 200
released_by_user_id
string<uuid>

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

row_version
integer<bigint>
serial_number
string<character varying>
Maximum string length: 80
site_code
string<character varying>
Maximum string length: 50
site_id
string<uuid>

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

site_name
string<character varying>
Maximum string length: 200
standing
string<text>
status
string<character varying>
Maximum string length: 20
storage_detail
string<character varying>
Maximum string length: 200
storage_location_id
string<uuid>

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

storage_location_name
string<character varying>
Maximum string length: 200
stored_by
string<character varying>
Maximum string length: 200
stored_by_user_id
string<uuid>

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

updated_at
string<timestamp with time zone>