Skip to main content

Get Time Profile Entity

Returns Time Profile Entity

Path Parameters
  • time-profile-id integer required

    Possible values: >= 1

    Unique Id for time profile

Responses

OK


Schema
  • name string

    Possible values: <= 100 characters

    Name of the time profile

  • time_options object

    Time options of the time profile

  • is_all_day boolean

    Determines if all day used for checking access, from 00.00 to 23.59

  • date_from int64

    Determines period when time profile check access

  • date_to int64

    Determines period when time profile check access

  • repeat_options object

    The model describes repeat option for time range in Time profile

  • repeat_enable boolean

    Determines if repeat function enabled

  • repeat_format object

    The model describes repeat format in time profile

  • repeat_type string

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

    Period of repeating

  • repeat_end object

    Describes repeat period end. date key required if date format was chosen

  • format string

    Possible values: [never, date]

    Repeat period ending options

  • date int64

    Unix Timestamp Date

  • repeat_custom object

    Only for custom repeat type

  • repeat_point_type string

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

    Repeat type options

  • repeat_looper integer

    Possible values: >= 1 and <= 1000

    Number of repeats

  • repeat_options object

    Repeat settings

    oneOf

  • string

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

    Week day representation

  • references_count object

    list of the number of links

  • identifiers integer

    Count of identifiers attached to the time profile

  • users integer

    Count of users attached to the time profile

  • access_rules integer

    Count of access_rules attached to the time profile

Loading...