Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request GET \ --url https://api.zivio.net/api/v3/eoi_responses/{id} \ --header 'X-API-Key: <api-key>' \ --header 'zivio-tenant-id: <api-key>'
{ "id": "6", "proposal": "proposal for API", "created_at": "2023-11-07T05:31:56Z", "updated_at": "2023-11-07T05:31:56Z", "shortlisted_at": "2023-11-07T05:31:56Z", "rejected_at": "2023-11-07T05:31:56Z", "eoi": { "id": "3", "title": "Example EOI", "submission_deadline": "2023-11-07T05:31:56Z", "owner": { "id": "226", "first_name": "John", "last_name": "Doe", "email": "john.doe@example.com", "vetting_status": "PASSED", "created_at": "2023-11-07T05:31:56Z", "updated_at": "2023-11-07T05:31:56Z" } }, "supplier": { "id": "248", "name": "Joe Bloggs Ltd", "email": "joe@bloggs.com", "vetting_status": "PASSED", "tax_number": "123456789", "created_at": "2023-11-07T05:31:56Z", "updated_at": "2023-11-07T05:31:56Z" } }
ok
"6"
"proposal for API"
Show child attributes