Skip to main content

List sub-organizations in hierarchical structure

GET 

/bv/org/v1/organizations:list-hierarchical-sub-orgs

Lists the nested sub-organizations in a hierarchical format using the provided access token. Useful for displaying pages that require a hierarchical view.

Responses

A successful response.

Schema
    organizations object[]
  • Array [
  • id string

    Output only. The unique id of the organization.

    name string

    Output only. The name of the organization.

    type string

    Possible values: [ORGANIZATION_TYPE_ROOT, ORGANIZATION_TYPE_GENERAL_DISTRIBUTOR, ORGANIZATION_TYPE_RESELLER, ORGANIZATION_TYPE_BUSINESS]

    Output only. The type of the organization.

    sub_orgs object[]

    Output only. The sub-organizations list based on the organization.

  • Array [
  • 0
    1
    2
    3
    4
    5
    6
    7
    8
    9
  • ]
  • ]
Loading...