Skip to main content

Get Apartment Entity detailed information

Returns Apartment Entity detailed information.

Base Apartment Entity properties:

  • apartment logical address
  • apartment name
  • link_id

Additional linked properties:

  • identifiers count and UIDs
  • input numbers count and UIDs
  • forward UIDs
Path Parameters
  • apartmentUid integer required

    Possible values: >= 1

    Unique Identifier for Item

Responses

OK


Schema
  • apartment_address object

    Logical address - an entity defines the device/user address in the address hierarchy and is used during a call, issuing identifiers, creating call forwarding rules etc.

  • building integer

    Possible values: >= 1 and <= 9999

    Building number

  • unit integer

    Possible values: <= 99

    Unit number

  • floor integer

    Possible values: <= 98

    Floor number

  • room integer

    Possible values: <= 99

    Room number

  • apartment_name string

    Possible values: Value must match regular expression ^\S(.*\S)?$

    Name for the apartment, owner full name or apartment number usually used. Nonempty string without leading and trailing spaces

  • residents object

    Optional information about tenants

  • count integer

    The number living in the apartment

  • photo_path string

    Photo path for person photo in apartment book

    Available only on AA-14

  • route_path string

    Route image for lift feature.

    Available only on AA-14

  • identifiers object

    Types of associated identifiers (cards, codes, etc.)

    physicals: card, UKEY, face_id

    input_numbers: code entered on the keyboard

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

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

  • forward object
  • exist boolean
  • uid_item integer

    Possible values: >= -1

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

  • link_id uuid

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

  • tenants object[]
  • name string
  • id integer
  • owner_type string
Loading...