WorksitesOperations
Worksite operations list
Beneficiaries
ContractsTemplates
Conventions
Materials
Operations
Subcontractors
Utils
Worksites
WorksitesDocuments
WorksitesOperations
Worksite operations list
GET
/
v1
/
worksites
/
{id}
/
operations
curl --request GET \
--url https://api.opx.co/partners/v1/worksites/{id}/operations
{
"data": [
{
"id": 123,
"external_reference": "<string>",
"worksite_id": 123,
"operation_id": 123,
"status": "<string>",
"code": "<string>",
"fost_version": "<string>",
"classic_kwhc": "<string>",
"precarity_kwhc": "<string>",
"cee_amount": "<string>",
"cdp_amount": "<string>",
"mpr_amount": "<string>",
"invoice_reference": "<string>",
"aides_informations": [
"<any>"
],
"ah_informations": [
"<any>"
],
"material_ids": [
"<any>"
],
"completion_proof_date": "<string>",
"commitment_date": "<string>",
"subcontractor_id": "<string>"
}
]
}
Path Parameters
Query Parameters
Required range:
x >= 1
Required range:
1 <= x <= 100
Response
200
application/json
`WorksiteOperationCollection`
date de preuve de réalisation
date d'engagement
curl --request GET \
--url https://api.opx.co/partners/v1/worksites/{id}/operations
{
"data": [
{
"id": 123,
"external_reference": "<string>",
"worksite_id": 123,
"operation_id": 123,
"status": "<string>",
"code": "<string>",
"fost_version": "<string>",
"classic_kwhc": "<string>",
"precarity_kwhc": "<string>",
"cee_amount": "<string>",
"cdp_amount": "<string>",
"mpr_amount": "<string>",
"invoice_reference": "<string>",
"aides_informations": [
"<any>"
],
"ah_informations": [
"<any>"
],
"material_ids": [
"<any>"
],
"completion_proof_date": "<string>",
"commitment_date": "<string>",
"subcontractor_id": "<string>"
}
]
}