Skip to main content

Get Time Profile Entity

Returns Time Profile Entity

Path Parameters
  • timeprofile-uid integer required

    Possible values: >= 1

    Unique Id for time profile

Responses

OK


Schema
  • 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

  • identifiers object

    Model used to providing array of UIDs of various enumerated entities are stored in the panel, such as apartments, identifiers, forward, and similar with count param

  • uid_items integer[]

    Possible values: >= -1

    Array of UID for entities references

  • link_ids uuid[]

    Array of LinkIDs for entities references

  • count integer

    The number of values in the array

Loading...