[Index]
Controls appearance of web page
Model ref.: data/Theme
The full URL would include the host-proxy name: https://[host-proxy].
Variables are enclosed in square brackets.
{
"$schema": "http://json-schema.org/draft-03/schema",
"type": "object",
"properties": {
"name": {
"title": "Theme Name",
"description": "The name that is given to the Theme. Valid characters allowed for the name are [a-zA-Z0-9_]",
"type": "string",
"required": true,
"pattern": "^[a-zA-Z0-9_]+$"
},
"title": {
"title": "Site Title",
"description": "Title displayed in the browser tab",
"type": "string",
"required": false
},
"import_file": {
"title": "Import File",
"type": "string",
"format": "file"
},
"import_file_id": {
"title": "Import File Id",
"type": "string",
"required": false
},
"backup": {
"title": "Backup Enabled",
"description": "Create backup if existing theme exists",
"type": "boolean",
"default": false
},
"banner_title": {
"title": "Navbar Text",
"description": "Text that appears in the Navbar after login",
"type": "string",
"required": false
},
"description": {
"title": "Description",
"description": "A description for the Theme.",
"type": "string",
"required": false
},
"is_login_theme": {
"title": "Use this Theme to style Login page",
"description": "Determines if this theme is used to style the login page",
"type": "boolean",
"default": false
},
"hide_from_lower_hierarchies": {
"title": "Hide from Lower Hierarchies",
"description": "Indicates if the theme can be viewed and dowloaded at lower hierarchies.",
"type": "boolean",
"default": false
},
"interface": {
"title": "Interface",
"description": "The selected interface that is associated with the Theme. The interface can be an Administration or Self Service.",
"type": "string",
"default": "administration",
"choices": [
{
"value": "administration",
"title": "Administration"
},
{
"value": "selfservice",
"title": "Self Service"
}
]
},
"theme_customisation": {
"title": "Theme Customisation",
"description": "The colours and images that comprise a theme.",
"type": "object",
"properties": {
"primary_colour": {
"title": "Primary Colour",
"description": "This is the background colour for most menus and headers, as well as the text colour for links and buttons.",
"type": "string",
"format": "color",
"required": false,
"pattern": "^#([A-Fa-f0-9]{6}|[A-Fa-f0-9]{3})$"
},
"primary_text_colour": {
"title": "Primary Text Colour",
"description": "This is the text colour for anything with the primary colour background.",
"type": "string",
"format": "color",
"required": false,
"pattern": "^#([A-Fa-f0-9]{6}|[A-Fa-f0-9]{3})$"
},
"accent_colour": {
"title": "Accent Colour",
"description": "This colour is used when attention needs to be drawn for important notifications or active buttons and text.",
"type": "string",
"format": "color",
"required": false,
"pattern": "^#([A-Fa-f0-9]{6}|[A-Fa-f0-9]{3})$"
},
"accent_text_colour": {
"title": "Accent Text Colour",
"description": "This is the text colour for anything with the accent colour background.",
"type": "string",
"format": "color",
"required": false,
"pattern": "^#([A-Fa-f0-9]{6}|[A-Fa-f0-9]{3})$"
},
"topbar_colour": {
"title": "Topbar Colour",
"description": "The colour used for the top bar of the site. Will use the primary colour if no value is given.",
"type": "string",
"format": "color",
"required": false,
"pattern": "^#([A-Fa-f0-9]{6}|[A-Fa-f0-9]{3})$"
},
"topbar_text_colour": {
"title": "Topbar Text Colour",
"description": "This is the text colour for the top bar. Will use the primary text colour if no value is given.",
"type": "string",
"format": "color",
"required": false,
"pattern": "^#([A-Fa-f0-9]{6}|[A-Fa-f0-9]{3})$"
},
"menu_colour": {
"title": "Menu Colour",
"description": "The colour used for the menu on the left. Will use the primary colour if no value is given.",
"type": "string",
"format": "color",
"required": false,
"pattern": "^#([A-Fa-f0-9]{6}|[A-Fa-f0-9]{3})$"
},
"menu_text_colour": {
"title": "Menu Text Colour",
"description": "This is the text colour for the menu. Will use the primary text colour if no value is given.",
"type": "string",
"format": "color",
"required": false,
"pattern": "^#([A-Fa-f0-9]{6}|[A-Fa-f0-9]{3})$"
},
"panel_colour": {
"title": "Panel Colour",
"description": "The colour used for all the panels in the app.",
"type": "string",
"format": "color",
"required": false,
"pattern": "^#([A-Fa-f0-9]{6}|[A-Fa-f0-9]{3})$"
},
"panel_text_colour": {
"title": "Panel Text Colour",
"description": "This is the text colour for normal text in the app.",
"type": "string",
"format": "color",
"required": false,
"pattern": "^#([A-Fa-f0-9]{6}|[A-Fa-f0-9]{3})$"
},
"input_colour": {
"title": "Input Colour",
"description": "The background colour for input fields. Will use the panel colour if no value is given.",
"type": "string",
"format": "color",
"required": false,
"pattern": "^#([A-Fa-f0-9]{6}|[A-Fa-f0-9]{3})$"
},
"input_text_colour": {
"title": "Input Text Colour",
"description": "The text colour for input fields. Will use the panel text colour if no value is given.",
"type": "string",
"format": "color",
"required": false,
"pattern": "^#([A-Fa-f0-9]{6}|[A-Fa-f0-9]{3})$"
},
"background_colour": {
"title": "Background Colour",
"description": "The colour of the background.",
"type": "string",
"format": "color",
"required": false,
"pattern": "^#([A-Fa-f0-9]{6}|[A-Fa-f0-9]{3})$"
},
"info_notification_colour": {
"title": "Info Notification Colour",
"description": "The colour used for info notifications.",
"type": "string",
"format": "color",
"required": false,
"pattern": "^#([A-Fa-f0-9]{6}|[A-Fa-f0-9]{3})$"
},
"info_notification_text_colour": {
"title": "Info Notification Text Colour",
"description": "This is the text colour for info notifications.",
"type": "string",
"format": "color",
"required": false,
"pattern": "^#([A-Fa-f0-9]{6}|[A-Fa-f0-9]{3})$"
},
"success_notification_colour": {
"title": "Success Notification Colour",
"description": "The colour used for success notifications.",
"type": "string",
"format": "color",
"required": false,
"pattern": "^#([A-Fa-f0-9]{6}|[A-Fa-f0-9]{3})$"
},
"success_notification_text_colour": {
"title": "Success Notification Text Colour",
"description": "This is the text colour for success notifications.",
"type": "string",
"format": "color",
"required": false,
"pattern": "^#([A-Fa-f0-9]{6}|[A-Fa-f0-9]{3})$"
},
"warn_notification_colour": {
"title": "Warning Notification Colour",
"description": "The colour used for warning notifications.",
"type": "string",
"format": "color",
"required": false,
"pattern": "^#([A-Fa-f0-9]{6}|[A-Fa-f0-9]{3})$"
},
"warn_notification_text_colour": {
"title": "Warning Notification Text Colour",
"description": "This is the text colour for warning notifications.",
"type": "string",
"format": "color",
"required": false,
"pattern": "^#([A-Fa-f0-9]{6}|[A-Fa-f0-9]{3})$"
},
"error_notification_colour": {
"title": "Error Notification Colour",
"description": "The colour used for error notifications.",
"type": "string",
"format": "color",
"required": false,
"pattern": "^#([A-Fa-f0-9]{6}|[A-Fa-f0-9]{3})$"
},
"error_notification_text_colour": {
"title": "Error Notification Text Colour",
"description": "This is the text colour for error notifications.",
"type": "string",
"format": "color",
"required": false,
"pattern": "^#([A-Fa-f0-9]{6}|[A-Fa-f0-9]{3})$"
},
"theme_mode": {
"title": "Dashboard Color Mode",
"description": "Select the dashboard color mode which best fits your theme branding.",
"type": "string",
"required": false,
"default": "light",
"choices": [
{
"value": "dark",
"title": "Dark"
},
{
"value": "light",
"title": "Light"
}
]
},
"theme_font": {
"title": "Font",
"description": "This is the main font used for page content. Defaults to Roboto.",
"type": "string",
"format": "font",
"required": false,
"choices": [
{
"value": "Aptos",
"title": "Aptos"
},
{
"value": "Arial",
"title": "Arial"
},
{
"value": "Bebas Neue",
"title": "Bebas Neue"
},
{
"value": "Courier New",
"title": "Courier New"
},
{
"value": "DM Sans",
"title": "DM Sans"
},
{
"value": "Dosis",
"title": "Dosis"
},
{
"value": "Figtree",
"title": "Figtree"
},
{
"value": "Fira Sans",
"title": "Fira Sans"
},
{
"value": "Helvetica",
"title": "Helvetica"
},
{
"value": "Inconsolata",
"title": "Inconsolata"
},
{
"value": "Inter",
"title": "Inter"
},
{
"value": "Josefin Sans",
"title": "Josefin Sans"
},
{
"value": "Manrope",
"title": "Manrope"
},
{
"value": "Montserrat",
"title": "Montserrat"
},
{
"value": "Noto Sans",
"title": "Noto Sans"
},
{
"value": "Noto Serif",
"title": "Noto Serif"
},
{
"value": "Open Sans",
"title": "Open Sans"
},
{
"value": "Oswald",
"title": "Oswald"
},
{
"value": "Poppins",
"title": "Poppins"
},
{
"value": "PT Sans",
"title": "PT Sans"
},
{
"value": "Quicksand",
"title": "Quicksand"
},
{
"value": "Raleway",
"title": "Raleway"
},
{
"value": "Roboto",
"title": "Roboto"
},
{
"value": "Roboto Mono",
"title": "Roboto Mono"
},
{
"value": "Source Code Pro",
"title": "Source Code Pro"
},
{
"value": "Times New Roman",
"title": "Times New Roman"
},
{
"value": "Ubuntu",
"title": "Ubuntu"
}
]
},
"favicon": {
"title": "Favicon",
"description": "The favicon for the site. Shown on the tab and when the site is bookmarked.",
"type": "string",
"format": "file",
"required": false
},
"favicon_id": {
"title": "Favicon Id",
"type": "string",
"required": false
},
"logo": {
"title": "Logo",
"description": "This image is used for the logo in the top left of the menu bar. Must be a PNG image with a transparent background. Maximum file size is 0.5MiB and maximum dimensions are 600 pixels in width and 192 pixels in height.",
"type": "string",
"format": "file",
"required": false
},
"logo_id": {
"title": "Logo Id",
"type": "string",
"required": false
},
"login_logo": {
"title": "Login Logo",
"description": "This image is used for the logo on the login page. Must be a PNG image with a transparent background. Maximum file size is 0.5MiB and maximum dimensions are 600 pixels in width and 192 pixels in height.",
"type": "string",
"format": "file",
"required": false
},
"login_logo_id": {
"title": "Login Logo Id",
"type": "string",
"required": false
},
"login_bg": {
"title": "Login Background",
"description": "This image is used for the login screen background. Must be a PNG or JPEG image. Maximum file size is 5MiB and maximum dimensions are 1920 pixels in width and 1080 pixels in height.",
"type": "string",
"format": "file",
"required": false
},
"login_bg_id": {
"title": "Login Background Id",
"type": "string",
"required": false
},
"menu_bg": {
"title": "Menu Background",
"description": "This image is used for the side menu background. Must be a PNG or JPEG image. Maximum file size is 2MiB and maximum dimensions are 240 pixels in width and 1040 pixels in height.",
"type": "string",
"format": "file",
"required": false
},
"menu_bg_id": {
"title": "Menu Background Id",
"type": "string",
"required": false
},
"data_driven": {
"title": "Generate Admin GUI Theme",
"description": "Generate a new admin GUI theme, overwriting an existing theme of the same name",
"type": "boolean",
"default": false
}
}
},
"login_page": {
"title": "Login Page Details",
"description": "How theme styles the login page",
"type": "object",
"properties": {
"title": {
"title": "Title",
"description": "Title displayed at top of login page",
"type": "string"
},
"banner": {
"title": "Banner Text",
"description": "Banner text displayed at bottom of login page. References to {{cookie_policy}} and {{privacy_policy}} will be replaced with relevant links when displaying the theme.",
"type": "string",
"maxLength": 2048,
"displayable": true
},
"cookie_policy": {
"title": "Cookie Policy",
"description": "Reference to resultant hyperlink can be added as {{cookie_policy}} inside the Banner Text field",
"type": "object",
"properties": {
"text": {
"title": "Link Text",
"description": "Text that will be displayed for the hyperlink",
"type": "string",
"required": false,
"displayable": true
},
"url": {
"title": "Link URL",
"description": "URL that has Cookie Policy. Opens in a new tab",
"type": "string",
"required": false
}
}
},
"privacy_policy": {
"title": "Privacy Policy",
"description": "Reference to resultant hyperlink can be added as {{privacy_policy}} inside the Banner Text field",
"type": "object",
"properties": {
"text": {
"title": "Link Text",
"description": "Text that will be displayed for the hyperlink",
"type": "string",
"required": false,
"displayable": true
},
"url": {
"title": "Link URL",
"description": "URL that has Privacy Policy. Opens in a new tab",
"type": "string",
"required": false
}
}
}
}
}
},
"schema_version": "0.5.5"
}
| Task | Call | URL | Parameters | Response |
|---|---|---|---|---|
| Get the GUI Add form. | GET | /api/data/Theme/add/ |
|
The GUI Add form of data/Theme as JSON |
The API call to the /add/ URL can only be made from a hierarchy that allows the model type to be added. The actions in the response shows the url for the POST API call to create an instance.
| Task | Call | URL | Parameters | Payload |
|---|---|---|---|---|
| Create | POST | /api/data/Theme | hierarchy=[hierarchy] |
|
tool/Transaction/[trans pkid]to inspect the created resource and its instance pkid.
| Task | Call | URL | Parameters | Payload |
|---|---|---|---|---|
| Bulk delete [pkid1],[pkid2]... | DELETE | /api/data/Theme/ | hierarchy=[hierarchy] | {"hrefs":["/api/data/Theme/[pkid1]", "/api/data/Theme/[pkid2]", ...]} |
GET http://[host-proxy]/api/data/Theme/?hierarchy=[hierarchy]&format=json
| Task | Call | URL | Parameters | Response |
|---|---|---|---|---|
| Bulk Modify | GET | /api/data/Theme/bulk_update/?schema=&schema_rules=true |
|
|
| Task | Call | URL | Parameters | Payload |
|---|---|---|---|---|
| Bulk Modify | POST | /api/data/Theme/bulk_update/ |
|
For example: {"data":{"name":"value"}, "meta":{}, "request_meta":{ "hrefs":["/api/v0/data/Theme/[pkid1]", "/api/v0/data/Theme/[pkid2]",...]}} |
GET http://[host-proxy]/api/data/Theme/?hierarchy=[hierarchy]&format=json
| Task | Call | URL | Parameters | Payload |
|---|---|---|---|---|
| Get a selected [export_format] of the schema and instances [pkid1], [pkid2],... of data/Theme; optionally with tag_version at [version] and Configuration Template as [configtemplate]. | POST | /api/data/Theme/export/ |
|
{ "hrefs":["/api/data/Theme/[pkid1]", "/api/data/Theme/[pkid2]",...]}} |
For export_format=json, the response is a time stamped zip file of data in JSON as in the system database. Item properties such as strings that are empty or Boolean values that are not set, are not included. The filename in the response is of the format as the example:
Content-Disposition: attachment; filename=export_2013-05-17_14:20:19.186444.json.zip
Content-Language:en
Content-Type:application/x-zip
For export_format=raw_xlsx, the response is a MS Excel spreadsheet with columns corresponding to the JSON format export and a response filename format:
Content-Disposition: attachment; filename=<resource_type>_<resource_name>_exportedsheet_CCYY-MM-DD_HH-MM-SS.xlsx
Content-Language:en
Content-Type:application/vnd.openxmlformats-officedocument.spreadsheetml.sheet
For export_format=xlsx, the response is a MS Excel spreadsheet, arranged by any Field Display Policies that apply. The columns correspond with those of a Bulk Load Template export sheet. The response filename format is:
Content-Disposition: attachment; filename=<resource_type>_<resource_name>_exportedsheet_formatted_CCYY-MM-DD_HH-MM-SS.xlsx
Content-Language:en
Content-Type:application/vnd.openxmlformats-officedocument.spreadsheetml.sheet
The XLSX format can be used to bulk load instances of data/Theme and the JSON format can be used to import instances of data/Theme.
GET http://[host-proxy]/api/data/Theme/?hierarchy=[hierarchy]
| Task | Call | URL | Parameters | Response |
|---|---|---|---|---|
| Get a compressed format of the Bulk Load spreadsheet template for data/Theme | POST | /api/data/Theme/export_bulkload_template/ |
|
The response is an attachment of the format: filetype_bulkloadsheet.xlsx.gz |
| Task | Call | URL | Parameters | Response |
|---|---|---|---|---|
| Tag | PATCH | /api/data/Theme/+tag/ |
|
| Task | Call | URL | Parameters | Response |
|---|---|---|---|---|
| Tag Version | PATCH | /api/data/Theme/+tag_version/ |
|
| Task | Call | URL | Parameters | Response |
|---|---|---|---|---|
| Configuration Template | GET | /api/data/Theme/configuration_template/ | hierarchy=[hierarchy] |
|
POST http://[host-proxy]/api/data/ConfigurationTemplate/?hierarchy=[hierarchy]
| Task | Call | URL | Parameters | Response |
|---|---|---|---|---|
| Field Display Policy | GET | /api/data/Theme/field_display_policy/ | hierarchy=[hierarchy] |
|
POST http://[host-proxy]/api/data/FieldDisplayPolicy/?hierarchy=[hierarchy]
| Task | Call | URL | Parameters | Response |
|---|---|---|---|---|
| Migration Template | GET | /api/data/Theme/migration/ |
|
| Task | Call | URL | Parameters | Response |
|---|---|---|---|---|
| List | GET | /api/data/Theme/ |
|
The data/Theme schema and all instances as JSON. |
(The list will return 0 to 3 data/Theme instances)
{
"pagination": {
"skip": 0,
"limit": 3,
"maximum_limit": 2000,
"total": 13,
"total_limit": null,
"order_by": "name",
"direction": "asc",
"current": "/api/data/Theme/?skip=0&limit=3&order_by=name&direction=asc&traversal=fulltree"
},
"operations": [
"field_display_policy",
"help",
"export",
"export_bulkload_template",
"remove",
"move",
"configuration_template",
"get",
"add",
"migration",
"list",
"update",
"transform",
"bulk_update_form"
],
"meta": {
"model_type": "data/Theme",
"summary_attrs": [
{
"name": "name",
"title": "Theme Name"
},
{
"name": "description",
"title": "Description"
},
{
"name": "hierarchy_friendly_name",
"title": "Located At",
"allow_filtering": true
}
],
"tagged_versions": [],
"tags": [],
"title": "",
"business_key": {
"unique": [
"name"
],
"hierarchy": false
},
"api_version": "21.2",
"cached": true,
"references": {
"children": [],
"parent": [
{
"href": "/api/data/HierarchyNode/6t0ggef2c0deab00hb595101",
"pkid": "6t0ggef2c0deab00hb595101"
}
],
"device": [
{
"href": "",
"pkid": ""
}
],
"foreign_key": []
},
"model_specific_actions": [
"add",
"bulk_update_form",
"clone",
"configuration_template",
"export",
"export_bulkload_template",
"field_display_policy",
"get",
"help",
"list",
"migration",
"remove",
"tag",
"tag_version",
"update"
],
"schema_version": "0.5.5",
"actions": [
{
"add": {
"method": "GET",
"class": "add",
"href": "/api/data/Theme/add/?hierarchy=[hierarchy]",
"support_async": false,
"title": "Add"
}
},
{
"remove": {
"method": "DELETE",
"class": "delete",
"href": "/api/data/Theme/?hierarchy=[hierarchy]",
"support_async": true,
"title": "Delete"
}
},
{
"bulk_update_form": {
"method": "GET",
"class": "update",
"href": "/api/data/Theme/bulk_update/?hierarchy=[hierarchy]&schema=&schema_rules=true",
"support_async": false,
"title": "Bulk Modify"
}
},
{
"export": {
"method": "POST",
"class": "export",
"href": "/api/data/Theme/export/?hierarchy=[hierarchy]",
"support_async": false,
"title": "Export",
"view": "/api/view/ExportData/add/?auth_token=[authtoken],
"submit": "payload"
}
},
{
"export_bulkload_template": {
"method": "POST",
"class": "bulkload_template",
"href": "/api/data/Theme/export_bulkload_template/?hierarchy=[hierarchy]",
"support_async": false,
"title": "Export Bulk Load Template"
}
},
{
"tag": {
"method": "PATCH",
"class": "tag",
"href": "/api/data/Theme/+tag/?hierarchy=[hierarchy]",
"support_async": true,
"title": "Tag",
"view": "/api/view/TagNameForm/add/?auth_token=[authtoken]
}
},
{
"tag_version": {
"method": "PATCH",
"class": "tag_version",
"href": "/api/data/Theme/+tag_version/?hierarchy=[hierarchy]",
"support_async": true,
"title": "Tag Version",
"view": "/api/view/TagVersionForm/add/?auth_token=[authtoken]
}
},
{
"configuration_template": {
"method": "GET",
"class": "config",
"href": "/api/data/Theme/configuration_template/?hierarchy=[hierarchy]",
"support_async": false,
"title": "Configuration Template"
}
},
{
"field_display_policy": {
"method": "GET",
"class": "display_policy",
"href": "/api/data/Theme/field_display_policy/?hierarchy=[hierarchy]",
"support_async": false,
"title": "Field Display Policy"
}
},
{
"migration": {
"method": "GET",
"class": "migration",
"href": "/api/data/Theme/migration/?hierarchy=[hierarchy]",
"support_async": false,
"title": "Migration Template"
}
},
{
"list": {
"method": "GET",
"class": "list",
"href": "/api/data/Theme/?hierarchy=[hierarchy]",
"support_async": false,
"title": "List"
}
},
{
"help": {
"method": "GET",
"class": "help",
"href": "/api/data/Theme/help?hierarchy=[hierarchy]",
"support_async": false,
"title": "Help"
}
}
]
},
"resources": [
{
"data": {
"name": "Airbus",
"banner_title": "VOSS-4-UC v24.1",
"is_login_theme": false,
"interface": "administration",
"theme_customisation": {
"primary_colour": "#438eb9",
"accent_colour": "#102A6D",
"logo": "login_logo.png",
"login_bg": "login-background.png"
},
"login_page": {
"title": "Unified Communications Administration Portal",
"banner": "VOSS-4-UC v17.6 -- 17.6.279"
},
"pkid": "5a8a57b5142896209a62bcda",
"hierarchy_friendly_name": "hcs (Hcs)",
"hierarchy_path": "sys.hcs"
},
"meta": {
"model_type": "data/Theme",
"summary_attrs": [
{
"name": "name",
"title": "Theme Name"
},
{
"name": "description",
"title": "Description"
},
{
"name": "hierarchy_friendly_name",
"title": "Located At",
"allow_filtering": true
}
],
"tagged_versions": [],
"tags": [],
"title": "Airbus",
"business_key": {
"hierarchy": false,
"unique": [
"name"
]
},
"api_version": "21.2",
"cached": true,
"references": {
"device": [
{
"href": "",
"pkid": ""
}
],
"owner": [
{
"pkid": ""
}
],
"parent": [
{
"pkid": "5a7c462e1360b64cc8bf16e5",
"href": "/api/data/HierarchyNode/5a7c462e1360b64cc8bf16e5"
}
],
"foreign_key": [],
"self": [
{
"href": "/api/data/Theme/5a8a5725142896209a62bcd9/",
"pkid": "5a8a5725142896209a62bcd9"
}
]
},
"path": [
"6t0ggef2c0deab00hb595101",
"5a7c462e1360b64cc8bf16e5",
"5a8a5725142896209a62bcd9"
],
"system_resource": false,
"schema_version": "0.5.5",
"actions": [
{
"update": {
"method": "PUT",
"class": "update",
"href": "/api/data/Theme/5a8a5725142896209a62bcd9/",
"support_async": true,
"title": "Modify"
}
},
{
"remove": {
"method": "DELETE",
"class": "delete",
"href": "/api/data/Theme/5a8a5725142896209a62bcd9/",
"support_async": true,
"title": "Delete"
}
},
{
"clone": {
"method": "GET",
"class": "clone",
"href": "/api/data/Theme/5a8a5725142896209a62bcd9/clone/?schema=&schema_rules=true",
"support_async": false,
"title": "Clone"
}
},
{
"export": {
"method": "GET",
"class": "export",
"href": "/api/data/Theme/5a8a5725142896209a62bcd9/export/",
"support_async": false,
"title": "Export",
"view": "/api/view/ExportData/add/",
"submit": "payload"
}
},
{
"tag": {
"method": "PATCH",
"class": "tag",
"href": "/api/data/Theme/5a8a5725142896209a62bcd9/+tag/",
"support_async": true,
"title": "Tag",
"view": "/api/view/TagNameForm/add/"
}
},
{
"tag_version": {
"method": "PATCH",
"class": "tag_version",
"href": "/api/data/Theme/5a8a5725142896209a62bcd9/+tag_version/",
"support_async": true,
"title": "Tag Version",
"view": "/api/view/TagVersionForm/add/"
}
},
{
"get": {
"method": "GET",
"class": "get",
"href": "/api/data/Theme/5a8a5725142896209a62bcd9/",
"support_async": false,
"title": "Get"
}
},
{
"help": {
"method": "GET",
"class": "help",
"href": "/api/data/Theme/5a8a5725142896209a62bcd9/help",
"support_async": false,
"title": "Help"
}
}
],
"summary": "false"
},
"pkid": "5a8a5725142896209a62bcd9"
},
{
"data": {
"login_page": {
"banner": "V4UC 17.6",
"title": "Unified Communications Self-Service Portal"
},
"title": "Airbus UC Portal",
"pkid": "5a8a588767ea6f203996d526",
"import_file": "Airbus_selfservice.zip",
"is_login_theme": false,
"import_file_id": "5a8a57d0939cd1233927f154",
"interface": "selfservice",
"name": "Airbus_selfservice",
"hierarchy_friendly_name": "hcs (Hcs)",
"hierarchy_path": "sys.hcs"
},
"meta": {
"model_type": "data/Theme",
"summary_attrs": [
{
"name": "name",
"title": "Theme Name"
},
{
"name": "description",
"title": "Description"
},
{
"name": "hierarchy_friendly_name",
"title": "Located At",
"allow_filtering": true
}
],
"tagged_versions": [],
"tags": [],
"title": "Airbus_selfservice",
"business_key": {
"hierarchy": false,
"unique": [
"name"
]
},
"api_version": "21.2",
"cached": true,
"references": {
"device": [
{
"href": "",
"pkid": ""
}
],
"owner": [
{
"pkid": ""
}
],
"parent": [
{
"pkid": "5a7c462e1360b64cc8bf16e5",
"href": "/api/data/HierarchyNode/5a7c462e1360b64cc8bf16e5"
}
],
"foreign_key": [],
"self": [
{
"href": "/api/data/Theme/5a8a580967ea6f203996d525/",
"pkid": "5a8a580967ea6f203996d525"
}
]
},
"path": [
"6t0ggef2c0deab00hb595101",
"5a7c462e1360b64cc8bf16e5",
"5a8a580967ea6f203996d525"
],
"schema_version": "0.5.5",
"actions": [
{
"update": {
"method": "PUT",
"class": "update",
"href": "/api/data/Theme/5a8a580967ea6f203996d525/",
"support_async": true,
"title": "Modify"
}
},
{
"remove": {
"method": "DELETE",
"class": "delete",
"href": "/api/data/Theme/5a8a580967ea6f203996d525/",
"support_async": true,
"title": "Delete"
}
},
{
"clone": {
"method": "GET",
"class": "clone",
"href": "/api/data/Theme/5a8a580967ea6f203996d525/clone/?schema=&schema_rules=true",
"support_async": false,
"title": "Clone"
}
},
{
"export": {
"method": "GET",
"class": "export",
"href": "/api/data/Theme/5a8a580967ea6f203996d525/export/",
"support_async": false,
"title": "Export",
"view": "/api/view/ExportData/add/",
"submit": "payload"
}
},
{
"tag": {
"method": "PATCH",
"class": "tag",
"href": "/api/data/Theme/5a8a580967ea6f203996d525/+tag/",
"support_async": true,
"title": "Tag",
"view": "/api/view/TagNameForm/add/"
}
},
{
"tag_version": {
"method": "PATCH",
"class": "tag_version",
"href": "/api/data/Theme/5a8a580967ea6f203996d525/+tag_version/",
"support_async": true,
"title": "Tag Version",
"view": "/api/view/TagVersionForm/add/"
}
},
{
"get": {
"method": "GET",
"class": "get",
"href": "/api/data/Theme/5a8a580967ea6f203996d525/",
"support_async": false,
"title": "Get"
}
},
{
"help": {
"method": "GET",
"class": "help",
"href": "/api/data/Theme/5a8a580967ea6f203996d525/help",
"support_async": false,
"title": "Help"
}
}
],
"summary": "false"
},
"pkid": "5a8a580967ea6f203996d525"
},
{
"data": {
"login_page": {
"title": "Cisco Unified Communications Domain Manager"
},
"title": "CUCDM",
"is_login_theme": false,
"name": "cisco",
"pkid": "5a7c4304939cd15d8c428377",
"hierarchy_friendly_name": "sys (System)",
"hierarchy_path": "sys"
},
"meta": {
"model_type": "data/Theme",
"summary_attrs": [
{
"name": "name",
"title": "Theme Name"
},
{
"name": "description",
"title": "Description"
},
{
"name": "hierarchy_friendly_name",
"title": "Located At",
"allow_filtering": true
}
],
"tagged_versions": [],
"tags": [
"V4UC",
"ba_EndToEnd"
],
"title": "cisco",
"business_key": {
"hierarchy": false,
"unique": [
"name"
]
},
"api_version": "21.2",
"cached": true,
"references": {
"device": [
{
"href": "",
"pkid": ""
}
],
"owner": [
{
"pkid": ""
}
],
"parent": [
{
"pkid": "6t0ggef2c0deab00hb595101",
"href": "/api/data/HierarchyNode/6t0ggef2c0deab00hb595101"
}
],
"foreign_key": [],
"self": [
{
"href": "/api/data/Theme/5a7c4304939cd15d8c428376/",
"pkid": "5a7c4304939cd15d8c428376"
}
]
},
"path": [
"6t0ggef2c0deab00hb595101",
"5a7c4304939cd15d8c428376"
],
"schema_version": "0.5.5",
"actions": [
{
"update": {
"method": "PUT",
"class": "update",
"href": "/api/data/Theme/5a7c4304939cd15d8c428376/",
"support_async": true,
"title": "Modify"
}
},
{
"remove": {
"method": "DELETE",
"class": "delete",
"href": "/api/data/Theme/5a7c4304939cd15d8c428376/",
"support_async": true,
"title": "Delete"
}
},
{
"clone": {
"method": "GET",
"class": "clone",
"href": "/api/data/Theme/5a7c4304939cd15d8c428376/clone/?schema=&schema_rules=true",
"support_async": false,
"title": "Clone"
}
},
{
"export": {
"method": "GET",
"class": "export",
"href": "/api/data/Theme/5a7c4304939cd15d8c428376/export/",
"support_async": false,
"title": "Export",
"view": "/api/view/ExportData/add/",
"submit": "payload"
}
},
{
"tag": {
"method": "PATCH",
"class": "tag",
"href": "/api/data/Theme/5a7c4304939cd15d8c428376/+tag/",
"support_async": true,
"title": "Tag",
"view": "/api/view/TagNameForm/add/"
}
},
{
"tag_version": {
"method": "PATCH",
"class": "tag_version",
"href": "/api/data/Theme/5a7c4304939cd15d8c428376/+tag_version/",
"support_async": true,
"title": "Tag Version",
"view": "/api/view/TagVersionForm/add/"
}
},
{
"get": {
"method": "GET",
"class": "get",
"href": "/api/data/Theme/5a7c4304939cd15d8c428376/",
"support_async": false,
"title": "Get"
}
},
{
"help": {
"method": "GET",
"class": "help",
"href": "/api/data/Theme/5a7c4304939cd15d8c428376/help",
"support_async": false,
"title": "Help"
}
}
],
"summary": "false"
},
"pkid": "5a7c4304939cd15d8c428376"
}
]
}
(Show the first instance)
{
"data": {
"name": "Airbus",
"banner_title": "VOSS-4-UC v24.1",
"is_login_theme": false,
"interface": "administration",
"theme_customisation": {
"primary_colour": "#438eb9",
"accent_colour": "#102A6D",
"logo": "login_logo.png",
"login_bg": "login-background.png"
},
"login_page": {
"title": "Unified Communications Administration Portal",
"banner": "VOSS-4-UC v17.6 -- 17.6.279"
},
"pkid": "5a8a57b5142896209a62bcda"
},
"meta": {
"model_type": "data/Theme",
"summary_attrs": [
{
"name": "name",
"title": "Theme Name"
},
{
"name": "description",
"title": "Description"
},
{
"name": "hierarchy_friendly_name",
"title": "Located At",
"allow_filtering": true
}
],
"tagged_versions": [],
"tags": [],
"title": "Airbus",
"business_key": {
"unique": [
"name"
],
"hierarchy": false
},
"api_version": "21.2",
"cached": false,
"references": {
"device": [
{
"href": "",
"pkid": ""
}
],
"owner": [
{
"pkid": ""
}
],
"parent": [
{
"href": "/api/data/HierarchyNode/5a7c462e1360b64cc8bf16e5",
"pkid": "5a7c462e1360b64cc8bf16e5"
}
],
"foreign_key": [],
"children": [],
"self": [
{
"href": "/api/data/Theme/5a8a5725142896209a62bcd9/",
"pkid": "5a8a5725142896209a62bcd9"
}
]
},
"path": [
"6t0ggef2c0deab00hb595101",
"5a7c462e1360b64cc8bf16e5",
"5a8a5725142896209a62bcd9"
],
"system_resource": false,
"schema_version": "0.5.5",
"actions": [
{
"update": {
"method": "PUT",
"class": "update",
"href": "/api/data/Theme/5a8a5725142896209a62bcd9/?hierarchy=[hierarchy]",
"support_async": true,
"title": "Modify"
}
},
{
"remove": {
"method": "DELETE",
"class": "delete",
"href": "/api/data/Theme/5a8a5725142896209a62bcd9/?hierarchy=[hierarchy]",
"support_async": true,
"title": "Delete"
}
},
{
"clone": {
"method": "GET",
"class": "clone",
"href": "/api/data/Theme/5a8a5725142896209a62bcd9/clone/?hierarchy=[hierarchy]&schema=&schema_rules=true",
"support_async": false,
"title": "Clone"
}
},
{
"export": {
"method": "GET",
"class": "export",
"href": "/api/data/Theme/5a8a5725142896209a62bcd9/export/?hierarchy=[hierarchy]",
"support_async": false,
"title": "Export",
"view": "/api/view/ExportData/add/?auth_token=[authtoken],
"submit": "payload"
}
},
{
"tag": {
"method": "PATCH",
"class": "tag",
"href": "/api/data/Theme/5a8a5725142896209a62bcd9/+tag/?hierarchy=[hierarchy]",
"support_async": true,
"title": "Tag",
"view": "/api/view/TagNameForm/add/?auth_token=[authtoken]
}
},
{
"tag_version": {
"method": "PATCH",
"class": "tag_version",
"href": "/api/data/Theme/5a8a5725142896209a62bcd9/+tag_version/?hierarchy=[hierarchy]",
"support_async": true,
"title": "Tag Version",
"view": "/api/view/TagVersionForm/add/?auth_token=[authtoken]
}
},
{
"get": {
"method": "GET",
"class": "get",
"href": "/api/data/Theme/5a8a5725142896209a62bcd9/?hierarchy=[hierarchy]",
"support_async": false,
"title": "Get"
}
},
{
"help": {
"method": "GET",
"class": "help",
"href": "/api/data/Theme/5a8a5725142896209a62bcd9/help?hierarchy=[hierarchy]",
"support_async": false,
"title": "Help"
}
}
]
},
"pkid": "5a8a5725142896209a62bcd9"
}
| Task | Call | URL | Parameters | Response |
|---|---|---|---|---|
| Get the on-line Help for data/Theme. | GET | /api/data/Theme/help | hierarchy=[hierarchy] | On-line help of Model ref.: data/Theme as HTML |
| Task | Call | URL | Parameters | Payload |
|---|---|---|---|---|
| Modify | PUT | /api/data/Theme/[pkid] | hierarchy=[hierarchy] | (For payload specification) |
For Bulk modification, refer to the Bulk Modify section.
| Task | Call | URL | Parameters | Response |
|---|---|---|---|---|
| Delete | DELETE | /api/data/Theme/[pkid] | hierarchy=[hierarchy] |
| Task | Call | URL | Parameters | Response |
|---|---|---|---|---|
| Clone instance with [pkid]. The schema rules are applied. | GET | /api/data/Theme/[pkid]/clone/?schema=&schema_rules=true |
|
A JSON payload with:
|
GET http://[host-proxy]/api/data/Theme/?hierarchy=[hierarchy]&format=json
| Task | Call | URL | Parameters | Response |
|---|---|---|---|---|
| Get a selected [export_format] of the schema and a single instance with [pkid] of data/Theme; optionally with tag_version at [version] and Configuration Template as [configtemplate]. | GET | /api/data/Theme/[pkid]/export |
|
The response is an attachment. Refer to the list below. |
For export_format=raw_xlsx, the response is a "raw" MS Excel spreadsheet with columns corresponding to the JSON format export and a response format:
Content-Disposition: attachment; filename=<resource_type>_<resource_name>_exportedsheet_CCYY-MM-DD_HH-MM-SS.xlsx
Content-Language:en
Content-Type:application/vnd.openxmlformats-officedocument.spreadsheetml.sheet
For export_format=xlsx, the response is a MS Excel spreadsheet, formatted to show all columns and a response format:
Content-Disposition: attachment; filename=<resource_type>_<resource_name>_exportedsheet_formatted_CCYY-MM-DD_HH-MM-SS.xlsx
Content-Language:en
Content-Type:application/vnd.openxmlformats-officedocument.spreadsheetml.sheet
For export_format=json, the response is a time stamped zip file of data in JSON and a response format:
Content-Disposition: attachment; filename=export_2013-05-17_14:20:19.186444.json.zip
Content-Language:en
Content-Type:application/x-zip
The XLSX format can be used to bulk load instances of data/Theme and the JSON format can be used to import instances of data/Theme.
For Bulk Export, refer to the Bulk Export section.
| Task | Call | URL | Parameters | Payload |
|---|---|---|---|---|
| Tag | PATCH | /api/data/Theme/[pkid]/+tag | hierarchy=[hierarchy] | If payload required: |
| Task | Call | URL | Parameters | Response |
|---|---|---|---|---|
| Get | GET | /api/data/Theme/[pkid] | hierarchy=[hierarchy] | The data/Theme instance with [pkid]. |
| Task | Call | URL | Parameters | Response |
|---|---|---|---|---|
| Help | GET | /api/data/Theme/[pkid]/help | hierarchy=[hierarchy] | The on-line Help for data/Theme. |