curl --request GET \
--url https://api.valuechecker.net/client_references/appraisals \
--header 'Authorization: <api-key>'{
"client_id": 11,
"client_name": "Demo UK",
"client_references": [
{
"client_reference_id": 9337,
"client_reference": "Reference 321",
"client_reference_owner": "[email protected]",
"client_reference_create_time": "2023-07-24 11:10:05",
"client_reference_appraisals_update_time": "2023-07-25 11:10:05",
"appraisals": [
{
"appraisal_id": 97771,
"client_reference_id": 9337,
"cpid": 123456,
"rpid": 234567,
"create_time": "2023-07-25 13:54:37",
"update_time": "2023-07-25 13:54:37",
"cp_name_cart": "Apple iPhone 14 Pro Max 1TB",
"rp_name_cart": "Apple iPhone 14 Pro Max 1024GB (2022)",
"cp_pic_url": "https://img.valuechecker.net/,---.jpg",
"rp_pic_url": "https://img.valuechecker.net/,---.jpg",
"item_quantity": 1,
"replacement_cost_value": 1684.99,
"rp_price_date": "2023-07-25 11:07:41",
"homepage_client_category_id": 2740,
"selected_client_category_id": 2740,
"shop_id": 123,
"shop_name": "Amazon UK",
"offer_id": 9876,
"shop_url": "https://offer.valuechecker.net/kihxRTjWvGNjq4Dj7CKanf",
"valuation_snapshot": "https://web.valuechecker.ai/valuation/36e090ae516dfc47",
"claimed_amount": 600,
"actual_cash_value": 500,
"is_compensation_based_on_claimed_amount": true,
"depr_extra_one_year_no_receipt": false,
"comment": "Example comment",
"date_damage": "2023-07-20",
"appraisal_condition": "Average",
"appraisal_status": "Open",
"appraisal_deductible": 100,
"attachments": [
{
"file_name": "damage_photo.jpg",
"url": "https://example.com/damage_photo.jpg",
"type": "image",
"update_time": "2023-07-25T11:51:08Z"
}
]
}
]
}
],
"metadata": {
"fetch_time": "2023-07-25 13:54:37",
"x_request_id": "93bb1e26-0d81-4d82-8ada-f40b10eabb50",
"appraisals": {
"current_page": 1,
"total_pages": 1,
"total_results": 1
}
}
}Get all client references with their appraisals. When all_users=false (the default behavior), client references for the current user only are returned. When you set all_users=true, client references for all users within the client_id are returned.
curl --request GET \
--url https://api.valuechecker.net/client_references/appraisals \
--header 'Authorization: <api-key>'{
"client_id": 11,
"client_name": "Demo UK",
"client_references": [
{
"client_reference_id": 9337,
"client_reference": "Reference 321",
"client_reference_owner": "[email protected]",
"client_reference_create_time": "2023-07-24 11:10:05",
"client_reference_appraisals_update_time": "2023-07-25 11:10:05",
"appraisals": [
{
"appraisal_id": 97771,
"client_reference_id": 9337,
"cpid": 123456,
"rpid": 234567,
"create_time": "2023-07-25 13:54:37",
"update_time": "2023-07-25 13:54:37",
"cp_name_cart": "Apple iPhone 14 Pro Max 1TB",
"rp_name_cart": "Apple iPhone 14 Pro Max 1024GB (2022)",
"cp_pic_url": "https://img.valuechecker.net/,---.jpg",
"rp_pic_url": "https://img.valuechecker.net/,---.jpg",
"item_quantity": 1,
"replacement_cost_value": 1684.99,
"rp_price_date": "2023-07-25 11:07:41",
"homepage_client_category_id": 2740,
"selected_client_category_id": 2740,
"shop_id": 123,
"shop_name": "Amazon UK",
"offer_id": 9876,
"shop_url": "https://offer.valuechecker.net/kihxRTjWvGNjq4Dj7CKanf",
"valuation_snapshot": "https://web.valuechecker.ai/valuation/36e090ae516dfc47",
"claimed_amount": 600,
"actual_cash_value": 500,
"is_compensation_based_on_claimed_amount": true,
"depr_extra_one_year_no_receipt": false,
"comment": "Example comment",
"date_damage": "2023-07-20",
"appraisal_condition": "Average",
"appraisal_status": "Open",
"appraisal_deductible": 100,
"attachments": [
{
"file_name": "damage_photo.jpg",
"url": "https://example.com/damage_photo.jpg",
"type": "image",
"update_time": "2023-07-25T11:51:08Z"
}
]
}
]
}
],
"metadata": {
"fetch_time": "2023-07-25 13:54:37",
"x_request_id": "93bb1e26-0d81-4d82-8ada-f40b10eabb50",
"appraisals": {
"current_page": 1,
"total_pages": 1,
"total_results": 1
}
}
}Note! Prefix your apiKey. Note the space after "apiKey ".
The client ID for the request. It's required if you have access to multiple clients with your API key. Otherwise, it's optional.
Optional session identifier of the user.
When false (the default behavior), returns only client references for the current user. If set as true, returns client references for all users within client_id.
Time range with unit suffix (e.g., '1h', '2d', '1w'). Default is '1w'.
Number of appraisals per page. If no page limit is defined, the default is 100. The maximum allowable limit is 10,000, and any higher value will be capped at this maximum.
1 <= x <= 10000Page number for pagination. Default is 1.
x >= 1Client references with appraisals exported successfully
The client ID.
The client name.
Show child attributes
The client reference identifier.
The client reference name.
Owner of the client reference (user who created the client reference).
When the client reference was created.
When the client reference appraisals were last updated.
Show child attributes
The appraisal identifier.
The client reference identifier.
Claimed Product ID.
Replacement Product ID.
When the appraisal was created.
When the appraisal was last updated.
Claimed product name in cart.
Replacement product name in cart.
Claimed product picture URL.
Replacement product picture URL.
Quantity of claimed item(s).
The replacement cost value.
The replacement product price date.
Homepage client category ID.
Selected client category ID.
The shop ID.
The shop name.
The offer ID.
The shop URL.
URL to permanent page hosted by ValueChecker with the origin / proof of the valuation at the time of the search. This page includes the timestamp and snapshot of the shop offer(s) that the ValueChecker valuation was based on.
The claimed amount for the appraisal reported by the claimant.
Actual cash value of the item.
Base the ACV calculation on the value from claimed_amount (Purchase Price / Repair) instead of Replacement Cost
Depreciation extra one year no receipt flag.
The appraisal comment.
Date of damage in YYYY-MM-DD format.
The appraisal condition.
The appraisal status.
The appraisal deductible.
Show child attributes
File name of the attachment.
URL to the attachment.
Type of the attachment.
When the attachment was last updated.
Show child attributes
Time when the data was fetched.
Request ID for tracking.
Current page number of the paginated results.
Total number of pages available.
Total number of results across all pages.