get https://api-sandbox.aurorasolar.com/tenants//agreements/
Retrieve an agreement by ID.
Responses
Retrieve an agreement by ID.
xxxxxxxxxx
curl --request GET \
--url https://api-sandbox.aurorasolar.com/tenants/tenant_id/agreements/id \
--header 'accept: application/json'
xxxxxxxxxx
14{
"agreement": {
"id": "839811ef-ee81-4ce2-8b6c-0cda53e4d818",
"project_id": "e9990fc0-5115-49be-8e93-ea472b8b3626",
"design_id": "b54c358a-bb1d-4716-81f6-01246005ca88",
"agreement_template_name": "Agreement Template 1",
"status": "sent",
"last_viewed_at": "2023-07-11 18:43:18 UTC",
"created_at": "2023-07-11 18:43:18 UTC",
"updated_at": "2023-07-11 18:43:18 UTC",
"sent_at": "2023-07-11 18:43:18 UTC",
"error_message": null
}
}