Skip to main content

List all recordings

List all recordings

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 recording(s)


Schema
    data object[]
  • Array [
  • id string

    The unique id of the recording

    name string

    The name of the recording

    description string nullable

    The description of the recording

    playUrl uri

    The url to the audio stream of the recording

    date date-time

    The date and time the recording was created

    duration number

    The duration of the recording in seconds

  • ]
  • 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...