Skip to main content
GET
/
partition
/
resource
/
get-controller
/
{resourceControllerId}
Get Controller Partition Numbers
curl --request GET \
  --url https://apigw.bienport.com/api/partition/resource/get-controller/{resourceControllerId} \
  --header 'Authorization: <authorization>' \
  --header 'OrganizationId: <organizationid>'
[
  {
    "name": "<string>",
    "no": 123
  }
]

Headers

Authorization
string
required

Access Token

OrganizationId
string
required

Organization ID

Path Parameters

resourceControllerId
integer<int64>
required

resourceControllerId

Response

Partitions where the controller is defined

name
string
no
integer<int32>