Query Parameters
Required range:
x >= 1Required range:
1 <= x <= 100Available options:
b2c, b2b Response
ConventionCollection
curl --request GET \
--url https://api.opx.co/partners/v1/conventions{
"data": [
{
"id": 123,
"contract_template_id": 123,
"reference": "<string>",
"rai_name": "<string>",
"status": 123,
"installer_name": "<string>",
"signed_date": "<string>",
"start_date": "<string>",
"end_date": "<string>",
"incentive_type": 123,
"classic_volume": "<string>",
"precarity_volume": "<string>",
"is_active": true,
"is_expired": "<string>"
}
]
}curl --request GET \
--url https://api.opx.co/partners/v1/conventions{
"data": [
{
"id": 123,
"contract_template_id": 123,
"reference": "<string>",
"rai_name": "<string>",
"status": 123,
"installer_name": "<string>",
"signed_date": "<string>",
"start_date": "<string>",
"end_date": "<string>",
"incentive_type": 123,
"classic_volume": "<string>",
"precarity_volume": "<string>",
"is_active": true,
"is_expired": "<string>"
}
]
}x >= 11 <= x <= 100b2c, b2b ConventionCollection
Show child attributes