[Index]
Meeting Room business hours. Global default + optional country/region/site overrides. Times are LOCAL to the site's time zone (from data_basesitedat.time_zone). If no record applies, treat as 24x7.
Model ref.: data/MeetingRoomBusinessHours
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": "Name",
"description": "Display name, e.g. 'Standard 8\u20136'.",
"type": "string",
"required": true,
"maxLength": 1024
},
"description": {
"title": "Description",
"type": "string",
"maxLength": 1024
},
"country": {
"title": "Country",
"description": "Country reference; null = global default.",
"type": "string",
"format": "uri",
"target": "/api/data/Countries/choices/?field=country_name&format=json&hierarchy=[hierarchy]&auth_token=[authtoken],
"target_attr": "country_name",
"maxLength": 1024,
"target_model_type": "data/Countries",
"choices": []
},
"start_local_time": {
"title": "Start Local Time",
"description": "Local start time.",
"type": "string",
"required": true,
"default": "09:00",
"choices": [
{
"value": "00:00",
"title": "12:00 AM"
},
{
"value": "00:15",
"title": "12:15 AM"
},
{
"value": "00:30",
"title": "12:30 AM"
},
{
"value": "00:45",
"title": "12:45 AM"
},
{
"value": "01:00",
"title": "1:00 AM"
},
{
"value": "01:15",
"title": "1:15 AM"
},
{
"value": "01:30",
"title": "1:30 AM"
},
{
"value": "01:45",
"title": "1:45 AM"
},
{
"value": "02:00",
"title": "2:00 AM"
},
{
"value": "02:15",
"title": "2:15 AM"
},
{
"value": "02:30",
"title": "2:30 AM"
},
{
"value": "02:45",
"title": "2:45 AM"
},
{
"value": "03:00",
"title": "3:00 AM"
},
{
"value": "03:15",
"title": "3:15 AM"
},
{
"value": "03:30",
"title": "3:30 AM"
},
{
"value": "03:45",
"title": "3:45 AM"
},
{
"value": "04:00",
"title": "4:00 AM"
},
{
"value": "04:15",
"title": "4:15 AM"
},
{
"value": "04:30",
"title": "4:30 AM"
},
{
"value": "04:45",
"title": "4:45 AM"
},
{
"value": "05:00",
"title": "5:00 AM"
},
{
"value": "05:15",
"title": "5:15 AM"
},
{
"value": "05:30",
"title": "5:30 AM"
},
{
"value": "05:45",
"title": "5:45 AM"
},
{
"value": "06:00",
"title": "6:00 AM"
},
{
"value": "06:15",
"title": "6:15 AM"
},
{
"value": "06:30",
"title": "6:30 AM"
},
{
"value": "06:45",
"title": "6:45 AM"
},
{
"value": "07:00",
"title": "7:00 AM"
},
{
"value": "07:15",
"title": "7:15 AM"
},
{
"value": "07:30",
"title": "7:30 AM"
},
{
"value": "07:45",
"title": "7:45 AM"
},
{
"value": "08:00",
"title": "8:00 AM"
},
{
"value": "08:15",
"title": "8:15 AM"
},
{
"value": "08:30",
"title": "8:30 AM"
},
{
"value": "08:45",
"title": "8:45 AM"
},
{
"value": "09:00",
"title": "9:00 AM"
},
{
"value": "09:15",
"title": "9:15 AM"
},
{
"value": "09:30",
"title": "9:30 AM"
},
{
"value": "09:45",
"title": "9:45 AM"
},
{
"value": "10:00",
"title": "10:00 AM"
},
{
"value": "10:15",
"title": "10:15 AM"
},
{
"value": "10:30",
"title": "10:30 AM"
},
{
"value": "10:45",
"title": "10:45 AM"
},
{
"value": "11:00",
"title": "11:00 AM"
},
{
"value": "11:15",
"title": "11:15 AM"
},
{
"value": "11:30",
"title": "11:30 AM"
},
{
"value": "11:45",
"title": "11:45 AM"
},
{
"value": "12:00",
"title": "12:00 PM"
},
{
"value": "12:15",
"title": "12:15 PM"
},
{
"value": "12:30",
"title": "12:30 PM"
},
{
"value": "12:45",
"title": "12:45 PM"
},
{
"value": "13:00",
"title": "1:00 PM"
},
{
"value": "13:15",
"title": "1:15 PM"
},
{
"value": "13:30",
"title": "1:30 PM"
},
{
"value": "13:45",
"title": "1:45 PM"
},
{
"value": "14:00",
"title": "2:00 PM"
},
{
"value": "14:15",
"title": "2:15 PM"
},
{
"value": "14:30",
"title": "2:30 PM"
},
{
"value": "14:45",
"title": "2:45 PM"
},
{
"value": "15:00",
"title": "3:00 PM"
},
{
"value": "15:15",
"title": "3:15 PM"
},
{
"value": "15:30",
"title": "3:30 PM"
},
{
"value": "15:45",
"title": "3:45 PM"
},
{
"value": "16:00",
"title": "4:00 PM"
},
{
"value": "16:15",
"title": "4:15 PM"
},
{
"value": "16:30",
"title": "4:30 PM"
},
{
"value": "16:45",
"title": "4:45 PM"
},
{
"value": "17:00",
"title": "5:00 PM"
},
{
"value": "17:15",
"title": "5:15 PM"
},
{
"value": "17:30",
"title": "5:30 PM"
},
{
"value": "17:45",
"title": "5:45 PM"
},
{
"value": "18:00",
"title": "6:00 PM"
},
{
"value": "18:15",
"title": "6:15 PM"
},
{
"value": "18:30",
"title": "6:30 PM"
},
{
"value": "18:45",
"title": "6:45 PM"
},
{
"value": "19:00",
"title": "7:00 PM"
},
{
"value": "19:15",
"title": "7:15 PM"
},
{
"value": "19:30",
"title": "7:30 PM"
},
{
"value": "19:45",
"title": "7:45 PM"
},
{
"value": "20:00",
"title": "8:00 PM"
},
{
"value": "20:15",
"title": "8:15 PM"
},
{
"value": "20:30",
"title": "8:30 PM"
},
{
"value": "20:45",
"title": "8:45 PM"
},
{
"value": "21:00",
"title": "9:00 PM"
},
{
"value": "21:15",
"title": "9:15 PM"
},
{
"value": "21:30",
"title": "9:30 PM"
},
{
"value": "21:45",
"title": "9:45 PM"
},
{
"value": "22:00",
"title": "10:00 PM"
},
{
"value": "22:15",
"title": "10:15 PM"
},
{
"value": "22:30",
"title": "10:30 PM"
},
{
"value": "22:45",
"title": "10:45 PM"
},
{
"value": "23:00",
"title": "11:00 PM"
},
{
"value": "23:15",
"title": "11:15 PM"
},
{
"value": "23:30",
"title": "11:30 PM"
},
{
"value": "23:45",
"title": "11:45 PM"
}
],
"maxLength": 1024
},
"end_local_time": {
"title": "End Local Time",
"description": "Local end time. May be < start to represent overnight span.",
"type": "string",
"required": true,
"default": "17:00",
"choices": [
{
"value": "00:00",
"title": "12:00 AM"
},
{
"value": "00:15",
"title": "12:15 AM"
},
{
"value": "00:30",
"title": "12:30 AM"
},
{
"value": "00:45",
"title": "12:45 AM"
},
{
"value": "01:00",
"title": "1:00 AM"
},
{
"value": "01:15",
"title": "1:15 AM"
},
{
"value": "01:30",
"title": "1:30 AM"
},
{
"value": "01:45",
"title": "1:45 AM"
},
{
"value": "02:00",
"title": "2:00 AM"
},
{
"value": "02:15",
"title": "2:15 AM"
},
{
"value": "02:30",
"title": "2:30 AM"
},
{
"value": "02:45",
"title": "2:45 AM"
},
{
"value": "03:00",
"title": "3:00 AM"
},
{
"value": "03:15",
"title": "3:15 AM"
},
{
"value": "03:30",
"title": "3:30 AM"
},
{
"value": "03:45",
"title": "3:45 AM"
},
{
"value": "04:00",
"title": "4:00 AM"
},
{
"value": "04:15",
"title": "4:15 AM"
},
{
"value": "04:30",
"title": "4:30 AM"
},
{
"value": "04:45",
"title": "4:45 AM"
},
{
"value": "05:00",
"title": "5:00 AM"
},
{
"value": "05:15",
"title": "5:15 AM"
},
{
"value": "05:30",
"title": "5:30 AM"
},
{
"value": "05:45",
"title": "5:45 AM"
},
{
"value": "06:00",
"title": "6:00 AM"
},
{
"value": "06:15",
"title": "6:15 AM"
},
{
"value": "06:30",
"title": "6:30 AM"
},
{
"value": "06:45",
"title": "6:45 AM"
},
{
"value": "07:00",
"title": "7:00 AM"
},
{
"value": "07:15",
"title": "7:15 AM"
},
{
"value": "07:30",
"title": "7:30 AM"
},
{
"value": "07:45",
"title": "7:45 AM"
},
{
"value": "08:00",
"title": "8:00 AM"
},
{
"value": "08:15",
"title": "8:15 AM"
},
{
"value": "08:30",
"title": "8:30 AM"
},
{
"value": "08:45",
"title": "8:45 AM"
},
{
"value": "09:00",
"title": "9:00 AM"
},
{
"value": "09:15",
"title": "9:15 AM"
},
{
"value": "09:30",
"title": "9:30 AM"
},
{
"value": "09:45",
"title": "9:45 AM"
},
{
"value": "10:00",
"title": "10:00 AM"
},
{
"value": "10:15",
"title": "10:15 AM"
},
{
"value": "10:30",
"title": "10:30 AM"
},
{
"value": "10:45",
"title": "10:45 AM"
},
{
"value": "11:00",
"title": "11:00 AM"
},
{
"value": "11:15",
"title": "11:15 AM"
},
{
"value": "11:30",
"title": "11:30 AM"
},
{
"value": "11:45",
"title": "11:45 AM"
},
{
"value": "12:00",
"title": "12:00 PM"
},
{
"value": "12:15",
"title": "12:15 PM"
},
{
"value": "12:30",
"title": "12:30 PM"
},
{
"value": "12:45",
"title": "12:45 PM"
},
{
"value": "13:00",
"title": "1:00 PM"
},
{
"value": "13:15",
"title": "1:15 PM"
},
{
"value": "13:30",
"title": "1:30 PM"
},
{
"value": "13:45",
"title": "1:45 PM"
},
{
"value": "14:00",
"title": "2:00 PM"
},
{
"value": "14:15",
"title": "2:15 PM"
},
{
"value": "14:30",
"title": "2:30 PM"
},
{
"value": "14:45",
"title": "2:45 PM"
},
{
"value": "15:00",
"title": "3:00 PM"
},
{
"value": "15:15",
"title": "3:15 PM"
},
{
"value": "15:30",
"title": "3:30 PM"
},
{
"value": "15:45",
"title": "3:45 PM"
},
{
"value": "16:00",
"title": "4:00 PM"
},
{
"value": "16:15",
"title": "4:15 PM"
},
{
"value": "16:30",
"title": "4:30 PM"
},
{
"value": "16:45",
"title": "4:45 PM"
},
{
"value": "17:00",
"title": "5:00 PM"
},
{
"value": "17:15",
"title": "5:15 PM"
},
{
"value": "17:30",
"title": "5:30 PM"
},
{
"value": "17:45",
"title": "5:45 PM"
},
{
"value": "18:00",
"title": "6:00 PM"
},
{
"value": "18:15",
"title": "6:15 PM"
},
{
"value": "18:30",
"title": "6:30 PM"
},
{
"value": "18:45",
"title": "6:45 PM"
},
{
"value": "19:00",
"title": "7:00 PM"
},
{
"value": "19:15",
"title": "7:15 PM"
},
{
"value": "19:30",
"title": "7:30 PM"
},
{
"value": "19:45",
"title": "7:45 PM"
},
{
"value": "20:00",
"title": "8:00 PM"
},
{
"value": "20:15",
"title": "8:15 PM"
},
{
"value": "20:30",
"title": "8:30 PM"
},
{
"value": "20:45",
"title": "8:45 PM"
},
{
"value": "21:00",
"title": "9:00 PM"
},
{
"value": "21:15",
"title": "9:15 PM"
},
{
"value": "21:30",
"title": "9:30 PM"
},
{
"value": "21:45",
"title": "9:45 PM"
},
{
"value": "22:00",
"title": "10:00 PM"
},
{
"value": "22:15",
"title": "10:15 PM"
},
{
"value": "22:30",
"title": "10:30 PM"
},
{
"value": "22:45",
"title": "10:45 PM"
},
{
"value": "23:00",
"title": "11:00 PM"
},
{
"value": "23:15",
"title": "11:15 PM"
},
{
"value": "23:30",
"title": "11:30 PM"
},
{
"value": "23:45",
"title": "11:45 PM"
}
],
"maxLength": 1024
},
"sunday": {
"title": "Sunday",
"type": "boolean",
"default": false
},
"monday": {
"title": "Monday",
"type": "boolean",
"default": true
},
"tuesday": {
"title": "Tuesday",
"type": "boolean",
"default": true
},
"wednesday": {
"title": "Wednesday",
"type": "boolean",
"default": true
},
"thursday": {
"title": "Thursday",
"type": "boolean",
"default": true
},
"friday": {
"title": "Friday",
"type": "boolean",
"default": true
},
"saturday": {
"title": "Saturday",
"type": "boolean",
"default": false
},
"is_active": {
"title": "Is Active",
"description": "Active flag.",
"type": "boolean",
"default": true
}
},
"schema_version": "1.1"
}
| Task | Call | URL | Parameters | Response |
|---|---|---|---|---|
| Get the GUI Add form. | GET | /api/data/MeetingRoomBusinessHours/add/ |
|
The GUI Add form of data/MeetingRoomBusinessHours 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/MeetingRoomBusinessHours | 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/MeetingRoomBusinessHours/ | hierarchy=[hierarchy] | {"hrefs":["/api/data/MeetingRoomBusinessHours/[pkid1]", "/api/data/MeetingRoomBusinessHours/[pkid2]", ...]} |
GET http://[host-proxy]/api/data/MeetingRoomBusinessHours/?hierarchy=[hierarchy]&format=json
| Task | Call | URL | Parameters | Response |
|---|---|---|---|---|
| Bulk Modify | GET | /api/data/MeetingRoomBusinessHours/bulk_update/?schema=&schema_rules=true |
|
|
| Task | Call | URL | Parameters | Payload |
|---|---|---|---|---|
| Bulk Modify | POST | /api/data/MeetingRoomBusinessHours/bulk_update/ |
|
For example: {"data":{"name":"value"}, "meta":{}, "request_meta":{ "hrefs":["/api/v0/data/MeetingRoomBusinessHours/[pkid1]", "/api/v0/data/MeetingRoomBusinessHours/[pkid2]",...]}} |
GET http://[host-proxy]/api/data/MeetingRoomBusinessHours/?hierarchy=[hierarchy]&format=json
| Task | Call | URL | Parameters | Payload |
|---|---|---|---|---|
| Get a selected [export_format] of the schema and instances [pkid1], [pkid2],... of data/MeetingRoomBusinessHours; optionally with tag_version at [version] and Configuration Template as [configtemplate]. | POST | /api/data/MeetingRoomBusinessHours/export/ |
|
{ "hrefs":["/api/data/MeetingRoomBusinessHours/[pkid1]", "/api/data/MeetingRoomBusinessHours/[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/MeetingRoomBusinessHours and the JSON format can be used to import instances of data/MeetingRoomBusinessHours.
GET http://[host-proxy]/api/data/MeetingRoomBusinessHours/?hierarchy=[hierarchy]
| Task | Call | URL | Parameters | Response |
|---|---|---|---|---|
| Get a compressed format of the Bulk Load spreadsheet template for data/MeetingRoomBusinessHours | POST | /api/data/MeetingRoomBusinessHours/export_bulkload_template/ |
|
The response is an attachment of the format: filetype_bulkloadsheet.xlsx.gz |
| Task | Call | URL | Parameters | Response |
|---|---|---|---|---|
| Tag | PATCH | /api/data/MeetingRoomBusinessHours/+tag/ |
|
| Task | Call | URL | Parameters | Response |
|---|---|---|---|---|
| Tag Version | PATCH | /api/data/MeetingRoomBusinessHours/+tag_version/ |
|
| Task | Call | URL | Parameters | Response |
|---|---|---|---|---|
| Configuration Template | GET | /api/data/MeetingRoomBusinessHours/configuration_template/ | hierarchy=[hierarchy] |
|
POST http://[host-proxy]/api/data/ConfigurationTemplate/?hierarchy=[hierarchy]
| Task | Call | URL | Parameters | Response |
|---|---|---|---|---|
| Field Display Policy | GET | /api/data/MeetingRoomBusinessHours/field_display_policy/ | hierarchy=[hierarchy] |
|
POST http://[host-proxy]/api/data/FieldDisplayPolicy/?hierarchy=[hierarchy]
| Task | Call | URL | Parameters | Response |
|---|---|---|---|---|
| Migration Template | GET | /api/data/MeetingRoomBusinessHours/migration/ |
|
| Task | Call | URL | Parameters | Response |
|---|---|---|---|---|
| List | GET | /api/data/MeetingRoomBusinessHours/ |
|
The data/MeetingRoomBusinessHours schema and all instances as JSON. |
(The list will return 0 to 3 data/MeetingRoomBusinessHours instances)
{
"pagination": {
"skip": 0,
"limit": 3,
"maximum_limit": 2000,
"total": 5,
"total_limit": null,
"order_by": "name",
"direction": "asc",
"current": "/api/data/MeetingRoomBusinessHours/?skip=0&limit=3&order_by=name&direction=asc&traversal=down"
},
"operations": [
"add",
"bulk_update_form",
"list",
"update",
"transform",
"migration",
"remove",
"move",
"export",
"help",
"configuration_template",
"field_display_policy",
"get",
"export_bulkload_template"
],
"meta": {
"model_type": "data/MeetingRoomBusinessHours",
"summary_attrs": [
{
"name": "name",
"title": "Name"
},
{
"name": "country",
"title": "Country"
},
{
"name": "start_local_time",
"title": "Start Local Time"
},
{
"name": "end_local_time",
"title": "End Local Time"
},
{
"name": "sunday",
"title": "Sunday"
},
{
"name": "monday",
"title": "Monday"
},
{
"name": "tuesday",
"title": "Tuesday"
},
{
"name": "wednesday",
"title": "Wednesday"
},
{
"name": "thursday",
"title": "Thursday"
},
{
"name": "friday",
"title": "Friday"
},
{
"name": "saturday",
"title": "Saturday"
},
{
"name": "is_active",
"title": "Is Active"
},
{
"name": "hierarchy_friendly_name",
"title": "Located At",
"allow_filtering": true
}
],
"tagged_versions": [],
"tags": [],
"title": "",
"business_key": {
"unique": [
"name",
"country"
],
"hierarchy": true
},
"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",
"transform",
"remove",
"tag",
"tag_version",
"update"
],
"schema_version": "1.1",
"actions": [
{
"add": {
"method": "GET",
"class": "add",
"href": "/api/data/MeetingRoomBusinessHours/add/?hierarchy=[hierarchy]",
"support_async": false,
"title": "Add"
}
},
{
"remove": {
"method": "DELETE",
"class": "delete",
"href": "/api/data/MeetingRoomBusinessHours/?hierarchy=[hierarchy]",
"support_async": true,
"title": "Delete"
}
},
{
"bulk_update_form": {
"method": "GET",
"class": "update",
"href": "/api/data/MeetingRoomBusinessHours/bulk_update/?hierarchy=[hierarchy]&schema=&schema_rules=true",
"support_async": false,
"title": "Bulk Modify"
}
},
{
"export": {
"method": "POST",
"class": "export",
"href": "/api/data/MeetingRoomBusinessHours/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/MeetingRoomBusinessHours/export_bulkload_template/?hierarchy=[hierarchy]",
"support_async": false,
"title": "Export Bulk Load Template"
}
},
{
"tag": {
"method": "PATCH",
"class": "tag",
"href": "/api/data/MeetingRoomBusinessHours/+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/MeetingRoomBusinessHours/+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/MeetingRoomBusinessHours/configuration_template/?hierarchy=[hierarchy]",
"support_async": false,
"title": "Configuration Template"
}
},
{
"field_display_policy": {
"method": "GET",
"class": "display_policy",
"href": "/api/data/MeetingRoomBusinessHours/field_display_policy/?hierarchy=[hierarchy]",
"support_async": false,
"title": "Field Display Policy"
}
},
{
"migration": {
"method": "GET",
"class": "migration",
"href": "/api/data/MeetingRoomBusinessHours/migration/?hierarchy=[hierarchy]",
"support_async": false,
"title": "Migration Template"
}
},
{
"list": {
"method": "GET",
"class": "list",
"href": "/api/data/MeetingRoomBusinessHours/?hierarchy=[hierarchy]",
"support_async": false,
"title": "List"
}
},
{
"help": {
"method": "GET",
"class": "help",
"href": "/api/data/MeetingRoomBusinessHours/help?hierarchy=[hierarchy]",
"support_async": false,
"title": "Help"
}
},
{
"transform": {
"method": "GET",
"class": "transform",
"href": "/api/data/MeetingRoomBusinessHours/transform/?hierarchy=[hierarchy]",
"support_async": false,
"title": "Transform Template"
}
}
]
},
"resources": [
{
"data": {
"name": "24x7",
"description": "24 hours a day, 7 days a week",
"start_local_time": "00:00",
"end_local_time": "23:45",
"sunday": true,
"monday": true,
"tuesday": true,
"wednesday": true,
"thursday": true,
"friday": true,
"saturday": true,
"is_active": true,
"pkid": "69ee3a3762dfd021865c5a57",
"hierarchy_friendly_name": "hcs (Hcs)",
"hierarchy_path": "sys.hcs"
},
"meta": {
"model_type": "data/MeetingRoomBusinessHours",
"summary_attrs": [
{
"name": "name",
"title": "Name"
},
{
"name": "country",
"title": "Country"
},
{
"name": "start_local_time",
"title": "Start Local Time"
},
{
"name": "end_local_time",
"title": "End Local Time"
},
{
"name": "sunday",
"title": "Sunday"
},
{
"name": "monday",
"title": "Monday"
},
{
"name": "tuesday",
"title": "Tuesday"
},
{
"name": "wednesday",
"title": "Wednesday"
},
{
"name": "thursday",
"title": "Thursday"
},
{
"name": "friday",
"title": "Friday"
},
{
"name": "saturday",
"title": "Saturday"
},
{
"name": "is_active",
"title": "Is Active"
},
{
"name": "hierarchy_friendly_name",
"title": "Located At",
"allow_filtering": true
}
],
"tagged_versions": [],
"tags": [
"V4UC",
"ba_CommonOverlay"
],
"title": "24x7 - ?",
"business_key": {
"unique": [
"name",
"country"
],
"hierarchy": true
},
"api_version": "21.2",
"cached": true,
"references": {
"parent": [
{
"pkid": "69ee359c62dfd021865bd21d",
"href": "/api/data/HierarchyNode/69ee359c62dfd021865bd21d"
}
],
"device": [
{
"href": "",
"pkid": ""
}
],
"foreign_key": [],
"owner": [
{
"pkid": ""
}
],
"self": [
{
"href": "/api/data/MeetingRoomBusinessHours/69ee3a3762dfd021865c5a56/",
"pkid": "69ee3a3762dfd021865c5a56"
}
]
},
"path": [
"6t0ggef2c0deab00hb595101",
"69ee359c62dfd021865bd21d",
"69ee3a3762dfd021865c5a56"
],
"schema_version": "1.1",
"actions": [
{
"update": {
"method": "PUT",
"class": "update",
"href": "/api/data/MeetingRoomBusinessHours/69ee3a3762dfd021865c5a56/",
"support_async": true,
"title": "Modify"
}
},
{
"remove": {
"method": "DELETE",
"class": "delete",
"href": "/api/data/MeetingRoomBusinessHours/69ee3a3762dfd021865c5a56/",
"support_async": true,
"title": "Delete"
}
},
{
"clone": {
"method": "GET",
"class": "clone",
"href": "/api/data/MeetingRoomBusinessHours/69ee3a3762dfd021865c5a56/clone/?schema=&schema_rules=true",
"support_async": false,
"title": "Clone"
}
},
{
"export": {
"method": "GET",
"class": "export",
"href": "/api/data/MeetingRoomBusinessHours/69ee3a3762dfd021865c5a56/export/",
"support_async": false,
"title": "Export",
"view": "/api/view/ExportData/add/",
"submit": "payload"
}
},
{
"tag": {
"method": "PATCH",
"class": "tag",
"href": "/api/data/MeetingRoomBusinessHours/69ee3a3762dfd021865c5a56/+tag/",
"support_async": true,
"title": "Tag",
"view": "/api/view/TagNameForm/add/"
}
},
{
"tag_version": {
"method": "PATCH",
"class": "tag_version",
"href": "/api/data/MeetingRoomBusinessHours/69ee3a3762dfd021865c5a56/+tag_version/",
"support_async": true,
"title": "Tag Version",
"view": "/api/view/TagVersionForm/add/"
}
},
{
"get": {
"method": "GET",
"class": "get",
"href": "/api/data/MeetingRoomBusinessHours/69ee3a3762dfd021865c5a56/",
"support_async": false,
"title": "Get"
}
},
{
"help": {
"method": "GET",
"class": "help",
"href": "/api/data/MeetingRoomBusinessHours/69ee3a3762dfd021865c5a56/help",
"support_async": false,
"title": "Help"
}
}
],
"summary": "false"
},
"pkid": "69ee3a3762dfd021865c5a56"
},
{
"data": {
"name": "Extended 8-6",
"description": "Extended business hours: Monday through Friday, 8:00 AM to 6:00 PM",
"start_local_time": "08:00",
"end_local_time": "18:00",
"sunday": false,
"monday": true,
"tuesday": true,
"wednesday": true,
"thursday": true,
"friday": true,
"saturday": false,
"is_active": true,
"pkid": "69ee3a3762dfd021865c5a4b",
"hierarchy_friendly_name": "hcs (Hcs)",
"hierarchy_path": "sys.hcs"
},
"meta": {
"model_type": "data/MeetingRoomBusinessHours",
"summary_attrs": [
{
"name": "name",
"title": "Name"
},
{
"name": "country",
"title": "Country"
},
{
"name": "start_local_time",
"title": "Start Local Time"
},
{
"name": "end_local_time",
"title": "End Local Time"
},
{
"name": "sunday",
"title": "Sunday"
},
{
"name": "monday",
"title": "Monday"
},
{
"name": "tuesday",
"title": "Tuesday"
},
{
"name": "wednesday",
"title": "Wednesday"
},
{
"name": "thursday",
"title": "Thursday"
},
{
"name": "friday",
"title": "Friday"
},
{
"name": "saturday",
"title": "Saturday"
},
{
"name": "is_active",
"title": "Is Active"
},
{
"name": "hierarchy_friendly_name",
"title": "Located At",
"allow_filtering": true
}
],
"tagged_versions": [],
"tags": [
"V4UC",
"ba_CommonOverlay"
],
"title": "Extended 8-6 - ?",
"business_key": {
"unique": [
"name",
"country"
],
"hierarchy": true
},
"api_version": "21.2",
"cached": true,
"references": {
"parent": [
{
"pkid": "69ee359c62dfd021865bd21d",
"href": "/api/data/HierarchyNode/69ee359c62dfd021865bd21d"
}
],
"device": [
{
"href": "",
"pkid": ""
}
],
"foreign_key": [],
"owner": [
{
"pkid": ""
}
],
"self": [
{
"href": "/api/data/MeetingRoomBusinessHours/69ee3a3762dfd021865c5a4a/",
"pkid": "69ee3a3762dfd021865c5a4a"
}
]
},
"path": [
"6t0ggef2c0deab00hb595101",
"69ee359c62dfd021865bd21d",
"69ee3a3762dfd021865c5a4a"
],
"schema_version": "1.1",
"actions": [
{
"update": {
"method": "PUT",
"class": "update",
"href": "/api/data/MeetingRoomBusinessHours/69ee3a3762dfd021865c5a4a/",
"support_async": true,
"title": "Modify"
}
},
{
"remove": {
"method": "DELETE",
"class": "delete",
"href": "/api/data/MeetingRoomBusinessHours/69ee3a3762dfd021865c5a4a/",
"support_async": true,
"title": "Delete"
}
},
{
"clone": {
"method": "GET",
"class": "clone",
"href": "/api/data/MeetingRoomBusinessHours/69ee3a3762dfd021865c5a4a/clone/?schema=&schema_rules=true",
"support_async": false,
"title": "Clone"
}
},
{
"export": {
"method": "GET",
"class": "export",
"href": "/api/data/MeetingRoomBusinessHours/69ee3a3762dfd021865c5a4a/export/",
"support_async": false,
"title": "Export",
"view": "/api/view/ExportData/add/",
"submit": "payload"
}
},
{
"tag": {
"method": "PATCH",
"class": "tag",
"href": "/api/data/MeetingRoomBusinessHours/69ee3a3762dfd021865c5a4a/+tag/",
"support_async": true,
"title": "Tag",
"view": "/api/view/TagNameForm/add/"
}
},
{
"tag_version": {
"method": "PATCH",
"class": "tag_version",
"href": "/api/data/MeetingRoomBusinessHours/69ee3a3762dfd021865c5a4a/+tag_version/",
"support_async": true,
"title": "Tag Version",
"view": "/api/view/TagVersionForm/add/"
}
},
{
"get": {
"method": "GET",
"class": "get",
"href": "/api/data/MeetingRoomBusinessHours/69ee3a3762dfd021865c5a4a/",
"support_async": false,
"title": "Get"
}
},
{
"help": {
"method": "GET",
"class": "help",
"href": "/api/data/MeetingRoomBusinessHours/69ee3a3762dfd021865c5a4a/help",
"support_async": false,
"title": "Help"
}
}
],
"summary": "false"
},
"pkid": "69ee3a3762dfd021865c5a4a"
},
{
"data": {
"name": "Standard 9-5",
"description": "Standard business hours: Monday through Friday, 9:00 AM to 5:00 PM",
"start_local_time": "09:00",
"end_local_time": "17:00",
"sunday": false,
"monday": true,
"tuesday": true,
"wednesday": true,
"thursday": true,
"friday": true,
"saturday": false,
"is_active": true,
"pkid": "69ee3a3762dfd021865c5a4f",
"hierarchy_friendly_name": "hcs (Hcs)",
"hierarchy_path": "sys.hcs"
},
"meta": {
"model_type": "data/MeetingRoomBusinessHours",
"summary_attrs": [
{
"name": "name",
"title": "Name"
},
{
"name": "country",
"title": "Country"
},
{
"name": "start_local_time",
"title": "Start Local Time"
},
{
"name": "end_local_time",
"title": "End Local Time"
},
{
"name": "sunday",
"title": "Sunday"
},
{
"name": "monday",
"title": "Monday"
},
{
"name": "tuesday",
"title": "Tuesday"
},
{
"name": "wednesday",
"title": "Wednesday"
},
{
"name": "thursday",
"title": "Thursday"
},
{
"name": "friday",
"title": "Friday"
},
{
"name": "saturday",
"title": "Saturday"
},
{
"name": "is_active",
"title": "Is Active"
},
{
"name": "hierarchy_friendly_name",
"title": "Located At",
"allow_filtering": true
}
],
"tagged_versions": [],
"tags": [
"V4UC",
"ba_CommonOverlay"
],
"title": "Standard 9-5 - ?",
"business_key": {
"unique": [
"name",
"country"
],
"hierarchy": true
},
"api_version": "21.2",
"cached": true,
"references": {
"parent": [
{
"pkid": "69ee359c62dfd021865bd21d",
"href": "/api/data/HierarchyNode/69ee359c62dfd021865bd21d"
}
],
"device": [
{
"href": "",
"pkid": ""
}
],
"foreign_key": [],
"owner": [
{
"pkid": ""
}
],
"self": [
{
"href": "/api/data/MeetingRoomBusinessHours/69ee3a3762dfd021865c5a4e/",
"pkid": "69ee3a3762dfd021865c5a4e"
}
]
},
"path": [
"6t0ggef2c0deab00hb595101",
"69ee359c62dfd021865bd21d",
"69ee3a3762dfd021865c5a4e"
],
"schema_version": "1.1",
"actions": [
{
"update": {
"method": "PUT",
"class": "update",
"href": "/api/data/MeetingRoomBusinessHours/69ee3a3762dfd021865c5a4e/",
"support_async": true,
"title": "Modify"
}
},
{
"remove": {
"method": "DELETE",
"class": "delete",
"href": "/api/data/MeetingRoomBusinessHours/69ee3a3762dfd021865c5a4e/",
"support_async": true,
"title": "Delete"
}
},
{
"clone": {
"method": "GET",
"class": "clone",
"href": "/api/data/MeetingRoomBusinessHours/69ee3a3762dfd021865c5a4e/clone/?schema=&schema_rules=true",
"support_async": false,
"title": "Clone"
}
},
{
"export": {
"method": "GET",
"class": "export",
"href": "/api/data/MeetingRoomBusinessHours/69ee3a3762dfd021865c5a4e/export/",
"support_async": false,
"title": "Export",
"view": "/api/view/ExportData/add/",
"submit": "payload"
}
},
{
"tag": {
"method": "PATCH",
"class": "tag",
"href": "/api/data/MeetingRoomBusinessHours/69ee3a3762dfd021865c5a4e/+tag/",
"support_async": true,
"title": "Tag",
"view": "/api/view/TagNameForm/add/"
}
},
{
"tag_version": {
"method": "PATCH",
"class": "tag_version",
"href": "/api/data/MeetingRoomBusinessHours/69ee3a3762dfd021865c5a4e/+tag_version/",
"support_async": true,
"title": "Tag Version",
"view": "/api/view/TagVersionForm/add/"
}
},
{
"get": {
"method": "GET",
"class": "get",
"href": "/api/data/MeetingRoomBusinessHours/69ee3a3762dfd021865c5a4e/",
"support_async": false,
"title": "Get"
}
},
{
"help": {
"method": "GET",
"class": "help",
"href": "/api/data/MeetingRoomBusinessHours/69ee3a3762dfd021865c5a4e/help",
"support_async": false,
"title": "Help"
}
}
],
"summary": "false"
},
"pkid": "69ee3a3762dfd021865c5a4e"
}
]
}
(Show the first instance)
{
"data": {
"name": "24x7",
"description": "24 hours a day, 7 days a week",
"start_local_time": "00:00",
"end_local_time": "23:45",
"sunday": true,
"monday": true,
"tuesday": true,
"wednesday": true,
"thursday": true,
"friday": true,
"saturday": true,
"is_active": true,
"pkid": "69ee3a3762dfd021865c5a57"
},
"meta": {
"model_type": "data/MeetingRoomBusinessHours",
"summary_attrs": [
{
"name": "name",
"title": "Name"
},
{
"name": "country",
"title": "Country"
},
{
"name": "start_local_time",
"title": "Start Local Time"
},
{
"name": "end_local_time",
"title": "End Local Time"
},
{
"name": "sunday",
"title": "Sunday"
},
{
"name": "monday",
"title": "Monday"
},
{
"name": "tuesday",
"title": "Tuesday"
},
{
"name": "wednesday",
"title": "Wednesday"
},
{
"name": "thursday",
"title": "Thursday"
},
{
"name": "friday",
"title": "Friday"
},
{
"name": "saturday",
"title": "Saturday"
},
{
"name": "is_active",
"title": "Is Active"
},
{
"name": "hierarchy_friendly_name",
"title": "Located At",
"allow_filtering": true
}
],
"tagged_versions": [],
"tags": [
"V4UC",
"ba_CommonOverlay"
],
"title": "24x7 - ?",
"business_key": {
"unique": [
"name",
"country"
],
"hierarchy": true
},
"api_version": "21.2",
"cached": false,
"references": {
"parent": [
{
"href": "/api/data/HierarchyNode/69ee359c62dfd021865bd21d",
"pkid": "69ee359c62dfd021865bd21d"
}
],
"device": [
{
"href": "",
"pkid": ""
}
],
"foreign_key": [],
"owner": [
{
"pkid": ""
}
],
"children": [],
"self": [
{
"href": "/api/data/MeetingRoomBusinessHours/69ee3a3762dfd021865c5a56/",
"pkid": "69ee3a3762dfd021865c5a56"
}
]
},
"path": [
"6t0ggef2c0deab00hb595101",
"69ee359c62dfd021865bd21d",
"69ee3a3762dfd021865c5a56"
],
"schema_version": "1.1",
"actions": [
{
"update": {
"method": "PUT",
"class": "update",
"href": "/api/data/MeetingRoomBusinessHours/69ee3a3762dfd021865c5a56/?hierarchy=[hierarchy]",
"support_async": true,
"title": "Modify"
}
},
{
"remove": {
"method": "DELETE",
"class": "delete",
"href": "/api/data/MeetingRoomBusinessHours/69ee3a3762dfd021865c5a56/?hierarchy=[hierarchy]",
"support_async": true,
"title": "Delete"
}
},
{
"clone": {
"method": "GET",
"class": "clone",
"href": "/api/data/MeetingRoomBusinessHours/69ee3a3762dfd021865c5a56/clone/?hierarchy=[hierarchy]&schema=&schema_rules=true",
"support_async": false,
"title": "Clone"
}
},
{
"export": {
"method": "GET",
"class": "export",
"href": "/api/data/MeetingRoomBusinessHours/69ee3a3762dfd021865c5a56/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/MeetingRoomBusinessHours/69ee3a3762dfd021865c5a56/+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/MeetingRoomBusinessHours/69ee3a3762dfd021865c5a56/+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/MeetingRoomBusinessHours/69ee3a3762dfd021865c5a56/?hierarchy=[hierarchy]",
"support_async": false,
"title": "Get"
}
},
{
"help": {
"method": "GET",
"class": "help",
"href": "/api/data/MeetingRoomBusinessHours/69ee3a3762dfd021865c5a56/help?hierarchy=[hierarchy]",
"support_async": false,
"title": "Help"
}
}
]
},
"pkid": "69ee3a3762dfd021865c5a56"
}
| Task | Call | URL | Parameters | Response |
|---|---|---|---|---|
| Get the on-line Help for data/MeetingRoomBusinessHours. | GET | /api/data/MeetingRoomBusinessHours/help | hierarchy=[hierarchy] | On-line help of Model ref.: data/MeetingRoomBusinessHours as HTML |
| Task | Call | URL | Parameters | Response |
|---|---|---|---|---|
| Transform Template | GET | /api/data/MeetingRoomBusinessHours/transform/ |
|
| Task | Call | URL | Parameters | Payload |
|---|---|---|---|---|
| Modify | PUT | /api/data/MeetingRoomBusinessHours/[pkid] | hierarchy=[hierarchy] | (For payload specification) |
For Bulk modification, refer to the Bulk Modify section.
| Task | Call | URL | Parameters | Response |
|---|---|---|---|---|
| Delete | DELETE | /api/data/MeetingRoomBusinessHours/[pkid] | hierarchy=[hierarchy] |
| Task | Call | URL | Parameters | Response |
|---|---|---|---|---|
| Clone instance with [pkid]. The schema rules are applied. | GET | /api/data/MeetingRoomBusinessHours/[pkid]/clone/?schema=&schema_rules=true |
|
A JSON payload with:
|
GET http://[host-proxy]/api/data/MeetingRoomBusinessHours/?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/MeetingRoomBusinessHours; optionally with tag_version at [version] and Configuration Template as [configtemplate]. | GET | /api/data/MeetingRoomBusinessHours/[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/MeetingRoomBusinessHours and the JSON format can be used to import instances of data/MeetingRoomBusinessHours.
For Bulk Export, refer to the Bulk Export section.
| Task | Call | URL | Parameters | Payload |
|---|---|---|---|---|
| Tag | PATCH | /api/data/MeetingRoomBusinessHours/[pkid]/+tag | hierarchy=[hierarchy] | If payload required: |
| Task | Call | URL | Parameters | Response |
|---|---|---|---|---|
| Get | GET | /api/data/MeetingRoomBusinessHours/[pkid] | hierarchy=[hierarchy] | The data/MeetingRoomBusinessHours instance with [pkid]. |
| Task | Call | URL | Parameters | Response |
|---|---|---|---|---|
| Help | GET | /api/data/MeetingRoomBusinessHours/[pkid]/help | hierarchy=[hierarchy] | The on-line Help for data/MeetingRoomBusinessHours. |