curl --request GET \
--url https://api.opx.co/partners/v1/conventions/{id}/operations
{
"data": [
{
"id": 123,
"code": "<string>",
"operation_name": "<string>",
"price": "<string>",
"incentive_type": "<string>",
"price_type": "<string>",
"precarity_type": "<string>",
"bonification": "<string>"
}
]
}
curl --request GET \
--url https://api.opx.co/partners/v1/conventions/{id}/operations
{
"data": [
{
"id": 123,
"code": "<string>",
"operation_name": "<string>",
"price": "<string>",
"incentive_type": "<string>",
"price_type": "<string>",
"precarity_type": "<string>",
"bonification": "<string>"
}
]
}
ConventionOperationCollection
The response is of type object
.