Skip to main content

Get Company Entity

  • Returns information about Company and attached Apartments.
  • This feature is available only in AA-14FBIS panel
Path Parameters
  • company-uid integer required

    Possible values: >= 1

    Unique Identifier for Company Item

Responses

OK


Schema
  • name string

    Possible values: non-empty and <= 200 characters

    Company name. Should be unique

  • info string

    Possible values: <= 1000 characters

    Additional Company info

  • text_color string

    Possible values: [auto, black, white]

    Additional option to customize text color in Company screen. auto - system will try to calculate proper text color according to background image white - white text color will be used black - black text color will be used

  • link_id string

    Link unique ID

  • logo_path string

    This url may be used for downloading image

  • background_path string

    This url may be used for downloading image

  • apartments 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...