curl --location --request GET 'https://api.cobre.co/v1/evidence_requests?created_at&created_at_gte&created_at_lte&updated_at&updated_at_gte&updated_at_lte&status&page_size&page_number' \
--header 'Authorization: Bearer <token>'{
"total_items": 0,
"total_pages": 0,
"is_last_page": true,
"page_items": 0,
"contents": [
{
"id": "evr_31Ci9YG3OLVbPum1GJxm5ohrWmH",
"reference_id": "case_1234",
"description": "string",
"expiration_date": "2019-08-24",
"status": "intiated",
"context": {
"counterparty_id": "cp_5YFeIDhNkz"
},
"submission_context": "additional information about the evidence request submission",
"evidence_requested": {
"documents": [
"doc_funds"
],
"information": [
"dp_counterparty"
]
},
"evidence_information": [
{
"id": "evi_31Ci9d8hikQug3tgrNJlzS9ruLh",
"updated_at": "2019-08-24T14:15:22Z",
"type": "dp_counterparty",
"status": "requested",
"data": {}
}
],
"evidence_documents": [
{
"id": "evi_31Ci9d8hikQug3tgrNJlzS9ruLh",
"updated_at": "2019-08-24T14:15:22Z",
"type": "doc_funds",
"status": "pending",
"upload": {
"url": "http://example.com",
"headers": {
"property1": "string",
"property2": "string"
}
}
}
],
"created_at": "2019-08-24T14:15:22Z",
"updated_at": "2019-08-24T14:15:22Z"
}
]
}