Skip to main content

Get the list of attached access rules

Return the list of attached access rules

Path Parameters
  • time-profile-id integer required

    Possible values: >= 1

    Unique Id for time profile

Query Parameters
  • limit integer required

    Possible values: <= 1000

    Number of items. Value by default is 10

  • page_number integer required

    Possible values: >= 1

    Page number

Responses

OK


Schema
  • items object[]

    List items

  • id integer

    Possible values: >= -1

    UID for entities references. If value is -1, then it means that is no entity reference for this structure

  • link_id object

    Unique entity set by the server to bind some parameters with each other

  • name string

    Possible values: <= 100 characters

    Name of access rule entity

  • description string

    Possible values: <= 255 characters

    Description of access rule entity

  • settings object[]

    Describes relations the reader-to-relay relationship for the access rule entity

  • reader string

    Unique reader identifier

  • relays integer[]

    Set of relays

  • options object

    Available pagination options

  • pagination object

    Available pagination options for tables

  • total_items integer

    The total number of items found and reflected across all pages

  • items_limit integer

    Possible values: <= 1000

    Limiting the display of the amount of data for one page

  • total_pages integer

    The number of pages that hold the requested data

  • current_page integer

    Possible values: >= 1

    Current page number

Loading...