Skip to main content

Get multiple Time Profile items with link_id. This can be used by 3d-party management system. Link adds to each time profile link_id.

Query Parameters
  • limit integer

    Possible values: [10, 20, 30, 50]

    Number of items. Value by default is 10

  • page_number integer

    Possible values: >= 1

    Page number

  • sort_field string

    Field name (JSON Key in item entity)

  • sort_type string

    Possible values: [asc, desc]

    Default value: asc

    Sort type (asc/desc)

  • filter object

    Filtering options for TimeProfile

Responses

OK


Schema
  • list_items object[]

    List of TimeProfiles

  • name string

    Timeprofile name

  • time_options object

    This model represents Timeprofile options

  • is_all_day boolean

    Is all day enabled

  • date_from int64

    Unix Timestamp Date

  • date_to int64

    Unix Timestamp Date

  • repeat_options object

    The model describes repeat option for time range in Timeprofile

  • repeat_enable boolean

    If repeat enabled

  • repeat_format object

    The model describes repeat format in Timeprofile

  • repeat_type string

    Possible values: [day, week, twoWeeks, month, year, custom]

    Repeat type

  • repeat_end object

    date key required if date format was chosen

  • format string

    Possible values: [never, date]

    Repeat end type

  • date int64

    Unix Timestamp Date

  • repeat_custom object

    Only for custom repeat type

  • repeat_point_type string

    Possible values: [day, week, month, year]

    Repeat point type

  • repeat_looper integer

    Possible values: >= 1 and <= 1000

    Repeat looper

  • repeat_options object

    Repeat options

    oneOf

  • string

    Possible values: [MON, TUE, WED, THU, FRI, SAT, SUN]

    Week days

  • link_id uuid

    Unique entity set by the server to bind some parameters with each other. By default return null value

Loading...