Skip to main content
Skip table of contents

ClientView [VCon IG]

Representation of a tab in the User Interface.

Properties

Property

Possible Values

Example

Description

id

string

VCR-xd

External Id of the view.

title

string

News Ingest

Custom label of the view, will be displayed as a label on the UI tabs.

index

integer

0

Sorting index of the tabs in the UI.

groups

ClientGroup[]

List of attached ClientGroups.

Example JSON Snippet

CODE
[
  {
    "id": "VCR-xd",
    "title": "News Ingest",
    "index": 0,
    "groups": []
  },
  {
    "id": "VCR-NP",
    "title": "Live Ingest",
    "index": 2,
    "groups": []
  }
]

 

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.