Skip to main content

Get Time Profile Entity

Returns Time Profile Entity

Path Parameters
  • timeProfileUid integer required

    Possible values: >= 1

    Unique Id for time profile

Responses

OK


Schema
  • name string
  • time_options object
  • is_all_day boolean
  • 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
  • repeat_format object

    The model describes repeat format in Timeprofile

  • repeat_type string

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

  • repeat_end object

    date key required if date format was chosen

  • format string

    Possible values: [never, date]

  • date int64

    Unix Timestamp Date

  • repeat_custom object

    Only for custom repeat type

  • repeat_point_type string

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

  • repeat_looper integer

    Possible values: >= 1 and <= 1000

  • repeat_options object
    oneOf

  • string

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

  • identifiers object

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

  • uid_items integer[]

    Possible values: >= -1

    Array of UID for entities referenses.

  • link_ids uuid[]

    Array of LinkIDs for entities references

  • count integer

    The number of values in the array

Loading...