Operations
Operations list
Beneficiaries
ContractsTemplates
Conventions
Materials
Operations
Subcontractors
Utils
Worksites
WorksitesDocuments
Operations
Operations list
GET
/
v1
/
operations
curl --request GET \
--url https://api.opx.co/partners/v1/operations
{
"data": [
{
"id": 123,
"code": "<string>",
"operation_name": "<string>",
"can_b2b": true,
"can_b2c": true,
"has_cdp": true,
"has_material": true
}
]
}
curl --request GET \
--url https://api.opx.co/partners/v1/operations
{
"data": [
{
"id": 123,
"code": "<string>",
"operation_name": "<string>",
"can_b2b": true,
"can_b2c": true,
"has_cdp": true,
"has_material": true
}
]
}