[Index]
Model ref.: device/msexchangeonline/RoomMailbox
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": { "ExternalDirectoryObjectId": { "readonly": true, "type": "string", "name": "ExternalDirectoryObjectId", "title": "External Directory Object Id" }, "PrimaryEmail": { "properties": { "PrimaryMailDomain": { "type": "string", "name": "PrimaryMailDomain", "title": "Mail Domain" }, "PrimarySmtpAddress": { "type": "string", "name": "PrimarySmtpAddress", "title": "Primary Email Address" }, "PrimaryMailName": { "type": "string", "name": "PrimaryMailName", "title": "Mail Name" } }, "type": "object", "name": "PrimaryEmail", "title": "Primary Email" }, "MaxSendSize": { "title": "Maximum Send Size", "type": "string", "name": "MaxSendSize", "description": "The MaxSendSize parameter specifies the maximum size of a message that can be sent by the mailbox.\\n\\nWhen you enter a value, qualify the value with one of the following units:\\n\\n B (bytes)\\n KB (kilobytes)\\n MB (megabytes)\\n GB (gigabytes)\\n\\nUnqualified values are typically treated as bytes, but small values may be rounded up to the nearest kilobyte.\\n\\nA valid value is a number up to 1.999999 gigabytes (2147483647 bytes) or the value unlimited.\\n\\nIn Exchange Online, the value is determined by the subscriptions and licenses that administrators purchase and assign in the Microsoft 365 admin center. You can lower the value, and you may be able to raise the value, but you can't exceed the maximum value that's allowed by the subscription or license.\\n\\nIn Exchange Online, you use this parameter to configure the MaxSendSize value on existing mailboxes. Use the Set-MailboxPlan cmdlet to change the MaxSendSize value for all new mailboxes that you create in the future.\\n\\nIn on-premises Exchange, the default value unlimited indicates the maximum send size for the mailbox is imposed elsewhere (for example, organization, server, or connector limits).\\n\\nBase64 encoding increases the size of messages by approximately 33%, so specify a value that's 33% larger than the actual maximum message size that you want to enforce. For example, the value 64 MB results in a maximum message size of approximately 48 MB." }, "DisplayName": { "type": "string", "name": "DisplayName", "title": "Display Name" }, "UserPrincipalName": { "type": "string", "name": "UserPrincipalName", "title": "User Principal Name" }, "RoomCapacity": { "type": "integer", "name": "RoomCapacity", "title": "Room Capacity" }, "Location": { "type": "string", "name": "Location", "title": "Location" }, "CalendarPermissions": { "items": { "type": "object", "properties": { "User": { "type": "string", "name": "User", "title": "User" }, "AccessRights": { "items": { "type": "string", "choices": [ { "value": "Owner", "title": "Owner" }, { "value": "PublishingEditor", "title": "Publishing Editor" }, { "value": "Editor", "title": "Editor" }, { "value": "PublishingAuthor", "title": "Publishing Author" }, { "value": "Author", "title": "Author" }, { "value": "NonEditingAuthor", "title": "Non Editing Author" }, { "value": "Reviewer", "title": "Reviewer" }, { "value": "Contributor", "title": "Contributor" }, { "value": "AvailabilityOnly", "title": "Availability Only" }, { "value": "LimitedDetails", "title": "Limited Details" }, { "value": "None", "title": "None" }, { "value": "CreateItems", "title": "Create Items" }, { "value": "CreateSubfolders", "title": "Create Subfolders" }, { "value": "DeleteAllItems", "title": "Delete All Items" }, { "value": "DeleteOwnedItems", "title": "Delete Owned Items" }, { "value": "EditAllItems", "title": "Edit All Items" }, { "value": "EditOwnedItems", "title": "Edit Owned Items" }, { "value": "FolderContact", "title": "Folder Contact" }, { "value": "FolderOwner", "title": "Folder Owner" }, { "value": "FolderVisible", "title": "Folder Visible" }, { "value": "ReadItems", "title": "Read Items" } ] }, "type": "array", "name": "AccessRights", "title": "Access Rights" } } }, "description": "Please note that any update in MS Exchange can take up to 5 minutes to be reflected.", "type": "array", "name": "CalendarPermissions", "title": "Calendar Permissions" }, "EmailAddresses": { "items": { "type": "string" }, "type": "array", "name": "EmailAddresses", "title": "Email Addresses" }, "Identity": { "readonly": true, "required": true, "type": "string", "name": "Identity", "title": "Identity" }, "Permissions": { "items": { "type": "object", "properties": { "User": { "type": "string", "name": "User", "title": "User" }, "AccessRights": { "items": { "type": "string", "choices": [ { "value": "FullAccess", "title": "Full Access" }, { "value": "SendAs", "title": "Send As" }, { "value": "SendOnBehalfTo", "title": "Send On Behalf" } ] }, "type": "array", "name": "AccessRights", "title": "Access Rights" } } }, "description": "Please note that any update in MS Exchange can take up to 5 minutes to be reflected.", "type": "array", "name": "Permissions", "title": "Permissions" } }, "schema_version": "2.0.3" }
Task | Call | URL | Parameters | Response |
---|---|---|---|---|
Get the GUI Add form. | GET | /api/device/msexchangeonline/RoomMailbox/add/ |
|
The GUI Add form of device/msexchangeonline/RoomMailbox 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/device/msexchangeonline/RoomMailbox | 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/device/msexchangeonline/RoomMailbox/ | hierarchy=[hierarchy] | {"hrefs":["/api/device/msexchangeonline/RoomMailbox/[pkid1]", "/api/device/msexchangeonline/RoomMailbox/[pkid2]", ...]} |
GET http://[host-proxy]/api/device/msexchangeonline/RoomMailbox/?hierarchy=[hierarchy]&format=json
Task | Call | URL | Parameters | Response |
---|---|---|---|---|
Bulk Modify | GET | /api/device/msexchangeonline/RoomMailbox/bulk_update/?schema=&schema_rules=true |
|
|
Task | Call | URL | Parameters | Payload |
---|---|---|---|---|
Bulk Modify | POST | /api/device/msexchangeonline/RoomMailbox/bulk_update/ |
|
For example: {"data":{"name":"value"}, "meta":{}, "request_meta":{ "hrefs":["/api/v0/device/msexchangeonline/RoomMailbox/[pkid1]", "/api/v0/device/msexchangeonline/RoomMailbox/[pkid2]",...]}} |
GET http://[host-proxy]/api/device/msexchangeonline/RoomMailbox/?hierarchy=[hierarchy]&format=json
Task | Call | URL | Parameters | Payload |
---|---|---|---|---|
Move the instance with [pkid] to [target_hierarchy] | POST | /api/tool/DataMove/?model_type=device/msexchangeonline/RoomMailbox |
|
{"hrefs": ["/api/device/msexchangeonline/RoomMailbox/[pkid]"]} |
Bulk Move | POST | /api/tool/DataMove/?model_type=device/msexchangeonline/RoomMailbox |
|
{"hrefs": ["/api/device/msexchangeonline/RoomMailbox/[pkid1]", "/api/device/msexchangeonline/RoomMailbox/[pkid2]",...]} |
Task | Call | URL | Parameters | Payload |
---|---|---|---|---|
Get a selected [export_format] of the schema and instances [pkid1], [pkid2],... of device/msexchangeonline/RoomMailbox; optionally with tag_version at [version] and Configuration Template as [configtemplate]. | POST | /api/device/msexchangeonline/RoomMailbox/export/ |
|
{ "hrefs":["/api/device/msexchangeonline/RoomMailbox/[pkid1]", "/api/device/msexchangeonline/RoomMailbox/[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 device/msexchangeonline/RoomMailbox and the JSON format can be used to import instances of device/msexchangeonline/RoomMailbox.
GET http://[host-proxy]/api/device/msexchangeonline/RoomMailbox/?hierarchy=[hierarchy]
Task | Call | URL | Parameters | Response |
---|---|---|---|---|
Get a compressed format of the Bulk Load spreadsheet template for device/msexchangeonline/RoomMailbox | POST | /api/device/msexchangeonline/RoomMailbox/export_bulkload_template/ |
|
The response is an attachment of the format: filetype_bulkloadsheet.xlsx.gz |
Task | Call | URL | Parameters | Response |
---|---|---|---|---|
Configuration Template | GET | /api/device/msexchangeonline/RoomMailbox/configuration_template/ | hierarchy=[hierarchy] |
|
POST http://[host-proxy]/api/data/ConfigurationTemplate/?hierarchy=[hierarchy]
Task | Call | URL | Parameters | Response |
---|---|---|---|---|
Field Display Policy | GET | /api/device/msexchangeonline/RoomMailbox/field_display_policy/ | hierarchy=[hierarchy] |
|
POST http://[host-proxy]/api/data/FieldDisplayPolicy/?hierarchy=[hierarchy]
Task | Call | URL | Parameters | Response |
---|---|---|---|---|
Migration Template | GET | /api/device/msexchangeonline/RoomMailbox/migration/ |
|
Task | Call | URL | Parameters | Response |
---|---|---|---|---|
List | GET | /api/device/msexchangeonline/RoomMailbox/ |
|
The device/msexchangeonline/RoomMailbox schema and all instances as JSON. |
(The list will return 0 to 3 device/msexchangeonline/RoomMailbox instances)
{ "operations": [ "list", "add" ], "pagination": { "direction": "asc", "order_by": "DisplayName", "maximum_limit": 2000, "skip": 0, "current": "/api/device/msexchangeonline/RoomMailbox/?skip=0&limit=3&order_by=DisplayName&direction=asc&traversal=default", "limit": 3, "total_limit": null, "total": 11 }, "meta": { "tags": [], "cached": true, "title": "", "business_key": {}, "schema_version": "2.0.3", "references": { "device": [ { "pkid": "", "href": "" } ], "children": [], "parent": [ { "pkid": "6t0ggef2c0deab00hb595101", "href": "/api/data/HierarchyNode/6t0ggef2c0deab00hb595101" } ], "foreign_key": [] }, "actions": [ { "add": { "support_async": false, "class": "add", "href": "/api/device/msexchangeonline/RoomMailbox/add/?hierarchy=[hierarchy]", "method": "GET", "title": "Add" } }, { "remove": { "support_async": true, "class": "delete", "href": "/api/device/msexchangeonline/RoomMailbox/?hierarchy=[hierarchy]", "method": "DELETE", "title": "Delete" } }, { "bulk_update_form": { "support_async": false, "class": "update", "href": "/api/device/msexchangeonline/RoomMailbox/bulk_update/?hierarchy=[hierarchy]&schema=&schema_rules=true", "method": "GET", "title": "Bulk Modify" } }, { "move": { "title": "Move", "support_async": true, "class": "move", "href": "/api/tool/DataMove/?hierarchy=[hierarchy]&model_type=device/msexchangeonline/RoomMailbox", "method": "POST", "view": "/api/tool/DataMove/?auth_token=[authtoken] } }, { "export": { "title": "Export", "support_async": false, "submit": "payload", "class": "export", "href": "/api/device/msexchangeonline/RoomMailbox/export/?hierarchy=[hierarchy]", "method": "POST", "view": "/api/view/ExportData/add/?auth_token=[authtoken] } }, { "export_bulkload_template": { "support_async": false, "class": "bulkload_template", "href": "/api/device/msexchangeonline/RoomMailbox/export_bulkload_template/?hierarchy=[hierarchy]", "method": "POST", "title": "Export Bulk Load Template" } }, { "tag": { "title": "Tag", "support_async": true, "method": "PATCH", "href": "/api/device/msexchangeonline/RoomMailbox/+tag/?hierarchy=[hierarchy]", "class": "tag", "view": "/api/view/TagNameForm/add/?auth_token=[authtoken] } }, { "tag_version": { "title": "Tag Version", "support_async": true, "method": "PATCH", "href": "/api/device/msexchangeonline/RoomMailbox/+tag_version/?hierarchy=[hierarchy]", "class": "tag_version", "view": "/api/view/TagVersionForm/add/?auth_token=[authtoken] } }, { "configuration_template": { "support_async": false, "class": "config", "href": "/api/device/msexchangeonline/RoomMailbox/configuration_template/?hierarchy=[hierarchy]", "method": "GET", "title": "Configuration Template" } }, { "field_display_policy": { "support_async": false, "class": "display_policy", "href": "/api/device/msexchangeonline/RoomMailbox/field_display_policy/?hierarchy=[hierarchy]", "method": "GET", "title": "Field Display Policy" } }, { "migration": { "support_async": false, "class": "migration", "href": "/api/device/msexchangeonline/RoomMailbox/migration/?hierarchy=[hierarchy]", "method": "GET", "title": "Migration Template" } }, { "list": { "support_async": false, "class": "list", "href": "/api/device/msexchangeonline/RoomMailbox/?hierarchy=[hierarchy]", "method": "GET", "title": "List" } }, { "help": { "support_async": false, "class": "help", "href": "/api/device/msexchangeonline/RoomMailbox/help?hierarchy=[hierarchy]", "method": "GET", "title": "Help" } }, { "purge": { "support_async": false, "class": "purge", "href": "/api/device/msexchangeonline/RoomMailbox/purge/?hierarchy=[hierarchy]", "method": "POST", "title": "Purge" } }, { "transform": { "support_async": false, "class": "transform", "href": "/api/device/msexchangeonline/RoomMailbox/transform/?hierarchy=[hierarchy]", "method": "GET", "title": "Transform Template" } } ], "model_type": "device/msexchangeonline/RoomMailbox", "model_specific_actions": [ "list", "get", "add", "update", "remove", "move", "export", "export_bulkload_template", "bulk_update_form", "configuration_template", "field_display_policy", "help", "migration", "transform", "tag", "tag_version" ], "summary_attrs": [ { "name": "DisplayName", "title": "Display Name" }, { "allow_filtering": true, "allow_ordering": false, "name": "PrimaryEmail.PrimarySmtpAddress", "title": "Primary Email Address" }, { "allow_filtering": true, "name": "hierarchy_friendly_name", "title": "Located At" }, { "allow_filtering": false, "name": "summary_device", "title": "Device" } ], "api_version": "21.2", "tagged_versions": [] }, "resources": [ { "pkid": "65e09e266fd4534903e49a75", "meta": { "tags": [], "cached": true, "title": "Breakout_Room_1", "business_key": {}, "schema_version": "", "summary": "false", "references": { "owner": [ { "pkid": "" } ], "device": [ { "pkid": "65e09d9d6fd4534903e48ae0", "href": "/api/v0/data/MSExchangeOnline/65e09d9d6fd4534903e48ae0" } ], "self": [ { "pkid": "65e09e266fd4534903e49a75", "href": "/api/device/msexchangeonline/RoomMailbox/65e09e266fd4534903e49a75/" } ], "parent": [ { "pkid": "65e092226fd4534903e2148a", "href": "/api/data/HierarchyNode/65e092226fd4534903e2148a" } ], "foreign_key": [] }, "actions": [ { "update": { "support_async": true, "class": "update", "href": "/api/device/msexchangeonline/RoomMailbox/65e09e266fd4534903e49a75/", "method": "PUT", "title": "Modify" } }, { "remove": { "support_async": true, "class": "delete", "href": "/api/device/msexchangeonline/RoomMailbox/65e09e266fd4534903e49a75/", "method": "DELETE", "title": "Delete" } }, { "move": { "title": "Move", "support_async": true, "class": "move", "href": "/api/tool/DataMove/65e09e266fd4534903e49a75/?model_type=device/msexchangeonline/RoomMailbox", "method": "POST", "view": "/api/tool/DataMove/" } }, { "export": { "title": "Export", "support_async": false, "submit": "payload", "class": "export", "href": "/api/device/msexchangeonline/RoomMailbox/65e09e266fd4534903e49a75/export/", "method": "GET", "view": "/api/view/ExportData/add/" } }, { "tag": { "title": "Tag", "support_async": true, "method": "PATCH", "href": "/api/device/msexchangeonline/RoomMailbox/65e09e266fd4534903e49a75/+tag/", "class": "tag", "view": "/api/view/TagNameForm/add/" } }, { "tag_version": { "title": "Tag Version", "support_async": true, "method": "PATCH", "href": "/api/device/msexchangeonline/RoomMailbox/65e09e266fd4534903e49a75/+tag_version/", "class": "tag_version", "view": "/api/view/TagVersionForm/add/" } }, { "get": { "support_async": false, "class": "get", "href": "/api/device/msexchangeonline/RoomMailbox/65e09e266fd4534903e49a75/", "method": "GET", "title": "Get" } }, { "help": { "support_async": false, "class": "help", "href": "/api/device/msexchangeonline/RoomMailbox/65e09e266fd4534903e49a75/help", "method": "GET", "title": "Help" } }, { "purge": { "support_async": false, "class": "purge", "href": "/api/device/msexchangeonline/RoomMailbox/65e09e266fd4534903e49a75/purge/", "method": "POST", "title": "Purge" } } ], "model_type": "device/msexchangeonline/RoomMailbox", "path": [ "6t0ggef2c0deab00hb595101", "5df35e48ce894e0012b345a1", "5f3ae1fcce894e001204e0ed", "5f3ae236ce894e001204efa0", "65e092226fd4534903e2148a", "65e09e266fd4534903e49a75" ], "summary_attrs": [ { "name": "DisplayName", "title": "Display Name" }, { "allow_filtering": true, "allow_ordering": false, "name": "PrimaryEmail.PrimarySmtpAddress", "title": "Primary Email Address" }, { "allow_filtering": true, "name": "hierarchy_friendly_name", "title": "Located At" }, { "allow_filtering": false, "name": "summary_device", "title": "Device" } ], "api_version": "21.2", "tagged_versions": [] }, "data": { "ExternalDirectoryObjectId": "cb9b2d22-374a-43c6-b289-996fab1044f6", "PrimaryEmail": { "PrimarySmtpAddress": "[email protected]" }, "MaxSendSize": "35 MB (36,700,160 bytes)", "hierarchy": "65e092226fd4534903e2148a", "UserPrincipalName": "[email protected]", "RoomCapacity": 2, "Location": "Cape Town Canteen Area", "DisplayName": "Breakout_Room_1", "EmailAddresses": [ "smtp:[email protected]", "SMTP:[email protected]" ], "summary_device": "Connection parameters for Microsoft ExchangeOnline Auto Build Tenant, Auto Build Tenant, hcs.CS-P.CS-NB.VossAutoBuild", "hierarchy_friendly_name": "VossAutoBuild (Customer)", "Identity": "Breakout_Room_1", "hierarchy_path": "sys.hcs.CS-P.CS-NB.VossAutoBuild" } }, { "pkid": "65e09e256fd4534903e49a70", "meta": { "tags": [], "cached": true, "title": "Breakout_Room_2", "business_key": {}, "schema_version": "", "summary": "false", "references": { "owner": [ { "pkid": "" } ], "device": [ { "pkid": "65e09d9d6fd4534903e48ae0", "href": "/api/v0/data/MSExchangeOnline/65e09d9d6fd4534903e48ae0" } ], "self": [ { "pkid": "65e09e256fd4534903e49a70", "href": "/api/device/msexchangeonline/RoomMailbox/65e09e256fd4534903e49a70/" } ], "parent": [ { "pkid": "65e092226fd4534903e2148a", "href": "/api/data/HierarchyNode/65e092226fd4534903e2148a" } ], "foreign_key": [] }, "actions": [ { "update": { "support_async": true, "href": "/api/device/msexchangeonline/RoomMailbox/65e09e256fd4534903e49a70/", "title": "Modify", "class": "update", "method": "PUT" } }, { "remove": { "support_async": true, "href": "/api/device/msexchangeonline/RoomMailbox/65e09e256fd4534903e49a70/", "title": "Delete", "class": "delete", "method": "DELETE" } }, { "move": { "title": "Move", "support_async": true, "class": "move", "href": "/api/tool/DataMove/65e09e256fd4534903e49a70/?model_type=device/msexchangeonline/RoomMailbox", "method": "POST", "view": "/api/tool/DataMove/" } }, { "export": { "title": "Export", "support_async": false, "submit": "payload", "class": "export", "href": "/api/device/msexchangeonline/RoomMailbox/65e09e256fd4534903e49a70/export/", "method": "GET", "view": "/api/view/ExportData/add/" } }, { "tag": { "title": "Tag", "support_async": true, "class": "tag", "href": "/api/device/msexchangeonline/RoomMailbox/65e09e256fd4534903e49a70/+tag/", "method": "PATCH", "view": "/api/view/TagNameForm/add/" } }, { "tag_version": { "title": "Tag Version", "support_async": true, "class": "tag_version", "href": "/api/device/msexchangeonline/RoomMailbox/65e09e256fd4534903e49a70/+tag_version/", "method": "PATCH", "view": "/api/view/TagVersionForm/add/" } }, { "get": { "support_async": false, "href": "/api/device/msexchangeonline/RoomMailbox/65e09e256fd4534903e49a70/", "title": "Get", "class": "get", "method": "GET" } }, { "help": { "support_async": false, "href": "/api/device/msexchangeonline/RoomMailbox/65e09e256fd4534903e49a70/help", "title": "Help", "class": "help", "method": "GET" } }, { "purge": { "support_async": false, "href": "/api/device/msexchangeonline/RoomMailbox/65e09e256fd4534903e49a70/purge/", "title": "Purge", "class": "purge", "method": "POST" } } ], "model_type": "device/msexchangeonline/RoomMailbox", "path": [ "6t0ggef2c0deab00hb595101", "5df35e48ce894e0012b345a1", "5f3ae1fcce894e001204e0ed", "5f3ae236ce894e001204efa0", "65e092226fd4534903e2148a", "65e09e256fd4534903e49a70" ], "summary_attrs": [ { "name": "DisplayName", "title": "Display Name" }, { "allow_filtering": true, "allow_ordering": false, "name": "PrimaryEmail.PrimarySmtpAddress", "title": "Primary Email Address" }, { "allow_filtering": true, "name": "hierarchy_friendly_name", "title": "Located At" }, { "allow_filtering": false, "name": "summary_device", "title": "Device" } ], "api_version": "21.2", "tagged_versions": [] }, "data": { "ExternalDirectoryObjectId": "cc8d1010-24b5-41b2-bbb4-7976381350aa", "PrimaryEmail": { "PrimarySmtpAddress": "[email protected]" }, "MaxSendSize": "35 MB (36,700,160 bytes)", "hierarchy": "65e092226fd4534903e2148a", "UserPrincipalName": "[email protected]", "RoomCapacity": 2, "Location": "Cape Town Back Area", "DisplayName": "Breakout_Room_2", "EmailAddresses": [ "SMTP:[email protected]" ], "summary_device": "Connection parameters for Microsoft ExchangeOnline Auto Build Tenant, Auto Build Tenant, hcs.CS-P.CS-NB.VossAutoBuild", "hierarchy_friendly_name": "VossAutoBuild (Customer)", "Identity": "Breakout_Room_2", "hierarchy_path": "sys.hcs.CS-P.CS-NB.VossAutoBuild" } }, { "pkid": "65e09e266fd4534903e49a7e", "meta": { "tags": [], "cached": true, "title": "Kitchen", "business_key": {}, "schema_version": "", "summary": "false", "references": { "owner": [ { "pkid": "" } ], "device": [ { "pkid": "65e09d9d6fd4534903e48ae0", "href": "/api/v0/data/MSExchangeOnline/65e09d9d6fd4534903e48ae0" } ], "self": [ { "pkid": "65e09e266fd4534903e49a7e", "href": "/api/device/msexchangeonline/RoomMailbox/65e09e266fd4534903e49a7e/" } ], "parent": [ { "pkid": "65e092226fd4534903e2148a", "href": "/api/data/HierarchyNode/65e092226fd4534903e2148a" } ], "foreign_key": [] }, "actions": [ { "update": { "support_async": true, "method": "PUT", "href": "/api/device/msexchangeonline/RoomMailbox/65e09e266fd4534903e49a7e/", "class": "update", "title": "Modify" } }, { "remove": { "support_async": true, "method": "DELETE", "href": "/api/device/msexchangeonline/RoomMailbox/65e09e266fd4534903e49a7e/", "class": "delete", "title": "Delete" } }, { "move": { "title": "Move", "support_async": true, "method": "POST", "href": "/api/tool/DataMove/65e09e266fd4534903e49a7e/?model_type=device/msexchangeonline/RoomMailbox", "class": "move", "view": "/api/tool/DataMove/" } }, { "export": { "title": "Export", "support_async": false, "submit": "payload", "method": "GET", "href": "/api/device/msexchangeonline/RoomMailbox/65e09e266fd4534903e49a7e/export/", "class": "export", "view": "/api/view/ExportData/add/" } }, { "tag": { "title": "Tag", "support_async": true, "class": "tag", "href": "/api/device/msexchangeonline/RoomMailbox/65e09e266fd4534903e49a7e/+tag/", "method": "PATCH", "view": "/api/view/TagNameForm/add/" } }, { "tag_version": { "title": "Tag Version", "support_async": true, "class": "tag_version", "href": "/api/device/msexchangeonline/RoomMailbox/65e09e266fd4534903e49a7e/+tag_version/", "method": "PATCH", "view": "/api/view/TagVersionForm/add/" } }, { "get": { "support_async": false, "method": "GET", "href": "/api/device/msexchangeonline/RoomMailbox/65e09e266fd4534903e49a7e/", "class": "get", "title": "Get" } }, { "help": { "support_async": false, "method": "GET", "href": "/api/device/msexchangeonline/RoomMailbox/65e09e266fd4534903e49a7e/help", "class": "help", "title": "Help" } }, { "purge": { "support_async": false, "method": "POST", "href": "/api/device/msexchangeonline/RoomMailbox/65e09e266fd4534903e49a7e/purge/", "class": "purge", "title": "Purge" } } ], "model_type": "device/msexchangeonline/RoomMailbox", "path": [ "6t0ggef2c0deab00hb595101", "5df35e48ce894e0012b345a1", "5f3ae1fcce894e001204e0ed", "5f3ae236ce894e001204efa0", "65e092226fd4534903e2148a", "65e09e266fd4534903e49a7e" ], "summary_attrs": [ { "name": "DisplayName", "title": "Display Name" }, { "allow_filtering": true, "allow_ordering": false, "name": "PrimaryEmail.PrimarySmtpAddress", "title": "Primary Email Address" }, { "allow_filtering": true, "name": "hierarchy_friendly_name", "title": "Located At" }, { "allow_filtering": false, "name": "summary_device", "title": "Device" } ], "api_version": "21.2", "tagged_versions": [] }, "data": { "ExternalDirectoryObjectId": "cf12fc88-0aa9-47d6-98c0-f9114009e533", "PrimaryEmail": { "PrimarySmtpAddress": "[email protected]" }, "MaxSendSize": "35 MB (36,700,160 bytes)", "hierarchy": "65e092226fd4534903e2148a", "Permissions": [ { "User": "[email protected]", "AccessRights": [ "SendAs" ] } ], "UserPrincipalName": "[email protected]", "RoomCapacity": 200, "Location": "Kitchen", "DisplayName": "Kitchen", "EmailAddresses": [ "smtp:[email protected]", "SMTP:[email protected]" ], "summary_device": "Connection parameters for Microsoft ExchangeOnline Auto Build Tenant, Auto Build Tenant, hcs.CS-P.CS-NB.VossAutoBuild", "hierarchy_friendly_name": "VossAutoBuild (Customer)", "Identity": "Kitchen", "hierarchy_path": "sys.hcs.CS-P.CS-NB.VossAutoBuild" } } ] }
(Show the first instance)
{ "pkid": "65e09e266fd4534903e49a75", "meta": { "tags": [], "cached": true, "cache_control_policy": "cache_then_device", "title": "Breakout_Room_1", "business_key": {}, "schema_version": "", "references": { "parent": [ { "pkid": "65e092226fd4534903e2148a", "href": "/api/data/HierarchyNode/65e092226fd4534903e2148a" } ], "self": [ { "pkid": "65e09e266fd4534903e49a75", "href": "/api/device/msexchangeonline/RoomMailbox/65e09e266fd4534903e49a75/" } ], "foreign_key": [], "owner": [ { "pkid": "" } ], "device": [ { "pkid": "65e09d9d6fd4534903e48ae0", "href": "/api/v0/data/MSExchangeOnline/65e09d9d6fd4534903e48ae0" } ], "children": [] }, "actions": [ { "update": { "support_async": true, "class": "update", "href": "/api/device/msexchangeonline/RoomMailbox/65e09e266fd4534903e49a75/?hierarchy=[hierarchy]", "method": "PUT", "title": "Modify" } }, { "remove": { "support_async": true, "class": "delete", "href": "/api/device/msexchangeonline/RoomMailbox/65e09e266fd4534903e49a75/?hierarchy=[hierarchy]", "method": "DELETE", "title": "Delete" } }, { "move": { "title": "Move", "support_async": true, "class": "move", "href": "/api/tool/DataMove/65e09e266fd4534903e49a75/?hierarchy=[hierarchy]&model_type=device/msexchangeonline/RoomMailbox", "method": "POST", "view": "/api/tool/DataMove/?auth_token=[authtoken] } }, { "export": { "title": "Export", "support_async": false, "submit": "payload", "class": "export", "href": "/api/device/msexchangeonline/RoomMailbox/65e09e266fd4534903e49a75/export/?hierarchy=[hierarchy]", "method": "GET", "view": "/api/view/ExportData/add/?auth_token=[authtoken] } }, { "tag": { "title": "Tag", "support_async": true, "method": "PATCH", "href": "/api/device/msexchangeonline/RoomMailbox/65e09e266fd4534903e49a75/+tag/?hierarchy=[hierarchy]", "class": "tag", "view": "/api/view/TagNameForm/add/?auth_token=[authtoken] } }, { "tag_version": { "title": "Tag Version", "support_async": true, "method": "PATCH", "href": "/api/device/msexchangeonline/RoomMailbox/65e09e266fd4534903e49a75/+tag_version/?hierarchy=[hierarchy]", "class": "tag_version", "view": "/api/view/TagVersionForm/add/?auth_token=[authtoken] } }, { "get": { "support_async": false, "class": "get", "href": "/api/device/msexchangeonline/RoomMailbox/65e09e266fd4534903e49a75/?hierarchy=[hierarchy]", "method": "GET", "title": "Get" } }, { "help": { "support_async": false, "class": "help", "href": "/api/device/msexchangeonline/RoomMailbox/65e09e266fd4534903e49a75/help?hierarchy=[hierarchy]", "method": "GET", "title": "Help" } }, { "purge": { "support_async": false, "class": "purge", "href": "/api/device/msexchangeonline/RoomMailbox/65e09e266fd4534903e49a75/purge/?hierarchy=[hierarchy]", "method": "POST", "title": "Purge" } } ], "model_type": "device/msexchangeonline/RoomMailbox", "path": [ "6t0ggef2c0deab00hb595101", "5df35e48ce894e0012b345a1", "5f3ae1fcce894e001204e0ed", "5f3ae236ce894e001204efa0", "65e092226fd4534903e2148a", "65e09e266fd4534903e49a75" ], "summary_attrs": [ { "name": "DisplayName", "title": "Display Name" }, { "allow_filtering": true, "allow_ordering": false, "name": "PrimaryEmail.PrimarySmtpAddress", "title": "Primary Email Address" }, { "allow_filtering": true, "name": "hierarchy_friendly_name", "title": "Located At" }, { "allow_filtering": false, "name": "summary_device", "title": "Device" } ], "api_version": "21.2", "tagged_versions": [] }, "data": { "ExternalDirectoryObjectId": "cb9b2d22-374a-43c6-b289-996fab1044f6", "PrimaryEmail": { "PrimarySmtpAddress": "[email protected]" }, "MaxSendSize": "35 MB (36,700,160 bytes)", "hierarchy": "65e092226fd4534903e2148a", "UserPrincipalName": "[email protected]", "RoomCapacity": 2, "Location": "Cape Town Canteen Area", "DisplayName": "Breakout_Room_1", "EmailAddresses": [ "smtp:[email protected]", "SMTP:[email protected]" ], "Identity": "Breakout_Room_1" } }
Task | Call | URL | Parameters | Response |
---|---|---|---|---|
Get the on-line Help for device/msexchangeonline/RoomMailbox. | GET | /api/device/msexchangeonline/RoomMailbox/help | hierarchy=[hierarchy] | On-line help of Model ref.: device/msexchangeonline/RoomMailbox as HTML |
Task | Call | URL | Parameters | Payload |
---|---|---|---|---|
Modify | PUT | /api/device/msexchangeonline/RoomMailbox/[pkid] | hierarchy=[hierarchy] | (For payload specification) |
For Bulk modification, refer to the Bulk Modify section.
Task | Call | URL | Parameters | Response |
---|---|---|---|---|
Delete | DELETE | /api/device/msexchangeonline/RoomMailbox/[pkid] | hierarchy=[hierarchy] |
Task | Call | URL | Parameters | Payload |
---|---|---|---|---|
Move | POST | /api/tool/DataMove/[pkid]/?model_type=device/msexchangeonline/RoomMailbox | hierarchy=[hierarchy] | If payload required: |
Task | Call | URL | Parameters | Response |
---|---|---|---|---|
Get a selected [export_format] of the schema and a single instance with [pkid] of device/msexchangeonline/RoomMailbox; optionally with tag_version at [version] and Configuration Template as [configtemplate]. | GET | /api/device/msexchangeonline/RoomMailbox/[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 device/msexchangeonline/RoomMailbox and the JSON format can be used to import instances of device/msexchangeonline/RoomMailbox.
For Bulk Export, refer to the Bulk Export section.
Task | Call | URL | Parameters | Payload |
---|---|---|---|---|
Tag | PATCH | /api/device/msexchangeonline/RoomMailbox/[pkid]/+tag | hierarchy=[hierarchy] | If payload required: |
Task | Call | URL | Parameters | Response |
---|---|---|---|---|
Get | GET | /api/device/msexchangeonline/RoomMailbox/[pkid] | hierarchy=[hierarchy] | The device/msexchangeonline/RoomMailbox instance with [pkid]. |
Task | Call | URL | Parameters | Response |
---|---|---|---|---|
Help | GET | /api/device/msexchangeonline/RoomMailbox/[pkid]/help | hierarchy=[hierarchy] | The on-line Help for device/msexchangeonline/RoomMailbox. |
Task | Call | URL | Parameters | Payload |
---|---|---|---|---|
Purge | POST | /api/device/msexchangeonline/RoomMailbox/[pkid]/purge | hierarchy=[hierarchy] | If payload required: |