get https://gateway.remote.com/v1/probation-completion-letter/
Show a single probation completion letter.
Log in to see full request history
Responses
Callback
Show a single probation completion letter.
xxxxxxxxxx
curl --request GET \
--url https://gateway.remote.com/v1/probation-completion-letter/id \
--header 'accept: application/json'
xxxxxxxxxx
18{
"data": {
"probation_completion_letter": {
"employment_id": "c7ee6462-a9cf-4a69-9806-5906b975f616",
"id": "f4e2f1fe-2056-4d9f-b9e0-ea322b781eb7",
"letter": {
"id": "f4e2f1fe-2056-4d9f-b9e0-ea322b781eb7",
"inserted_at": "2021-01-01T00:00:00Z",
"name": "2024-05-29_Hero8_ProbationConfirmationLetter.pdf",
"sub_type": "probation_completion_letter",
"type": "contract"
},
"status": "submitted",
"submitted_at": "2021-07-15T18:18:17Z",
"zendesk_ticket_url": "https://zendesk.com/tickets/123"
}
}
}