curl --request GET \
--url https://api.zivio.net/api/v3/bids/{id} \
--header 'X-API-Key: <api-key>' \
--header 'zivio-tenant-id: <api-key>'{
"id": "132",
"rate": "1500.00",
"rate_ccy": "GBP",
"eliminated": "false",
"proposal": "This is our proposal",
"awarded": "true",
"total_score": "0.656",
"quality_score": "0.656",
"cost_score_auto": "0.656",
"created_at": "2023-11-07T05:31:56Z",
"updated_at": "2023-11-07T05:31:56Z",
"status": "Submitted",
"version": "1",
"managed_bid": "true",
"submitted_at": "2023-11-07T05:31:56Z",
"shortlisted_at": "2023-11-07T05:31:56Z",
"selected_at": "2023-11-07T05:31:56Z",
"custom_fields": {
"key": "value"
},
"job": {
"id": "77",
"title": "Project title",
"description": "Project description"
},
"supplier": {
"id": "77",
"name": "Company Inc",
"email": "[email protected]",
"vetting_status": "PASSED",
"tax_number": "9876543234",
"created_at": "2023-11-07T05:31:56Z",
"updated_at": "2023-11-07T05:31:56Z"
},
"bid_milestones": [
{
"id": "66",
"title": "Title of Milestone",
"details": "Details of Milestone",
"due_on": "2023-11-07T05:31:56Z",
"rate": "1500.00",
"rate_ccy": "GBP",
"created_at": "2023-11-07T05:31:56Z",
"updated_at": "2023-11-07T05:31:56Z"
}
],
"line_item_proposals": [
{
"id": "66",
"item_type": "service",
"name": "Item description",
"manufacturer_name": "Acme",
"duemanufacturer_part_number_on": "<string>",
"quantity": "10.0",
"price": "30000.00",
"price_ccy": "GBP",
"net_total_price": "300000.00",
"uom": "Each",
"created_at": "2023-11-07T05:31:56Z",
"updated_at": "2023-11-07T05:31:56Z",
"custom_fields": {
"key": "value"
}
}
]
}curl --request GET \
--url https://api.zivio.net/api/v3/bids/{id} \
--header 'X-API-Key: <api-key>' \
--header 'zivio-tenant-id: <api-key>'{
"id": "132",
"rate": "1500.00",
"rate_ccy": "GBP",
"eliminated": "false",
"proposal": "This is our proposal",
"awarded": "true",
"total_score": "0.656",
"quality_score": "0.656",
"cost_score_auto": "0.656",
"created_at": "2023-11-07T05:31:56Z",
"updated_at": "2023-11-07T05:31:56Z",
"status": "Submitted",
"version": "1",
"managed_bid": "true",
"submitted_at": "2023-11-07T05:31:56Z",
"shortlisted_at": "2023-11-07T05:31:56Z",
"selected_at": "2023-11-07T05:31:56Z",
"custom_fields": {
"key": "value"
},
"job": {
"id": "77",
"title": "Project title",
"description": "Project description"
},
"supplier": {
"id": "77",
"name": "Company Inc",
"email": "[email protected]",
"vetting_status": "PASSED",
"tax_number": "9876543234",
"created_at": "2023-11-07T05:31:56Z",
"updated_at": "2023-11-07T05:31:56Z"
},
"bid_milestones": [
{
"id": "66",
"title": "Title of Milestone",
"details": "Details of Milestone",
"due_on": "2023-11-07T05:31:56Z",
"rate": "1500.00",
"rate_ccy": "GBP",
"created_at": "2023-11-07T05:31:56Z",
"updated_at": "2023-11-07T05:31:56Z"
}
],
"line_item_proposals": [
{
"id": "66",
"item_type": "service",
"name": "Item description",
"manufacturer_name": "Acme",
"duemanufacturer_part_number_on": "<string>",
"quantity": "10.0",
"price": "30000.00",
"price_ccy": "GBP",
"net_total_price": "300000.00",
"uom": "Each",
"created_at": "2023-11-07T05:31:56Z",
"updated_at": "2023-11-07T05:31:56Z",
"custom_fields": {
"key": "value"
}
}
]
}ok
"132"
"1500.00"
"GBP"
"false"
"This is our proposal"
"true"
"0.656"
"0.656"
"0.656"
"Submitted"
"1"
"true"
Show child attributes
Show child attributes
"66"
"Title of Milestone"
"Details of Milestone"
"1500.00"
"GBP"
Show child attributes
"66"
"service"
"Item description"
"Acme"
"10.0"
"30000.00"
"GBP"
"300000.00"
"Each"