Skip to main content

List details of plan group

GET 

/bv/pricing/v1/plan-group-details

Lists the details about a specific plan group within the organization. The details can include the plan group name, description, and any other relevant attributes associated with the plan group.

Request

Query Parameters

    current_page int32
    items_per_page int32

Responses

A successful response.

Schema
    plan_group_details object[]
  • Array [
  • id string
    display_name string
    description string
    display_description object
    text string
    links object[]
  • Array [
  • name string
    text string
    uri string
  • ]
  • items object[]
  • Array [
  • 0
    1
    2
    3
    4
    5
    6
    7
    8
    9
  • ]
  • status string

    Possible values: [PLAN_STATUS_ACTIVE]

    details object[]
  • Array [
  • id string
    display_name string
    description string
    display_description object
    text string
    links object[]
  • Array [
  • name string
    text string
    uri string
  • ]
  • items object[]
  • Array [
  • 0
    1
    2
    3
    4
    5
    6
    7
    8
    9
  • ]
  • assigned_business_names string[]
  • ]
  • assigned_business_names string[]
  • ]
  • pagination object
    total_items int32

    Output only. The total numbers of the list in the current pagination.

    items_per_page int32

    Output only. The number of items per page in the current pagination.

    current_page int32

    Output only. The current page in the current pagination.

Loading...