Banner
Banner returned for app-authenticated requests. Requires scope: banner.list (list) or banner.read (single).
Primary address line
Secondary address line
The company or organization name associated with the banner
The list of email addresses for contact purposes
The full name of the banner owner or contact person
Banner ID
ID of the banner owner
phones object[]
The list of phone numbers for contact purposes
settings object
Banner settings. Only populated when reading a single banner.
editors object
Editor users and groups
List of group public IDs
List of user public IDs
viewAttrs object
View attributes such as color scheme
View attributes such as color scheme
viewProtection object
Viewer users and groups for view protection
List of group public IDs
List of user public IDs
social object[]
List of social media profile URLs
The job title or position of the banner owner
The primary website URL
{
"address1": "string",
"address2": "string",
"company": "string",
"emails": [
"string"
],
"fullname": "string",
"id": "string",
"ownerId": "string",
"phones": [
{
"label": "string",
"number": "string"
}
],
"settings": {
"editors": {
"groups": [
"string"
],
"users": [
"string"
]
},
"viewAttrs": {},
"viewProtection": {
"groups": [
"string"
],
"users": [
"string"
]
}
},
"social": [
{
"label": "string",
"link": "string"
}
],
"title": "string",
"website": "string"
}