curl --request GET \
--url https://api.opx.co/partners/v1/worksites/{id}/documents
{
"data": [
{
"id": 123,
"worksite_operation_id": 123,
"type_id": "<string>",
"type": "<string>",
"file_name": "<string>",
"url": "<string>",
"status": "<string>",
"notes": "<string>",
"required": "<string>",
"created_at": "<string>"
}
]
}
curl --request GET \
--url https://api.opx.co/partners/v1/worksites/{id}/documents
{
"data": [
{
"id": 123,
"worksite_operation_id": 123,
"type_id": "<string>",
"type": "<string>",
"file_name": "<string>",
"url": "<string>",
"status": "<string>",
"notes": "<string>",
"required": "<string>",
"created_at": "<string>"
}
]
}
WorksiteDocumentCollection
The response is of type object
.