Contract
Get contract
Get a contract by ID
- Retrieve a contract using their unique identifier.
- Recuperar um contrato usando seu identificador exclusivo.
get/contracts/{id}
Path parameters
idinteger required
Contract ID
Response
Contract data retrieved successfully | Dado de contrato retornado com sucesso
Example response
{
"contract_name": "contract-1",
"created_at": "2024-09-06T17:37:43.464658136Z",
"id": 1,
"link": "https://storage.googleapis.com/bucket-contract/contract-1",
"proposal_id": 1,
"status": "ACCEPTED",
"storage_file_name": "contract-1",
"user_id": 1
}