Skip to main content

List plans in organization

GET 

/bv/org/v1/organizations/:id/plans

Lists the plans within a specific organization using the provided id.


Required field(s):

  • id

Request

Path Parameters

    id stringrequired

    Required. The unique id of the organization.

Responses

A successful response.

Schema
    plans object[]
  • Array [
  • id string

    Output only. The unique id of the plan.

    name string

    Output only. The name of the plan.

    type string

    Possible values: [PLAN_TYPE_GROUP, PLAN_TYPE_PLAN]

    Output only. The type of the plan.

    status string

    Possible values: [PLAN_STATUS_ABLE_TO_ASSIGNED]

    Output only. The status of the plan.

    description string

    Output only. The description of the plan.

    trial boolean

    Output only. Indicates the plan is whether or not a trial plan.

    sub_plans object[]

    Output only. The list of sub plans of the plan.

  • Array [
  • 0
    1
    2
    3
    4
    5
    6
    7
    8
    9
  • ]
  • created_at date-time

    Output only. The timestamp of the plan that was created.

    updated_at date-time

    Output only. The timestamp of the plan that was last updated.

  • ]
Loading...