[Index]
Model ref.: device/exchangehybrid/App
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": {
"Requirements": {
"__type_requested": "System.String",
"required": false,
"name": "Requirements",
"title": "Requirements",
"__type_mapping_type": "String",
"readonly": true,
"type": "string"
},
"ProviderName": {
"__type_requested": "System.String",
"required": false,
"name": "ProviderName",
"title": "ProviderName",
"__type_mapping_type": "String",
"readonly": true,
"type": "string"
},
"FileStream": {
"__type_requested": "Stream",
"__type_mapping_type": "Unknown",
"description": "The FileStream parameter can't be used in the Exchange Management Shell. It's used to support the app uploader and is only used by the Exchange admin center.",
"title": "FileStream",
"required": false,
"readonly": true,
"__WARNING": "Unhandled and unknown upstream type, this attribute forced into a readonly string",
"type": "string",
"name": "FileStream"
},
"MarketplaceQueryMarket": {
"__type_requested": "String",
"__type_mapping_type": "String",
"description": "The MarketplaceQueryMarket parameter specifies the locale that an app is filed under at the office marketplace. For example, an app for the United States market in English uses the value en-US. If not specified, this value is set to en-US.",
"title": "MarketplaceQueryMarket",
"required": false,
"readonly": false,
"type": "string",
"name": "MarketplaceQueryMarket"
},
"Etoken": {
"__type_requested": "String",
"__type_mapping_type": "String",
"description": "This parameter is reserved for internal Microsoft use.",
"title": "Etoken",
"required": false,
"readonly": false,
"type": "string",
"name": "Etoken"
},
"MarketplaceServicesUrl": {
"__type_requested": "String",
"__type_mapping_type": "String",
"description": "The MarketplaceServicesUrl parameter specifies the full services URL for the app. You must specify only one source location for the app manifest file. You can specify the app manifest file by using the MarketplaceServicesUrl, Url, or FileData parameter.",
"title": "MarketplaceServicesUrl",
"required": false,
"readonly": false,
"type": "string",
"name": "MarketplaceServicesUrl"
},
"Scope": {
"__type_requested": "System.String",
"required": false,
"name": "Scope",
"title": "Scope",
"__type_mapping_type": "String",
"readonly": true,
"type": "string"
},
"PSShowComputerName": {
"__type_requested": "System.Boolean",
"required": false,
"name": "PSShowComputerName",
"title": "PSShowComputerName",
"__type_mapping_type": "Boolean",
"readonly": true,
"type": "boolean"
},
"MarketplaceAssetID": {
"__type_requested": "String",
"__type_mapping_type": "String",
"description": "The MarketplaceAssetID parameter specifies the office store identifier for the app. This parameter is required if the MarketplaceServicesUrl parameter is specified.",
"title": "MarketplaceAssetID",
"required": false,
"readonly": false,
"type": "string",
"name": "MarketplaceAssetID"
},
"LicenseType": {
"__type_requested": "",
"required": false,
"name": "LicenseType",
"title": "LicenseType",
"__type_mapping_type": "Unknown",
"readonly": true,
"type": "string",
"__WARNING": "Unhandled and unknown upstream type, this attribute forced into a readonly string"
},
"Description": {
"__type_requested": "System.String",
"required": false,
"name": "Description",
"title": "Description",
"__type_mapping_type": "String",
"readonly": true,
"type": "string"
},
"Type": {
"__type_requested": "System.String",
"required": false,
"name": "Type",
"title": "Type",
"__type_mapping_type": "String",
"readonly": true,
"type": "string"
},
"PSComputerName": {
"__type_requested": "System.String",
"required": false,
"name": "PSComputerName",
"title": "PSComputerName",
"__type_mapping_type": "String",
"readonly": true,
"type": "string"
},
"Mailbox": {
"__type_requested": "MailboxIdParameter",
"__type_mapping_type": "Unknown",
"description": "The Mailbox parameter specifies the identity of the mailbox or mail user. You can use the following values:\nGUID\nDistinguished name (DN)\nDomain\\Account\nUser principal name (UPN)\nLegacy Exchange DN\nSMTP address\nAlias",
"title": "Mailbox",
"required": false,
"readonly": true,
"__WARNING": "Unhandled and unknown upstream type, this attribute forced into a readonly string",
"type": "string",
"name": "Mailbox"
},
"UserList": {
"__type_requested": "MultiValuedProperty",
"__type_mapping_type": "String[]",
"description": "The UserList parameter specifies the list of users that are granted access to the organizational app. Use the UserList parameter to specify the users that you want to use the app.You must use the OrganizationApp parameter when you use this parameter. You can use the following values:\nGUID\nDN\nDomain\\account\nUPN\nLegacy Exchange DN\nSMTP address\nAlias",
"title": "UserList",
"items": {
"type": "string"
},
"required": false,
"readonly": false,
"type": "array",
"name": "UserList"
},
"AppStatus": {
"__type_requested": "",
"required": false,
"name": "AppStatus",
"title": "AppStatus",
"__type_mapping_type": "Unknown",
"readonly": true,
"type": "string",
"__WARNING": "Unhandled and unknown upstream type, this attribute forced into a readonly string"
},
"ManifestXml": {
"__type_requested": "System.String",
"required": false,
"name": "ManifestXml",
"title": "ManifestXml",
"__type_mapping_type": "String",
"readonly": true,
"type": "string"
},
"FileData": {
"__type_requested": "Byte[]",
"__type_mapping_type": "Unknown",
"description": "The FileData parameter specifies the location of the app manifest file. You must specify only one source location for the app manifest file. You can specify the app manifest file by using the MarketplaceServicesUrl, Url, or FileData parameter. If you use this parameter, use the Get-Content cmdlet and this cmdlet together as shown in the example.",
"title": "FileData",
"required": false,
"readonly": true,
"__WARNING": "Unhandled and unknown upstream type, this attribute forced into a readonly string",
"type": "string",
"name": "FileData"
},
"Identity": {
"__type_requested": "System.String",
"required": false,
"name": "Identity",
"title": "Identity",
"__type_mapping_type": "String",
"readonly": true,
"type": "string",
"description": "The Identity parameter specifies the GUID of the app."
},
"SeatsPurchased": {
"__type_requested": "",
"required": false,
"name": "SeatsPurchased",
"title": "SeatsPurchased",
"__type_mapping_type": "Unknown",
"readonly": true,
"type": "string",
"__WARNING": "Unhandled and unknown upstream type, this attribute forced into a readonly string"
},
"Url": {
"__type_requested": "Uri",
"__type_mapping_type": "Unknown",
"description": "The Url parameter specifies the full URL location of the app manifest file you want to install. You must specify only one source location for the app manifest file. You can specify the app manifest file by using the MarketplaceServicesUrl, Url, or FileData parameter.",
"title": "Url",
"required": false,
"readonly": true,
"__WARNING": "Unhandled and unknown upstream type, this attribute forced into a readonly string",
"type": "string",
"name": "Url"
},
"MarketplaceContentMarket": {
"__type_requested": "",
"required": false,
"name": "MarketplaceContentMarket",
"title": "MarketplaceContentMarket",
"__type_mapping_type": "Unknown",
"readonly": true,
"type": "string",
"__WARNING": "Unhandled and unknown upstream type, this attribute forced into a readonly string"
},
"Enabled": {
"__type_requested": "$true | $false",
"__type_mapping_type": "Boolean",
"description": "The Enabled parameter specifies whether the app is made available to users in the organization. By default, this is set to $true.\nThis setting overrides the ProvidedTo, UserList, and DefaultStateForUser settings.This setting doesn't prevent users from installing their own instance of the app if the user has install permissions.\nThis parameter may be set to the following values:\n$true The app is enabled for the specified users in the organization. This makes the app available for the specified users.\n$false The app isn't enabled for any users in the organization. This hides the app from all users in the organization.",
"title": "Enabled",
"required": false,
"readonly": false,
"type": "boolean",
"name": "Enabled"
},
"AppVersion": {
"__type_requested": "System.String",
"required": false,
"name": "AppVersion",
"title": "AppVersion",
"__type_mapping_type": "String",
"readonly": true,
"type": "string"
},
"LicensePurchaser": {
"__type_requested": "",
"required": false,
"name": "LicensePurchaser",
"title": "LicensePurchaser",
"__type_mapping_type": "Unknown",
"readonly": true,
"type": "string",
"__WARNING": "Unhandled and unknown upstream type, this attribute forced into a readonly string"
},
"ProvidedTo": {
"__type_requested": "Everyone | SpecificUsers",
"__type_mapping_type": "Unknown",
"description": "The ProvidedTo parameter specifies the availability of an app in your organization. By default, new apps are available to all users in your organization. You must use the OrganizationApp parameter when you use this parameter. The following are the possible values:\nEveryone This app is provided to every user in the organization. Every user sees this app listed in the installed apps list in Outlook Web App Options. When apps in the installed apps list display as enabled, users can use the features of this app in their email. All users are blocked from installing their own instances of this app, including but not limited to users with install apps permissions.\nSpecificUsers This app is provided to only the users specified using the UserList parameter. Users that aren't specified don't see this organizational app in their management view, nor will it activate in their mail or calendar items. Specified users are also blocked from installing their own instance of this app. Users that aren't listed aren't blocked from installing their own instance of this app.",
"title": "ProvidedTo",
"required": false,
"readonly": true,
"__WARNING": "Unhandled and unknown upstream type, this attribute forced into a readonly string",
"type": "string",
"name": "ProvidedTo"
},
"EtokenExpirationDate": {
"__type_requested": "",
"required": false,
"name": "EtokenExpirationDate",
"title": "EtokenExpirationDate",
"__type_mapping_type": "Unknown",
"readonly": true,
"type": "string",
"__WARNING": "Unhandled and unknown upstream type, this attribute forced into a readonly string"
},
"OrganizationApp": {
"__type_requested": "SwitchParameter",
"__type_mapping_type": "Boolean",
"description": "The OrganizationApp parameter specifies the apps that are installed for the organization (not bound to a specific user). This is set to $false by default.",
"title": "OrganizationApp",
"required": false,
"readonly": false,
"type": "boolean",
"name": "OrganizationApp"
},
"DomainController": {
"__type_requested": "Fqdn",
"__type_mapping_type": "String",
"description": "This parameter is available only in on-premises Exchange 2013.\nThe DomainController parameter specifies the fully qualified domain name (FQDN) of the domain controller that writes this configuration change to Active Directory.",
"title": "DomainController",
"required": false,
"readonly": false,
"type": "string",
"name": "DomainController"
},
"DefaultStateForUser": {
"__type_requested": "System.String",
"__type_mapping_type": "String",
"description": "The DefaultStateForUser parameter specifies the default initial state of the organization app for the provided users. This parameter is set to Disabled by default. If set to AlwaysEnabled, users can't disable the app for themselves. You must use the OrganizationApp parameter when you use this parameter.\nThe possible values are:\nEnabled\nDisabled\nAlwaysEnabled",
"title": "DefaultStateForUser",
"required": false,
"readonly": false,
"type": "string",
"name": "DefaultStateForUser"
},
"MailboxOwnerId": {
"__type_requested": "System.String",
"required": false,
"name": "MailboxOwnerId",
"title": "MailboxOwnerId",
"__type_mapping_type": "String",
"readonly": true,
"type": "string"
},
"IsValid": {
"__type_requested": "System.Boolean",
"required": false,
"name": "IsValid",
"title": "IsValid",
"__type_mapping_type": "Boolean",
"readonly": true,
"type": "boolean"
},
"DownloadOnly": {
"__type_requested": "SwitchParameter",
"__type_mapping_type": "Boolean",
"description": "The DownloadOnly switch specifies whether to get the app manifest file and prompt the user for confirmation before committing to actual installation. This is set to $false by default. If the DownloadOnly parameter is set to $true, the cmdlet only downloads the app manifest file (and displays the app properties) without installing the app.",
"title": "DownloadOnly",
"required": false,
"readonly": false,
"type": "boolean",
"name": "DownloadOnly"
},
"IconURL": {
"__type_requested": "System.Uri",
"required": false,
"name": "IconURL",
"title": "IconURL",
"__type_mapping_type": "Unknown",
"readonly": true,
"type": "string",
"__WARNING": "Unhandled and unknown upstream type, this attribute forced into a readonly string"
},
"DisplayName": {
"__type_requested": "System.String",
"required": false,
"name": "DisplayName",
"title": "DisplayName",
"__type_mapping_type": "String",
"readonly": true,
"type": "string"
},
"ObjectState": {
"__type_requested": "System.String",
"required": false,
"name": "ObjectState",
"title": "ObjectState",
"__type_mapping_type": "String",
"readonly": true,
"type": "string"
},
"AppId": {
"__type_requested": "System.String",
"required": false,
"name": "AppId",
"title": "AppId",
"__type_mapping_type": "String",
"readonly": true,
"type": "string"
},
"RunspaceId": {
"__type_requested": "System.Guid",
"required": false,
"name": "RunspaceId",
"title": "RunspaceId",
"__type_mapping_type": "String",
"readonly": true,
"type": "string"
}
},
"schema_version": "15312"
}
| Task | Call | URL | Parameters | Response |
|---|---|---|---|---|
| Get the GUI Add form. | GET | /api/device/exchangehybrid/App/add/ |
|
The GUI Add form of device/exchangehybrid/App 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/exchangehybrid/App | 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/exchangehybrid/App/ | hierarchy=[hierarchy] | {"hrefs":["/api/device/exchangehybrid/App/[pkid1]", "/api/device/exchangehybrid/App/[pkid2]", ...]} |
GET http://[host-proxy]/api/device/exchangehybrid/App/?hierarchy=[hierarchy]&format=json
| Task | Call | URL | Parameters | Response |
|---|---|---|---|---|
| Bulk Modify | GET | /api/device/exchangehybrid/App/bulk_update/?schema=&schema_rules=true |
|
|
| Task | Call | URL | Parameters | Payload |
|---|---|---|---|---|
| Bulk Modify | POST | /api/device/exchangehybrid/App/bulk_update/ |
|
For example: {"data":{"name":"value"}, "meta":{}, "request_meta":{ "hrefs":["/api/v0/device/exchangehybrid/App/[pkid1]", "/api/v0/device/exchangehybrid/App/[pkid2]",...]}} |
GET http://[host-proxy]/api/device/exchangehybrid/App/?hierarchy=[hierarchy]&format=json
| Task | Call | URL | Parameters | Payload |
|---|---|---|---|---|
| Move the instance with [pkid] to [target_hierarchy] | POST | /api/tool/DataMove/?model_type=device/exchangehybrid/App |
|
{"hrefs": ["/api/device/exchangehybrid/App/[pkid]"]} |
| Bulk Move | POST | /api/tool/DataMove/?model_type=device/exchangehybrid/App |
|
{"hrefs": ["/api/device/exchangehybrid/App/[pkid1]", "/api/device/exchangehybrid/App/[pkid2]",...]} |
| Task | Call | URL | Parameters | Payload |
|---|---|---|---|---|
| Get a selected [export_format] of the schema and instances [pkid1], [pkid2],... of device/exchangehybrid/App; optionally with tag_version at [version] and Configuration Template as [configtemplate]. | POST | /api/device/exchangehybrid/App/export/ |
|
{ "hrefs":["/api/device/exchangehybrid/App/[pkid1]", "/api/device/exchangehybrid/App/[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/exchangehybrid/App and the JSON format can be used to import instances of device/exchangehybrid/App.
GET http://[host-proxy]/api/device/exchangehybrid/App/?hierarchy=[hierarchy]
| Task | Call | URL | Parameters | Response |
|---|---|---|---|---|
| Get a compressed format of the Bulk Load spreadsheet template for device/exchangehybrid/App | POST | /api/device/exchangehybrid/App/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/exchangehybrid/App/configuration_template/ | hierarchy=[hierarchy] |
|
POST http://[host-proxy]/api/data/ConfigurationTemplate/?hierarchy=[hierarchy]
| Task | Call | URL | Parameters | Response |
|---|---|---|---|---|
| Field Display Policy | GET | /api/device/exchangehybrid/App/field_display_policy/ | hierarchy=[hierarchy] |
|
POST http://[host-proxy]/api/data/FieldDisplayPolicy/?hierarchy=[hierarchy]
| Task | Call | URL | Parameters | Response |
|---|---|---|---|---|
| List | GET | /api/device/exchangehybrid/App/ |
|
The device/exchangehybrid/App schema and all instances as JSON. |
(The list will return 0 to 3 device/exchangehybrid/App instances)
{
"pagination": {
"skip": 0,
"limit": 3,
"maximum_limit": 2000,
"total": 0,
"total_limit": null,
"order_by": null,
"direction": "asc",
"current": "/api/device/exchangehybrid/App/?skip=0&limit=3&order_by=None&direction=asc&traversal=down"
},
"operations": [
"move"
],
"meta": {
"model_type": "device/exchangehybrid/App",
"summary_attrs": [
{
"name": "hierarchy_friendly_name",
"title": "Located At",
"allow_filtering": true
}
],
"tagged_versions": [],
"tags": [],
"title": "",
"business_key": {},
"api_version": "21.2",
"cached": true,
"references": {
"children": [],
"parent": [
{
"href": "/api/data/HierarchyNode/6t0ggef2c0deab00hb595101",
"pkid": "6t0ggef2c0deab00hb595101"
}
],
"device": [
{
"href": "",
"pkid": ""
}
],
"foreign_key": []
},
"model_specific_actions": [
"powershell_disable",
"powershell_enable",
"get",
"list",
"add",
"remove",
"update",
"bulk_update_form",
"clone",
"configuration_template",
"export",
"export_bulkload_template",
"field_display_policy",
"help",
"move"
],
"schema_version": "15312",
"actions": [
{
"add": {
"method": "GET",
"class": "add",
"href": "/api/device/exchangehybrid/App/add/?hierarchy=[hierarchy]",
"support_async": false,
"title": "Add"
}
},
{
"remove": {
"method": "DELETE",
"class": "delete",
"href": "/api/device/exchangehybrid/App/?hierarchy=[hierarchy]",
"support_async": true,
"title": "Delete"
}
},
{
"bulk_update_form": {
"method": "GET",
"class": "update",
"href": "/api/device/exchangehybrid/App/bulk_update/?hierarchy=[hierarchy]&schema=&schema_rules=true",
"support_async": false,
"title": "Bulk Modify"
}
},
{
"move": {
"method": "POST",
"class": "move",
"href": "/api/tool/DataMove/?hierarchy=[hierarchy]&model_type=device/exchangehybrid/App",
"support_async": true,
"title": "Move",
"view": "/api/tool/DataMove/?auth_token=[authtoken]
}
},
{
"export": {
"method": "POST",
"class": "export",
"href": "/api/device/exchangehybrid/App/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/device/exchangehybrid/App/export_bulkload_template/?hierarchy=[hierarchy]",
"support_async": false,
"title": "Export Bulk Load Template"
}
},
{
"configuration_template": {
"method": "GET",
"class": "config",
"href": "/api/device/exchangehybrid/App/configuration_template/?hierarchy=[hierarchy]",
"support_async": false,
"title": "Configuration Template"
}
},
{
"field_display_policy": {
"method": "GET",
"class": "display_policy",
"href": "/api/device/exchangehybrid/App/field_display_policy/?hierarchy=[hierarchy]",
"support_async": false,
"title": "Field Display Policy"
}
},
{
"list": {
"method": "GET",
"class": "list",
"href": "/api/device/exchangehybrid/App/?hierarchy=[hierarchy]",
"support_async": false,
"title": "List"
}
},
{
"help": {
"method": "GET",
"class": "help",
"href": "/api/device/exchangehybrid/App/help?hierarchy=[hierarchy]",
"support_async": false,
"title": "Help"
}
},
{
"purge": {
"method": "POST",
"class": "purge",
"href": "/api/device/exchangehybrid/App/purge/?hierarchy=[hierarchy]",
"support_async": false,
"title": "Purge"
}
}
]
},
"resources": []
}
| Task | Call | URL | Parameters | Response |
|---|---|---|---|---|
| Get the on-line Help for device/exchangehybrid/App. | GET | /api/device/exchangehybrid/App/help | hierarchy=[hierarchy] | On-line help of Model ref.: device/exchangehybrid/App as HTML |
| Task | Call | URL | Parameters | Response |
|---|---|---|---|---|
| Purge | POST | /api/device/exchangehybrid/App/purge/ |
|
| Task | Call | URL | Parameters | Payload |
|---|---|---|---|---|
| Modify | PUT | /api/device/exchangehybrid/App/[pkid] | hierarchy=[hierarchy] | (For payload specification) |
For Bulk modification, refer to the Bulk Modify section.
| Task | Call | URL | Parameters | Response |
|---|---|---|---|---|
| Delete | DELETE | /api/device/exchangehybrid/App/[pkid] | hierarchy=[hierarchy] |
| Task | Call | URL | Parameters | Response |
|---|---|---|---|---|
| Clone instance with [pkid]. The schema rules are applied. | GET | /api/device/exchangehybrid/App/[pkid]/clone/?schema=&schema_rules=true |
|
A JSON payload with:
|
GET http://[host-proxy]/api/device/exchangehybrid/App/?hierarchy=[hierarchy]&format=json
| Task | Call | URL | Parameters | Payload |
|---|---|---|---|---|
| Move | POST | /api/tool/DataMove/[pkid]/?model_type=device/exchangehybrid/App | 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/exchangehybrid/App; optionally with tag_version at [version] and Configuration Template as [configtemplate]. | GET | /api/device/exchangehybrid/App/[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/exchangehybrid/App and the JSON format can be used to import instances of device/exchangehybrid/App.
For Bulk Export, refer to the Bulk Export section.
| Task | Call | URL | Parameters | Response |
|---|---|---|---|---|
| Get | GET | /api/device/exchangehybrid/App/[pkid] | hierarchy=[hierarchy] | The device/exchangehybrid/App instance with [pkid]. |
| Task | Call | URL | Parameters | Response |
|---|---|---|---|---|
| Help | GET | /api/device/exchangehybrid/App/[pkid]/help | hierarchy=[hierarchy] | The on-line Help for device/exchangehybrid/App. |
| Task | Call | URL | Parameters | Payload |
|---|---|---|---|---|
| Powershell Disable | POST | /api/device/exchangehybrid/App/[pkid]/+powershell_disable | hierarchy=[hierarchy] | If payload required: |
| Task | Call | URL | Parameters | Payload |
|---|---|---|---|---|
| Powershell Enable | POST | /api/device/exchangehybrid/App/[pkid]/+powershell_enable | hierarchy=[hierarchy] | If payload required: |
| Task | Call | URL | Parameters | Payload |
|---|---|---|---|---|
| Purge | POST | /api/device/exchangehybrid/App/[pkid]/purge | hierarchy=[hierarchy] | If payload required: |