Listagem de Proof
Podemos buscar os dados de uma proof em específico através do seu id.
GET
/proofs/{proof_id}
GET
/proofs/{proof_id}Clique aqui para testar endpoint
Todos os endpoints deverão ser autenticados
headers = {
'Authorization': f'Bearer {api_key}'
}
⚠️ Lembre-se de substituir a variável {proof_id} no parâmetro da rota pelo valor id da proof que você deseja buscar os dados.
Exemplo de resposta:
{
"data": {
"deleted_at": null,
"document": {
"id": "d281db6d-896b-49b1-9bf0-d60cd29c6eb0"
},
"events": [
{
"action": "create",
"changed_field": null,
"from": null,
"id": 220495,
"inserted_at": "2024-05-21T15:44:05",
"item_type": "ProofEvent",
"proof": {
"id": 14614
},
"subject": null,
"to": null,
"user": {
"activated": true,
"activity": "Desenvolvedor Jr",
"cpf": "136.382.516-08",
"email": "[email protected]",
"first_name": "Davi",
"gender": "unspecified",
"id": 3056,
"last_name": "Ferreira",
"marital_status": null,
"organizations_users": null
}
},
{
"action": "send",
"changed_field": null,
"from": null,
"id": 220496,
"inserted_at": "2024-05-21T15:44:06",
"item_type": "ProofEvent",
"proof": {
"id": 14614
},
"subject": {
"approve_subject_change": null,
"certificate_company_document": null,
"certificate_company_name": null,
"certificate_document": null,
"certificate_email": null,
"certificate_name": null,
"company": null,
"company_document": null,
"company_name": null,
"confirmed_at": null,
"confirmed_ip_address": null,
"confirmed_user_agent": null,
"delivered_at": null,
"document": "324.005.740-90",
"email": "[email protected]",
"engine": "standard",
"id": 19548,
"inserted_at": "2024-05-21T15:44:05",
"name": "Seu nome aqui",
"notification_type": "email",
"order": 1,
"party": {
"id": 346164
},
"proof": {
"id": 14614
},
"qualification": "Contratada",
"refused_changes_at": null,
"sent_at": "2024-05-21T15:44:06.947768Z",
"updated_at": "2024-05-21T15:44:06",
"viewed_at": null,
"whatsappnum": null
},
"to": null,
"user": {
"activated": true,
"activity": "Desenvolvedor Jr",
"cpf": "136.382.516-08",
"email": "[email protected]",
"first_name": "Davi",
"gender": "unspecified",
"id": 3056,
"last_name": "Ferreira",
"marital_status": null,
"organizations_users": null
}
}
],
"id": 14614,
"inserted_at": "2024-05-21T15:44:05",
"ordered": false,
"organization": {
"id": 1199
},
"original_file": {
"download_url": url de download do arquivo,
"google_file_id": null,
"id": 199850,
"inserted_at": "2024-05-15T20:10:50",
"mime": "application/pdf",
"name": "dummy.pdf",
"preview_url": url de visualização prévia do arquivo,
"size": 13264,
"updated_at": "2024-05-15T20:10:50"
},
"packaged_file": null,
"preview_file": null,
"proof_subject_requested_changes": null,
"receipt_file": null,
"requester": {
"id": 3056
},
"signed_file": null,
"signing_file": {
"download_url": url de download do arquivo,
"google_file_id": null,
"id": 199875,
"inserted_at": "2024-05-21T15:44:06",
"mime": "application/pdf",
"name": "dummy.pdf",
"preview_url": url de visualização prévia do arquivo,
"size": 19148,
"updated_at": "2024-05-21T15:44:06"
},
"status": "pending",
"subjects": [
{
"approve_subject_change": null,
"certificate_company_document": null,
"certificate_company_name": null,
"certificate_document": null,
"certificate_email": null,
"certificate_name": null,
"company": null,
"company_document": null,
"company_name": null,
"confirmed_at": null,
"confirmed_ip_address": null,
"confirmed_user_agent": null,
"delivered_at": null,
"document": "324.005.740-90",
"email": "[email protected]",
"engine": "standard",
"id": 19548,
"inserted_at": "2024-05-21T15:44:05",
"name": "Seu nome aqui",
"notification_type": "email",
"order": 1,
"party": {
"trade_name": null,
"address_zip_code": "36401-000",
"form": null,
"document": "324.005.740-90",
"reference": "Praça da liberdade",
"address_street": "Av Car",
"id": 346164,
"address_state": "MG",
"name": "Seu nome aqui",
"national_id": "00000000",
"inserted_at": "2024-05-15T20:12:14",
"birth_date": "1995-08-28",
"contact_name": null,
"reps": null,
"organization": {
"id": 1199
},
"updated_at": "2024-05-17T14:22:08",
"email": "[email protected]",
"address_complement": "Complemento do endereço",
"phone": "(31) 98700-1467",
"contact_email": null,
"address_number": "25",
"marital_status": "single",
"address_neighborhood": "Centro",
"state_subscription": null,
"person_type": "pf",
"contact_phone": null,
"imported_id": null,
"address_country": "Brasil",
"nationality": "Brasileiro",
"address_city": "Belo Horizonte",
"city_subscription": null,
"whatsappnum": "+55 31 98700 1467",
"profession": "Dev"
},
"proof": {
"id": 14614
},
"qualification": "Contratada",
"refused_changes_at": null,
"sent_at": "2024-05-21T15:44:06.947768Z",
"updated_at": "2024-05-21T15:44:06",
"viewed_at": null,
"whatsappnum": null
}
],
"updated_at": "2024-05-21T15:44:06"
}
}
Updated 6 months ago