Skip to main content

List all music on hold options

List all music on hold options

Query Parameters
    page integer

    Default value: 1

    The page number to retrieve

    perPage integer

    Default value: 10

    The number of items per page

Responses

Successfully retrieved the music on hold options


Schema
    data object[]
  • Array [
  • id string

    The ID of the music on hold

    name string

    The name of the music on hold (localized)

    playUrl uri

    The url to the audio stream of the music on hold

  • ]
  • meta object
    pagination object
    totalItems integer

    The number of items in the collection

    totalPages integer

    The number of pages in the collection

    currentPage integer

    The current page

    perPage integer

    Possible values: >= 1 and <= 50

    The number of items per page

    links object
    self uri

    The url to the first page

    first uri

    The url to the first page

    last uri

    The url to the last page

    previous uri nullable

    The url to the previous page

    next uri nullable

    The url to the next page

Loading...