v1
latestOpenAPI 3.0.12026-07-243686491.1 MBOperators
Retrieve the sub-operators of an operator
Required scope: operators
get/api/v1/operators/{id}/sub-operators
Path parameters
idinteger required
Query parameters
pageinteger
page number to retrieve (starts with 0)
perPageinteger
number of items per page (between 1 and 100, default 10)
Response
Page of sub-operators belonging to the operator
Example response
{
"data": [
{
"id": 14,
"name": "Monta",
"identifier": "monta",
"partnerId": 1,
"vatNumber": "FOO-123-ABC"
}
]
}