Query Parameters
Required range:
x >= 1Required range:
1 <= x <= 100Response
WorksiteCollection
curl --request GET \
--url https://api.opx.co/partners/v1/worksites{
"data": [
{
"id": 123,
"reference": "<string>",
"external_reference": "<string>",
"convention_id": 123,
"beneficiary_id": 123,
"installer_name": "<string>",
"zipcode": "<string>",
"address": "<string>",
"city": "<string>",
"status": "<string>",
"created_at": "<string>",
"precarity_type": "<string>",
"fiscal_informations": [
{
"firstname": "<string>",
"lastname": "<string>",
"fiscal_number": "<string>",
"fiscal_reference": "<string>"
}
],
"indivision": true
}
]
}curl --request GET \
--url https://api.opx.co/partners/v1/worksites{
"data": [
{
"id": 123,
"reference": "<string>",
"external_reference": "<string>",
"convention_id": 123,
"beneficiary_id": 123,
"installer_name": "<string>",
"zipcode": "<string>",
"address": "<string>",
"city": "<string>",
"status": "<string>",
"created_at": "<string>",
"precarity_type": "<string>",
"fiscal_informations": [
{
"firstname": "<string>",
"lastname": "<string>",
"fiscal_number": "<string>",
"fiscal_reference": "<string>"
}
],
"indivision": true
}
]
}x >= 11 <= x <= 100WorksiteCollection
Show child attributes