{ "uuid": "62b4d7eb-18f1-48ff-bbdc-2847e4fc3386", "lastMigration": 29, "name": "Google Play EMM API", "endpointPrefix": "", "latency": 0, "port": 3000, "hostname": "", "routes": [ { "uuid": "34375813-000d-46f8-9bef-4d8071983a36", "documentation": "Looks up an enterprise by domain name. This is only supported for enterprises created via the Google-initiated creation flow. Lookup of the id is not needed for enterprises created via the EMM-initiated flow since the EMM learns the enterprise ID in the callback specified in the Enterprises.generateSignupUrl call.", "method": "get", "endpoint": "androidenterprise/v1/enterprises", "responses": [ { "uuid": "25c67a98-5995-4a1c-afe1-9d76c5a6a560", "body": "{\n \"enterprise\": [\n {\n \"administrator\": [\n {\n \"email\": \"\"\n }\n ],\n \"id\": \"\",\n \"name\": \"\",\n \"primaryDomain\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 200, "label": "Successful response", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "637b8222-0756-41a0-9c4b-693934bbc6f8", "documentation": "Acknowledges notifications that were received from Enterprises.PullNotificationSet to prevent subsequent calls from returning the same notifications.", "method": "post", "endpoint": "androidenterprise/v1/enterprises/acknowledgeNotificationSet", "responses": [ { "uuid": "de474fb5-898a-4a1e-b929-a4b43885b983", "body": "", "latency": 0, "statusCode": 200, "label": "Successful response", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "50a4e6b9-5f0e-44fa-9503-c7021fc093ff", "documentation": "Completes the signup flow, by specifying the Completion token and Enterprise token. This request must not be called multiple times for a given Enterprise Token.", "method": "post", "endpoint": "androidenterprise/v1/enterprises/completeSignup", "responses": [ { "uuid": "c126f9a6-c14a-4577-93d7-8bb20bc5e20d", "body": "{\n \"administrator\": [\n {\n \"email\": \"\"\n }\n ],\n \"id\": \"\",\n \"name\": \"\",\n \"primaryDomain\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "Successful response", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "d3ea018f-0890-41f5-a629-81a814ee501e", "documentation": "Enrolls an enterprise with the calling EMM.", "method": "post", "endpoint": "androidenterprise/v1/enterprises/enroll", "responses": [ { "uuid": "5cc96080-29a1-497e-aecf-f3642b6d04ff", "body": "{\n \"administrator\": [\n {\n \"email\": \"\"\n }\n ],\n \"id\": \"\",\n \"name\": \"\",\n \"primaryDomain\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "Successful response", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "4768bda1-db63-4759-aadf-1600e472c1b4", "documentation": "Pulls and returns a notification set for the enterprises associated with the service account authenticated for the request. The notification set may be empty if no notification are pending. A notification set returned needs to be acknowledged within 20 seconds by calling Enterprises.AcknowledgeNotificationSet, unless the notification set is empty. Notifications that are not acknowledged within the 20 seconds will eventually be included again in the response to another PullNotificationSet request, and those that are never acknowledged will ultimately be deleted according to the Google Cloud Platform Pub/Sub system policy. Multiple requests might be performed concurrently to retrieve notifications, in which case the pending notifications (if any) will be split among each caller, if any are pending. If no notifications are present, an empty notification list is returned. Subsequent requests may return more notifications once they become available.", "method": "post", "endpoint": "androidenterprise/v1/enterprises/pullNotificationSet", "responses": [ { "uuid": "9621e536-b012-48b5-a4bd-f6b6041392e0", "body": "{\n \"notification\": [\n {\n \"appRestrictionsSchemaChangeEvent\": {\n \"productId\": \"\"\n },\n \"appUpdateEvent\": {\n \"productId\": \"\"\n },\n \"deviceReportUpdateEvent\": {\n \"deviceId\": \"\",\n \"report\": {\n \"appState\": [\n {\n \"keyedAppState\": [\n {\n \"data\": \"\",\n \"key\": \"\",\n \"message\": \"\",\n \"severity\": \"{{oneOf (array 'severityUnknown' 'severityInfo' 'severityError')}}\",\n \"stateTimestampMillis\": \"\"\n }\n ],\n \"packageName\": \"\"\n }\n ],\n \"lastUpdatedTimestampMillis\": \"\"\n },\n \"userId\": \"\"\n },\n \"enterpriseId\": \"\",\n \"installFailureEvent\": {\n \"deviceId\": \"\",\n \"failureDetails\": \"\",\n \"failureReason\": \"{{oneOf (array 'unknown' 'timeout')}}\",\n \"productId\": \"\",\n \"userId\": \"\"\n },\n \"newDeviceEvent\": {\n \"deviceId\": \"\",\n \"dpcPackageName\": \"\",\n \"managementType\": \"{{oneOf (array 'managedDevice' 'managedProfile')}}\",\n \"userId\": \"\"\n },\n \"newPermissionsEvent\": {\n \"approvedPermissions\": [\n \"\"\n ],\n \"productId\": \"\",\n \"requestedPermissions\": [\n \"\"\n ]\n },\n \"notificationType\": \"{{oneOf (array 'unknown' 'testNotification' 'productApproval' 'installFailure' 'appUpdate' 'newPermissions' 'appRestricionsSchemaChange' 'productAvailabilityChange' 'newDevice' 'deviceReportUpdate')}}\",\n \"productApprovalEvent\": {\n \"approved\": \"{{oneOf (array 'unknown' 'approved' 'unapproved')}}\",\n \"productId\": \"\"\n },\n \"productAvailabilityChangeEvent\": {\n \"availabilityStatus\": \"{{oneOf (array 'unknown' 'available' 'removed' 'unpublished')}}\",\n \"productId\": \"\"\n },\n \"timestampMillis\": \"\"\n }\n ],\n \"notificationSetId\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "Successful response", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "7f322530-3894-4b1b-8e84-1e73091516c7", "documentation": "Generates a sign-up URL.", "method": "post", "endpoint": "androidenterprise/v1/enterprises/signupUrl", "responses": [ { "uuid": "d9c9904d-7bc8-48fa-9ea8-e0565736bafa", "body": "{\n \"completionToken\": \"\",\n \"kind\": \"\",\n \"url\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "Successful response", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "b8ebcea4-642f-4b2f-825d-0a12777c5af8", "documentation": "Retrieves the name and domain of an enterprise.", "method": "get", "endpoint": "androidenterprise/v1/enterprises/:enterpriseId", "responses": [ { "uuid": "87109177-aeab-48ae-88ed-94e37119ca35", "body": "{\n \"administrator\": [\n {\n \"email\": \"\"\n }\n ],\n \"id\": \"\",\n \"name\": \"\",\n \"primaryDomain\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "Successful response", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "fbcfe7d3-aee4-4541-a68a-97af79fff962", "documentation": "Sets the account that will be used to authenticate to the API as the enterprise.", "method": "put", "endpoint": "androidenterprise/v1/enterprises/:enterpriseId/account", "responses": [ { "uuid": "dfdce615-8770-403c-be5b-31c5ec4f89ef", "body": "{\n \"accountEmail\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "Successful response", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "248c39d0-675f-44a7-af3f-f54ef90da8ab", "documentation": "Returns a unique token to access an embeddable UI. To generate a web UI, pass the generated token into the managed Google Play javascript API. Each token may only be used to start one UI session. See the javascript API documentation for further information.", "method": "post", "endpoint": "androidenterprise/v1/enterprises/:enterpriseId/createWebToken", "responses": [ { "uuid": "8cee6c05-0e8d-49b0-a7a8-ebbc9be7a4f9", "body": "{\n \"token\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "Successful response", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "7703dd20-a574-49cc-80c1-59ebbe817570", "documentation": "Retrieves IDs of all products for which the enterprise has a group license. **Note:** This item has been deprecated. New integrations cannot use this method and can refer to our new recommendations.", "method": "get", "endpoint": "androidenterprise/v1/enterprises/:enterpriseId/groupLicenses", "responses": [ { "uuid": "fbd9a9fa-9dbe-4040-8f59-b33ad7f0f88b", "body": "{\n \"groupLicense\": [\n {\n \"acquisitionKind\": \"{{oneOf (array 'free' 'bulkPurchase')}}\",\n \"approval\": \"{{oneOf (array 'approved' 'unapproved')}}\",\n \"numProvisioned\": {{faker 'number.int' max=99999}},\n \"numPurchased\": {{faker 'number.int' max=99999}},\n \"permissions\": \"{{oneOf (array 'currentApproved' 'needsReapproval' 'allCurrentAndFutureApproved')}}\",\n \"productId\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 200, "label": "Successful response", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "b7bfdf1f-757a-4278-a77e-26e23706a124", "documentation": "Retrieves details of an enterprise's group license for a product. **Note:** This item has been deprecated. New integrations cannot use this method and can refer to our new recommendations.", "method": "get", "endpoint": "androidenterprise/v1/enterprises/:enterpriseId/groupLicenses/:groupLicenseId", "responses": [ { "uuid": "92d4a74e-23be-468e-b638-b87c1e520362", "body": "{\n \"acquisitionKind\": \"{{oneOf (array 'free' 'bulkPurchase')}}\",\n \"approval\": \"{{oneOf (array 'approved' 'unapproved')}}\",\n \"numProvisioned\": {{faker 'number.int' max=99999}},\n \"numPurchased\": {{faker 'number.int' max=99999}},\n \"permissions\": \"{{oneOf (array 'currentApproved' 'needsReapproval' 'allCurrentAndFutureApproved')}}\",\n \"productId\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "Successful response", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "03ce50fc-5429-4bc3-8a43-274eba35b0c5", "documentation": "Retrieves the IDs of the users who have been granted entitlements under the license. **Note:** This item has been deprecated. New integrations cannot use this method and can refer to our new recommendations.", "method": "get", "endpoint": "androidenterprise/v1/enterprises/:enterpriseId/groupLicenses/:groupLicenseId/users", "responses": [ { "uuid": "949bed53-15cf-412e-812d-25da65f42904", "body": "{\n \"user\": [\n {\n \"accountIdentifier\": \"\",\n \"accountType\": \"{{oneOf (array 'deviceAccount' 'userAccount')}}\",\n \"displayName\": \"\",\n \"id\": \"\",\n \"managementType\": \"{{oneOf (array 'googleManaged' 'emmManaged')}}\",\n \"primaryEmail\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 200, "label": "Successful response", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "11049e59-581c-4879-a3aa-7c976a5aedda", "documentation": "Finds approved products that match a query, or all approved products if there is no query. **Note:** This item has been deprecated. New integrations cannot use this method and can refer to our new recommendations. ", "method": "get", "endpoint": "androidenterprise/v1/enterprises/:enterpriseId/products", "responses": [ { "uuid": "54e1adb4-6cc5-4916-8255-8451ae6c7739", "body": "\"\"", "latency": 0, "statusCode": 200, "label": "Successful response", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "0454faca-ec3e-4c78-a2bb-367fe3acaba5", "documentation": "Retrieves details of a product for display to an enterprise admin.", "method": "get", "endpoint": "androidenterprise/v1/enterprises/:enterpriseId/products/:productId", "responses": [ { "uuid": "b9db16b9-7abe-4c0f-8b12-b00668ee2467", "body": "\"\"", "latency": 0, "statusCode": 200, "label": "Successful response", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "cfdba3c9-20b1-45a7-a2c4-fab19716c3da", "documentation": "Retrieves the schema that defines the configurable properties for this product. All products have a schema, but this schema may be empty if no managed configurations have been defined. This schema can be used to populate a UI that allows an admin to configure the product. To apply a managed configuration based on the schema obtained using this API, see Managed Configurations through Play.", "method": "get", "endpoint": "androidenterprise/v1/enterprises/:enterpriseId/products/:productId/appRestrictionsSchema", "responses": [ { "uuid": "7fc26259-4c25-407a-8e92-5edadbb08ee8", "body": "\"\"", "latency": 0, "statusCode": 200, "label": "Successful response", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "a61723a4-2eee-46e4-9bd7-5492c278047a", "documentation": " Approves the specified product and the relevant app permissions, if any. The maximum number of products that you can approve per enterprise customer is 1,000. To learn how to use managed Google Play to design and create a store layout to display approved products to your users, see Store Layout Design. **Note:** This item has been deprecated. New integrations cannot use this method and can refer to our new recommendations. ", "method": "post", "endpoint": "androidenterprise/v1/enterprises/:enterpriseId/products/:productId/approve", "responses": [ { "uuid": "0dfce861-6a4d-4e73-a185-8e2ceceb15df", "body": "", "latency": 0, "statusCode": 200, "label": "Successful response", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "e93cc0ef-b2a5-4e30-9c44-fa14eae8d61c", "documentation": "Generates a URL that can be rendered in an iframe to display the permissions (if any) of a product. An enterprise admin must view these permissions and accept them on behalf of their organization in order to approve that product. Admins should accept the displayed permissions by interacting with a separate UI element in the EMM console, which in turn should trigger the use of this URL as the approvalUrlInfo.approvalUrl property in a Products.approve call to approve the product. This URL can only be used to display permissions for up to 1 day. **Note:** This item has been deprecated. New integrations cannot use this method and can refer to our new recommendations. ", "method": "post", "endpoint": "androidenterprise/v1/enterprises/:enterpriseId/products/:productId/generateApprovalUrl", "responses": [ { "uuid": "14356dc9-9eb5-46fe-b0d5-254316663946", "body": "{\n \"url\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "Successful response", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "399bd1a4-2057-4580-8054-0de8929544b2", "documentation": "Lists all the managed configurations settings for the specified app.", "method": "get", "endpoint": "androidenterprise/v1/enterprises/:enterpriseId/products/:productId/managedConfigurationsSettings", "responses": [ { "uuid": "c200515d-4452-4642-ae8e-6dfd5270764a", "body": "{\n \"managedConfigurationsSettings\": [\n {\n \"lastUpdatedTimestampMillis\": \"\",\n \"mcmId\": \"\",\n \"name\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 200, "label": "Successful response", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "e966b1a3-58b0-424e-8fd6-b65f67920ab3", "documentation": "Retrieves the Android app permissions required by this app.", "method": "get", "endpoint": "androidenterprise/v1/enterprises/:enterpriseId/products/:productId/permissions", "responses": [ { "uuid": "ea51b076-40cf-48b7-8bdd-98d072129573", "body": "{\n \"permission\": [\n {\n \"permissionId\": \"\",\n \"state\": \"{{oneOf (array 'required' 'accepted')}}\"\n }\n ],\n \"productId\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "Successful response", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "6fec238a-fbd0-47db-9c92-2fb0d84801fb", "documentation": "Unapproves the specified product (and the relevant app permissions, if any) **Note:** This item has been deprecated. New integrations cannot use this method and can refer to our new recommendations.", "method": "post", "endpoint": "androidenterprise/v1/enterprises/:enterpriseId/products/:productId/unapprove", "responses": [ { "uuid": "8ebcf91a-5d70-49be-8dc1-8ba4a6ec205f", "body": "", "latency": 0, "statusCode": 200, "label": "Successful response", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "6cbb470b-81b3-4222-9077-c1826084afbf", "documentation": "Sends a test notification to validate the EMM integration with the Google Cloud Pub/Sub service for this enterprise.", "method": "post", "endpoint": "androidenterprise/v1/enterprises/:enterpriseId/sendTestPushNotification", "responses": [ { "uuid": "242f3de6-92ed-441e-a173-c586377380bc", "body": "{\n \"messageId\": \"\",\n \"topicName\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "Successful response", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "6ccf1c4a-ddce-4461-98ee-788ff345b7f5", "documentation": "Returns a service account and credentials. The service account can be bound to the enterprise by calling setAccount. The service account is unique to this enterprise and EMM, and will be deleted if the enterprise is unbound. The credentials contain private key data and are not stored server-side. This method can only be called after calling Enterprises.Enroll or Enterprises.CompleteSignup, and before Enterprises.SetAccount; at other times it will return an error. Subsequent calls after the first will generate a new, unique set of credentials, and invalidate the previously generated credentials. Once the service account is bound to the enterprise, it can be managed using the serviceAccountKeys resource.", "method": "get", "endpoint": "androidenterprise/v1/enterprises/:enterpriseId/serviceAccount", "responses": [ { "uuid": "f80f4bf9-0e2a-4c2a-818a-ec5add063fb4", "body": "{\n \"key\": {\n \"data\": \"\",\n \"id\": \"\",\n \"publicData\": \"\",\n \"type\": \"{{oneOf (array 'googleCredentials' 'pkcs12')}}\"\n },\n \"name\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "Successful response", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "bdc33304-3294-42f1-9ee8-46c5adbe2029", "documentation": "Lists all active credentials for the service account associated with this enterprise. Only the ID and key type are returned. The calling service account must have been retrieved by calling Enterprises.GetServiceAccount and must have been set as the enterprise service account by calling Enterprises.SetAccount.", "method": "get", "endpoint": "androidenterprise/v1/enterprises/:enterpriseId/serviceAccountKeys", "responses": [ { "uuid": "1eed0e29-e834-4793-b857-85d4fdc06ec9", "body": "{\n \"serviceAccountKey\": [\n {\n \"data\": \"\",\n \"id\": \"\",\n \"publicData\": \"\",\n \"type\": \"{{oneOf (array 'googleCredentials' 'pkcs12')}}\"\n }\n ]\n}", "latency": 0, "statusCode": 200, "label": "Successful response", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "41dd5d56-46a3-449f-8cf8-b98fae78dfbb", "documentation": "Generates new credentials for the service account associated with this enterprise. The calling service account must have been retrieved by calling Enterprises.GetServiceAccount and must have been set as the enterprise service account by calling Enterprises.SetAccount. Only the type of the key should be populated in the resource to be inserted.", "method": "post", "endpoint": "androidenterprise/v1/enterprises/:enterpriseId/serviceAccountKeys", "responses": [ { "uuid": "373715f1-6ce4-42d6-865a-4d1e48a9399a", "body": "{\n \"data\": \"\",\n \"id\": \"\",\n \"publicData\": \"\",\n \"type\": \"{{oneOf (array 'googleCredentials' 'pkcs12')}}\"\n}", "latency": 0, "statusCode": 200, "label": "Successful response", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "24421f3d-634b-47f9-959a-1974d3518cb1", "documentation": "Removes and invalidates the specified credentials for the service account associated with this enterprise. The calling service account must have been retrieved by calling Enterprises.GetServiceAccount and must have been set as the enterprise service account by calling Enterprises.SetAccount.", "method": "delete", "endpoint": "androidenterprise/v1/enterprises/:enterpriseId/serviceAccountKeys/:keyId", "responses": [ { "uuid": "c7ecbd64-1475-4ec5-8dcf-ff2fcc4f2747", "body": "", "latency": 0, "statusCode": 200, "label": "Successful response", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "e047e46b-9526-46ec-a253-43978a61d52b", "documentation": "Returns the store layout for the enterprise. If the store layout has not been set, returns \"basic\" as the store layout type and no homepage.", "method": "get", "endpoint": "androidenterprise/v1/enterprises/:enterpriseId/storeLayout", "responses": [ { "uuid": "eb653128-c49c-402b-85d2-d3911680a024", "body": "{\n \"homepageId\": \"\",\n \"storeLayoutType\": \"{{oneOf (array 'unknown' 'basic' 'custom')}}\"\n}", "latency": 0, "statusCode": 200, "label": "Successful response", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "dcecdc58-8eac-4201-a9cd-d3b9e91054e0", "documentation": "Sets the store layout for the enterprise. By default, storeLayoutType is set to \"basic\" and the basic store layout is enabled. The basic layout only contains apps approved by the admin, and that have been added to the available product set for a user (using the setAvailableProductSet call). Apps on the page are sorted in order of their product ID value. If you create a custom store layout (by setting storeLayoutType = \"custom\" and setting a homepage), the basic store layout is disabled.", "method": "put", "endpoint": "androidenterprise/v1/enterprises/:enterpriseId/storeLayout", "responses": [ { "uuid": "4c4f355d-7735-4e0d-a34d-b65db7d57cab", "body": "{\n \"homepageId\": \"\",\n \"storeLayoutType\": \"{{oneOf (array 'unknown' 'basic' 'custom')}}\"\n}", "latency": 0, "statusCode": 200, "label": "Successful response", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "41a8d9f8-96f0-41b1-a993-4bd514272bcd", "documentation": "Retrieves the details of all pages in the store.", "method": "get", "endpoint": "androidenterprise/v1/enterprises/:enterpriseId/storeLayout/pages", "responses": [ { "uuid": "356693e1-8e42-4818-a0d7-6ce274e67fde", "body": "{\n \"page\": [\n {\n \"id\": \"\",\n \"link\": [\n \"\"\n ],\n \"name\": [\n {\n \"locale\": \"\",\n \"text\": \"\"\n }\n ]\n }\n ]\n}", "latency": 0, "statusCode": 200, "label": "Successful response", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "ae648305-2d08-42b9-83b7-77198a1b9fcc", "documentation": "Inserts a new store page.", "method": "post", "endpoint": "androidenterprise/v1/enterprises/:enterpriseId/storeLayout/pages", "responses": [ { "uuid": "583770c1-7867-42c4-ab4d-a38274dda986", "body": "{\n \"id\": \"\",\n \"link\": [\n \"\"\n ],\n \"name\": [\n {\n \"locale\": \"\",\n \"text\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 200, "label": "Successful response", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "8ae33ae8-ba15-477a-a233-8f00294dae8c", "documentation": "Deletes a store page.", "method": "delete", "endpoint": "androidenterprise/v1/enterprises/:enterpriseId/storeLayout/pages/:pageId", "responses": [ { "uuid": "6809f636-22c3-4e30-b276-43d8d6ee4ddd", "body": "", "latency": 0, "statusCode": 200, "label": "Successful response", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "c5bf2c2c-c445-40eb-8293-bbc3a67fd33a", "documentation": "Retrieves details of a store page.", "method": "get", "endpoint": "androidenterprise/v1/enterprises/:enterpriseId/storeLayout/pages/:pageId", "responses": [ { "uuid": "a5bfe5d5-729d-4836-ba84-ed09b1c15d70", "body": "{\n \"id\": \"\",\n \"link\": [\n \"\"\n ],\n \"name\": [\n {\n \"locale\": \"\",\n \"text\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 200, "label": "Successful response", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "320a079f-6e93-424e-a4a5-ad38d0631b73", "documentation": "Updates the content of a store page.", "method": "put", "endpoint": "androidenterprise/v1/enterprises/:enterpriseId/storeLayout/pages/:pageId", "responses": [ { "uuid": "dc8bf02b-1e95-4e58-a3ec-736de9bd31d9", "body": "{\n \"id\": \"\",\n \"link\": [\n \"\"\n ],\n \"name\": [\n {\n \"locale\": \"\",\n \"text\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 200, "label": "Successful response", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "7e4f4dd8-78db-4251-b32e-079aa0840e11", "documentation": "Retrieves the details of all clusters on the specified page.", "method": "get", "endpoint": "androidenterprise/v1/enterprises/:enterpriseId/storeLayout/pages/:pageId/clusters", "responses": [ { "uuid": "a88feaeb-f3b2-4067-b989-bd44f6d26642", "body": "{\n \"cluster\": [\n {\n \"id\": \"\",\n \"name\": [\n {\n \"locale\": \"\",\n \"text\": \"\"\n }\n ],\n \"orderInPage\": \"\",\n \"productId\": [\n \"\"\n ]\n }\n ]\n}", "latency": 0, "statusCode": 200, "label": "Successful response", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "861f87df-ba50-4cb6-ad36-68e23b362553", "documentation": "Inserts a new cluster in a page.", "method": "post", "endpoint": "androidenterprise/v1/enterprises/:enterpriseId/storeLayout/pages/:pageId/clusters", "responses": [ { "uuid": "231dafae-0d84-40a5-b67d-e2116ec0bdf8", "body": "{\n \"id\": \"\",\n \"name\": [\n {\n \"locale\": \"\",\n \"text\": \"\"\n }\n ],\n \"orderInPage\": \"\",\n \"productId\": [\n \"\"\n ]\n}", "latency": 0, "statusCode": 200, "label": "Successful response", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "36a4ade9-62db-4c3f-8755-02782227c033", "documentation": "Deletes a cluster.", "method": "delete", "endpoint": "androidenterprise/v1/enterprises/:enterpriseId/storeLayout/pages/:pageId/clusters/:clusterId", "responses": [ { "uuid": "38324766-ee67-48d7-bb6f-a5fe8bfc8d5e", "body": "", "latency": 0, "statusCode": 200, "label": "Successful response", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "682bc19e-77a7-4971-a359-58ccc64410b3", "documentation": "Retrieves details of a cluster.", "method": "get", "endpoint": "androidenterprise/v1/enterprises/:enterpriseId/storeLayout/pages/:pageId/clusters/:clusterId", "responses": [ { "uuid": "54d2fd83-5c30-4ef9-8c45-2fcae0b99ba9", "body": "{\n \"id\": \"\",\n \"name\": [\n {\n \"locale\": \"\",\n \"text\": \"\"\n }\n ],\n \"orderInPage\": \"\",\n \"productId\": [\n \"\"\n ]\n}", "latency": 0, "statusCode": 200, "label": "Successful response", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "9fcee17b-985d-44cd-9a94-6b2d642357d8", "documentation": "Updates a cluster.", "method": "put", "endpoint": "androidenterprise/v1/enterprises/:enterpriseId/storeLayout/pages/:pageId/clusters/:clusterId", "responses": [ { "uuid": "fa03d731-22fc-4938-913c-2abf173fb2d1", "body": "{\n \"id\": \"\",\n \"name\": [\n {\n \"locale\": \"\",\n \"text\": \"\"\n }\n ],\n \"orderInPage\": \"\",\n \"productId\": [\n \"\"\n ]\n}", "latency": 0, "statusCode": 200, "label": "Successful response", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "1b1cc0f4-62d4-42a2-9390-61f7ffb9a5b2", "documentation": "Unenrolls an enterprise from the calling EMM.", "method": "post", "endpoint": "androidenterprise/v1/enterprises/:enterpriseId/unenroll", "responses": [ { "uuid": "a5de3e7b-dfb8-420d-a31c-579bd17cf8df", "body": "", "latency": 0, "statusCode": 200, "label": "Successful response", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "228fa829-bf28-4466-8010-a06aeffabfad", "documentation": "Looks up a user by primary email address. This is only supported for Google-managed users. Lookup of the id is not needed for EMM-managed users because the id is already returned in the result of the Users.insert call.", "method": "get", "endpoint": "androidenterprise/v1/enterprises/:enterpriseId/users", "responses": [ { "uuid": "2e08f3d0-aae4-4348-9627-a0ecc1de527f", "body": "{\n \"user\": [\n {\n \"accountIdentifier\": \"\",\n \"accountType\": \"{{oneOf (array 'deviceAccount' 'userAccount')}}\",\n \"displayName\": \"\",\n \"id\": \"\",\n \"managementType\": \"{{oneOf (array 'googleManaged' 'emmManaged')}}\",\n \"primaryEmail\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 200, "label": "Successful response", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "18a3f4f7-dec6-45dc-af4f-34dcee562017", "documentation": "Creates a new EMM-managed user. The Users resource passed in the body of the request should include an accountIdentifier and an accountType. If a corresponding user already exists with the same account identifier, the user will be updated with the resource. In this case only the displayName field can be changed.", "method": "post", "endpoint": "androidenterprise/v1/enterprises/:enterpriseId/users", "responses": [ { "uuid": "168ca5fc-95fe-45cf-91fb-0038f7dc3604", "body": "{\n \"accountIdentifier\": \"\",\n \"accountType\": \"{{oneOf (array 'deviceAccount' 'userAccount')}}\",\n \"displayName\": \"\",\n \"id\": \"\",\n \"managementType\": \"{{oneOf (array 'googleManaged' 'emmManaged')}}\",\n \"primaryEmail\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "Successful response", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "096c7a51-fdcb-4d76-bf6e-4238aed14a9a", "documentation": "Deleted an EMM-managed user.", "method": "delete", "endpoint": "androidenterprise/v1/enterprises/:enterpriseId/users/:userId", "responses": [ { "uuid": "5287ced8-1c7d-46c0-b907-8c643b2cd255", "body": "", "latency": 0, "statusCode": 200, "label": "Successful response", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "785fdf4f-4d2a-4c0e-87b7-f8b187867da8", "documentation": "Retrieves a user's details.", "method": "get", "endpoint": "androidenterprise/v1/enterprises/:enterpriseId/users/:userId", "responses": [ { "uuid": "840cb338-bece-414c-abc3-a8d8e88ab921", "body": "{\n \"accountIdentifier\": \"\",\n \"accountType\": \"{{oneOf (array 'deviceAccount' 'userAccount')}}\",\n \"displayName\": \"\",\n \"id\": \"\",\n \"managementType\": \"{{oneOf (array 'googleManaged' 'emmManaged')}}\",\n \"primaryEmail\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "Successful response", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "e30a868f-35d2-4959-ae4d-287647134082", "documentation": "Updates the details of an EMM-managed user. Can be used with EMM-managed users only (not Google managed users). Pass the new details in the Users resource in the request body. Only the displayName field can be changed. Other fields must either be unset or have the currently active value.", "method": "put", "endpoint": "androidenterprise/v1/enterprises/:enterpriseId/users/:userId", "responses": [ { "uuid": "aad13aa5-24c0-4215-b965-768c510b7cbc", "body": "{\n \"accountIdentifier\": \"\",\n \"accountType\": \"{{oneOf (array 'deviceAccount' 'userAccount')}}\",\n \"displayName\": \"\",\n \"id\": \"\",\n \"managementType\": \"{{oneOf (array 'googleManaged' 'emmManaged')}}\",\n \"primaryEmail\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "Successful response", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "e570bd55-6838-4f4b-bc49-38c2e0be85ab", "documentation": "Generates an authentication token which the device policy client can use to provision the given EMM-managed user account on a device. The generated token is single-use and expires after a few minutes. You can provision a maximum of 10 devices per user. This call only works with EMM-managed accounts.", "method": "post", "endpoint": "androidenterprise/v1/enterprises/:enterpriseId/users/:userId/authenticationToken", "responses": [ { "uuid": "1514b2fa-ed6f-4848-a586-9a821355d10a", "body": "{\n \"token\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "Successful response", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "eca4587e-15d2-498e-a919-3b7b6d8d00c1", "documentation": "Retrieves the set of products a user is entitled to access. **Note:** This item has been deprecated. New integrations cannot use this method and can refer to our new recommendations.", "method": "get", "endpoint": "androidenterprise/v1/enterprises/:enterpriseId/users/:userId/availableProductSet", "responses": [ { "uuid": "d78990d5-90b0-455d-a5f5-94d5fe7d603c", "body": "{\n \"productId\": [\n \"\"\n ],\n \"productSetBehavior\": \"{{oneOf (array 'unknown' 'whitelist' 'includeAll' 'allApproved')}}\",\n \"productVisibility\": [\n {\n \"productId\": \"\",\n \"trackIds\": [\n \"\"\n ],\n \"tracks\": [\n \"{{oneOf (array 'appTrackUnspecified' 'production' 'beta' 'alpha')}}\"\n ]\n }\n ]\n}", "latency": 0, "statusCode": 200, "label": "Successful response", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "7fef8380-c4e5-4247-8992-c036d7a4ea95", "documentation": "Modifies the set of products that a user is entitled to access (referred to as *whitelisted* products). Only products that are approved or products that were previously approved (products with revoked approval) can be whitelisted. **Note:** This item has been deprecated. New integrations cannot use this method and can refer to our new recommendations.", "method": "put", "endpoint": "androidenterprise/v1/enterprises/:enterpriseId/users/:userId/availableProductSet", "responses": [ { "uuid": "fb069cc1-5a60-4fdd-9bd3-dc15ab7c4f5c", "body": "{\n \"productId\": [\n \"\"\n ],\n \"productSetBehavior\": \"{{oneOf (array 'unknown' 'whitelist' 'includeAll' 'allApproved')}}\",\n \"productVisibility\": [\n {\n \"productId\": \"\",\n \"trackIds\": [\n \"\"\n ],\n \"tracks\": [\n \"{{oneOf (array 'appTrackUnspecified' 'production' 'beta' 'alpha')}}\"\n ]\n }\n ]\n}", "latency": 0, "statusCode": 200, "label": "Successful response", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "6b432a5e-b827-4d6c-bcc1-91b6852ebcb7", "documentation": "Revokes access to all devices currently provisioned to the user. The user will no longer be able to use the managed Play store on any of their managed devices. This call only works with EMM-managed accounts.", "method": "delete", "endpoint": "androidenterprise/v1/enterprises/:enterpriseId/users/:userId/deviceAccess", "responses": [ { "uuid": "cf244f0c-dcb9-43d9-bde7-3908c8e32e05", "body": "", "latency": 0, "statusCode": 200, "label": "Successful response", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "53b5b9bc-cb8c-4cc2-8541-83693cc9ec43", "documentation": "Retrieves the IDs of all of a user's devices.", "method": "get", "endpoint": "androidenterprise/v1/enterprises/:enterpriseId/users/:userId/devices", "responses": [ { "uuid": "11cc1517-28af-4312-b86a-769dffed1e28", "body": "\"\"", "latency": 0, "statusCode": 200, "label": "Successful response", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "28e7cf75-b62b-4dd7-b9ca-246707810535", "documentation": "Retrieves the details of a device.", "method": "get", "endpoint": "androidenterprise/v1/enterprises/:enterpriseId/users/:userId/devices/:deviceId", "responses": [ { "uuid": "49c8a18d-36ce-4136-99fa-2bdbe6bc7a11", "body": "\"\"", "latency": 0, "statusCode": 200, "label": "Successful response", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "6caf6fac-43d7-47cc-9728-76040fa6f499", "documentation": "Updates the device policy. To ensure the policy is properly enforced, you need to prevent unmanaged accounts from accessing Google Play by setting the allowed_accounts in the managed configuration for the Google Play package. See restrict accounts in Google Play. When provisioning a new device, you should set the device policy using this method before adding the managed Google Play Account to the device, otherwise the policy will not be applied for a short period of time after adding the account to the device.", "method": "put", "endpoint": "androidenterprise/v1/enterprises/:enterpriseId/users/:userId/devices/:deviceId", "responses": [ { "uuid": "8cf8fef5-c17c-4cbe-9759-07d02d99b6b3", "body": "\"\"", "latency": 0, "statusCode": 200, "label": "Successful response", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "df930f90-75db-4337-afc2-3598c8ebe099", "documentation": "Uploads a report containing any changes in app states on the device since the last report was generated. You can call this method up to 3 times every 24 hours for a given device. If you exceed the quota, then the Google Play EMM API returns HTTP 429 Too Many Requests.", "method": "post", "endpoint": "androidenterprise/v1/enterprises/:enterpriseId/users/:userId/devices/:deviceId/forceReportUpload", "responses": [ { "uuid": "511063da-add1-4cf9-8116-ce5ffc42a23b", "body": "", "latency": 0, "statusCode": 200, "label": "Successful response", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "7ac36b28-626e-4391-8dd2-6d6b309a8ffa", "documentation": "Retrieves the details of all apps installed on the specified device.", "method": "get", "endpoint": "androidenterprise/v1/enterprises/:enterpriseId/users/:userId/devices/:deviceId/installs", "responses": [ { "uuid": "916a927f-62e8-4c8f-8c15-7036052ec3f3", "body": "{\n \"install\": [\n {\n \"installState\": \"{{oneOf (array 'installed' 'installPending')}}\",\n \"productId\": \"\",\n \"versionCode\": {{faker 'number.int' max=99999}}\n }\n ]\n}", "latency": 0, "statusCode": 200, "label": "Successful response", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "b6034af2-65ab-46d7-abf5-23c9f9893223", "documentation": "Requests to remove an app from a device. A call to get or list will still show the app as installed on the device until it is actually removed.", "method": "delete", "endpoint": "androidenterprise/v1/enterprises/:enterpriseId/users/:userId/devices/:deviceId/installs/:installId", "responses": [ { "uuid": "437fb484-cda6-4996-b753-735730e6f303", "body": "", "latency": 0, "statusCode": 200, "label": "Successful response", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "59361cf1-e558-4267-8a59-5ab0cd4d58c7", "documentation": "Retrieves details of an installation of an app on a device.", "method": "get", "endpoint": "androidenterprise/v1/enterprises/:enterpriseId/users/:userId/devices/:deviceId/installs/:installId", "responses": [ { "uuid": "77c44d9e-0ca2-4a19-9398-ebfba8dae715", "body": "{\n \"installState\": \"{{oneOf (array 'installed' 'installPending')}}\",\n \"productId\": \"\",\n \"versionCode\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 200, "label": "Successful response", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "4b9530a9-26a8-4eb9-b749-a7c558da3a3b", "documentation": "Requests to install the latest version of an app to a device. If the app is already installed, then it is updated to the latest version if necessary.", "method": "put", "endpoint": "androidenterprise/v1/enterprises/:enterpriseId/users/:userId/devices/:deviceId/installs/:installId", "responses": [ { "uuid": "cb5afae8-5aec-4e51-81cc-05a3da0edc03", "body": "{\n \"installState\": \"{{oneOf (array 'installed' 'installPending')}}\",\n \"productId\": \"\",\n \"versionCode\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 200, "label": "Successful response", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "26904eda-7cde-4b64-986f-368f138b5e32", "documentation": "Lists all the per-device managed configurations for the specified device. Only the ID is set.", "method": "get", "endpoint": "androidenterprise/v1/enterprises/:enterpriseId/users/:userId/devices/:deviceId/managedConfigurationsForDevice", "responses": [ { "uuid": "e8271d39-dfb8-4fb8-80f7-5b312f0a57e0", "body": "\"\"", "latency": 0, "statusCode": 200, "label": "Successful response", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "078f1046-0776-4492-a97b-6bd99c7c7527", "documentation": "Removes a per-device managed configuration for an app for the specified device.", "method": "delete", "endpoint": "androidenterprise/v1/enterprises/:enterpriseId/users/:userId/devices/:deviceId/managedConfigurationsForDevice/:managedConfigurationForDeviceId", "responses": [ { "uuid": "fec48512-c1af-4fcd-9115-7e66eadf044e", "body": "", "latency": 0, "statusCode": 200, "label": "Successful response", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "100a7cf0-723a-4a6b-8263-696071bdb8ac", "documentation": "Retrieves details of a per-device managed configuration.", "method": "get", "endpoint": "androidenterprise/v1/enterprises/:enterpriseId/users/:userId/devices/:deviceId/managedConfigurationsForDevice/:managedConfigurationForDeviceId", "responses": [ { "uuid": "f114accb-6d45-45fd-a859-2b0002adaa4b", "body": "\"\"", "latency": 0, "statusCode": 200, "label": "Successful response", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "4e863955-8fdc-4148-9d96-46102400a797", "documentation": "Adds or updates a per-device managed configuration for an app for the specified device.", "method": "put", "endpoint": "androidenterprise/v1/enterprises/:enterpriseId/users/:userId/devices/:deviceId/managedConfigurationsForDevice/:managedConfigurationForDeviceId", "responses": [ { "uuid": "4fbf8122-2568-46a7-bf49-1e1409f4fc17", "body": "\"\"", "latency": 0, "statusCode": 200, "label": "Successful response", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "aa3ed955-11cd-4687-a7bb-1dd31fc70364", "documentation": "Retrieves whether a device's access to Google services is enabled or disabled. The device state takes effect only if enforcing EMM policies on Android devices is enabled in the Google Admin Console. Otherwise, the device state is ignored and all devices are allowed access to Google services. This is only supported for Google-managed users.", "method": "get", "endpoint": "androidenterprise/v1/enterprises/:enterpriseId/users/:userId/devices/:deviceId/state", "responses": [ { "uuid": "6f480095-dbe2-4939-b746-b04d6927c33e", "body": "{\n \"accountState\": \"{{oneOf (array 'enabled' 'disabled')}}\"\n}", "latency": 0, "statusCode": 200, "label": "Successful response", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "6b476603-8ff7-4949-abc8-55e975637bc3", "documentation": "Sets whether a device's access to Google services is enabled or disabled. The device state takes effect only if enforcing EMM policies on Android devices is enabled in the Google Admin Console. Otherwise, the device state is ignored and all devices are allowed access to Google services. This is only supported for Google-managed users.", "method": "put", "endpoint": "androidenterprise/v1/enterprises/:enterpriseId/users/:userId/devices/:deviceId/state", "responses": [ { "uuid": "9c8b99c4-26f3-45be-a0fe-92e91c65252b", "body": "{\n \"accountState\": \"{{oneOf (array 'enabled' 'disabled')}}\"\n}", "latency": 0, "statusCode": 200, "label": "Successful response", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "939e1337-1f05-4e46-bc4f-8149140c9ffb", "documentation": "Lists all entitlements for the specified user. Only the ID is set. **Note:** This item has been deprecated. New integrations cannot use this method and can refer to our new recommendations.", "method": "get", "endpoint": "androidenterprise/v1/enterprises/:enterpriseId/users/:userId/entitlements", "responses": [ { "uuid": "2e242921-ad4e-4387-a8af-15c6a6dbc38d", "body": "{\n \"entitlement\": [\n {\n \"productId\": \"\",\n \"reason\": \"{{oneOf (array 'free' 'groupLicense' 'userPurchase')}}\"\n }\n ]\n}", "latency": 0, "statusCode": 200, "label": "Successful response", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "74ca86cf-b36d-4fd0-a3a8-7ddda88565bb", "documentation": "Removes an entitlement to an app for a user. **Note:** This item has been deprecated. New integrations cannot use this method and can refer to our new recommendations.", "method": "delete", "endpoint": "androidenterprise/v1/enterprises/:enterpriseId/users/:userId/entitlements/:entitlementId", "responses": [ { "uuid": "f474122a-8670-4bad-9922-547926373b49", "body": "", "latency": 0, "statusCode": 200, "label": "Successful response", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "e95ba8c1-a0ac-48d4-8cf4-148c29cce9c8", "documentation": "Retrieves details of an entitlement. **Note:** This item has been deprecated. New integrations cannot use this method and can refer to our new recommendations.", "method": "get", "endpoint": "androidenterprise/v1/enterprises/:enterpriseId/users/:userId/entitlements/:entitlementId", "responses": [ { "uuid": "c4a4ca7d-423c-4b7b-93ef-827e19a3ef30", "body": "{\n \"productId\": \"\",\n \"reason\": \"{{oneOf (array 'free' 'groupLicense' 'userPurchase')}}\"\n}", "latency": 0, "statusCode": 200, "label": "Successful response", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "9547a63e-686f-466b-89d8-1d802368c6bb", "documentation": "Adds or updates an entitlement to an app for a user. **Note:** This item has been deprecated. New integrations cannot use this method and can refer to our new recommendations.", "method": "put", "endpoint": "androidenterprise/v1/enterprises/:enterpriseId/users/:userId/entitlements/:entitlementId", "responses": [ { "uuid": "9eb31a64-7c8d-42d4-a59d-05e0a4224e14", "body": "{\n \"productId\": \"\",\n \"reason\": \"{{oneOf (array 'free' 'groupLicense' 'userPurchase')}}\"\n}", "latency": 0, "statusCode": 200, "label": "Successful response", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "5b3e8ec4-ea59-48ef-89e6-ca5d104bbd0c", "documentation": "Lists all the per-user managed configurations for the specified user. Only the ID is set.", "method": "get", "endpoint": "androidenterprise/v1/enterprises/:enterpriseId/users/:userId/managedConfigurationsForUser", "responses": [ { "uuid": "8311063b-4cba-4b8c-b665-fafcba12062c", "body": "\"\"", "latency": 0, "statusCode": 200, "label": "Successful response", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "035292b7-a4ee-4ae1-9224-1ed8c8a8e3b0", "documentation": "Removes a per-user managed configuration for an app for the specified user.", "method": "delete", "endpoint": "androidenterprise/v1/enterprises/:enterpriseId/users/:userId/managedConfigurationsForUser/:managedConfigurationForUserId", "responses": [ { "uuid": "7aadeec7-120c-421c-a76b-b8cbcf1bdd1e", "body": "", "latency": 0, "statusCode": 200, "label": "Successful response", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "5f8b9ef6-905e-4afa-93fd-18d65e8439c5", "documentation": "Retrieves details of a per-user managed configuration for an app for the specified user.", "method": "get", "endpoint": "androidenterprise/v1/enterprises/:enterpriseId/users/:userId/managedConfigurationsForUser/:managedConfigurationForUserId", "responses": [ { "uuid": "50f77fae-eef6-4845-a037-24b617682db0", "body": "\"\"", "latency": 0, "statusCode": 200, "label": "Successful response", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "fa542650-c898-4407-9404-4a128eb38c80", "documentation": "Adds or updates the managed configuration settings for an app for the specified user. If you support the Managed configurations iframe, you can apply managed configurations to a user by specifying an mcmId and its associated configuration variables (if any) in the request. Alternatively, all EMMs can apply managed configurations by passing a list of managed properties.", "method": "put", "endpoint": "androidenterprise/v1/enterprises/:enterpriseId/users/:userId/managedConfigurationsForUser/:managedConfigurationForUserId", "responses": [ { "uuid": "4c0d3fd1-6c19-46a6-bf5d-0cd9a6fcc19a", "body": "\"\"", "latency": 0, "statusCode": 200, "label": "Successful response", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "339d1b3c-2623-419e-b19c-00c400869c83", "documentation": "Retrieves the details of all web apps for a given enterprise.", "method": "get", "endpoint": "androidenterprise/v1/enterprises/:enterpriseId/webApps", "responses": [ { "uuid": "e6bc81c9-17f4-4160-8a87-0c1182d68442", "body": "{\n \"webApp\": [\n {\n \"displayMode\": \"{{oneOf (array 'displayModeUnspecified' 'minimalUi' 'standalone' 'fullScreen')}}\",\n \"icons\": [\n {\n \"imageData\": \"\"\n }\n ],\n \"isPublished\": {{faker 'datatype.boolean'}},\n \"startUrl\": \"\",\n \"title\": \"\",\n \"versionCode\": \"\",\n \"webAppId\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 200, "label": "Successful response", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "dca06b2b-9c8d-43dd-9c0f-79044c550252", "documentation": "Creates a new web app for the enterprise.", "method": "post", "endpoint": "androidenterprise/v1/enterprises/:enterpriseId/webApps", "responses": [ { "uuid": "5618af7d-722c-4ffe-9af9-7e7b4a21b4a9", "body": "{\n \"displayMode\": \"{{oneOf (array 'displayModeUnspecified' 'minimalUi' 'standalone' 'fullScreen')}}\",\n \"icons\": [\n {\n \"imageData\": \"\"\n }\n ],\n \"isPublished\": {{faker 'datatype.boolean'}},\n \"startUrl\": \"\",\n \"title\": \"\",\n \"versionCode\": \"\",\n \"webAppId\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "Successful response", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "d389c670-5e62-4836-8999-38eaae9a63d1", "documentation": "Deletes an existing web app.", "method": "delete", "endpoint": "androidenterprise/v1/enterprises/:enterpriseId/webApps/:webAppId", "responses": [ { "uuid": "29286e99-b2de-4733-a83a-4d1bf5ba5897", "body": "", "latency": 0, "statusCode": 200, "label": "Successful response", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "c02c0af1-5eb5-411d-b603-d9665b86f2a6", "documentation": "Gets an existing web app.", "method": "get", "endpoint": "androidenterprise/v1/enterprises/:enterpriseId/webApps/:webAppId", "responses": [ { "uuid": "0095d396-5e73-4192-88ab-696ca2d955a6", "body": "{\n \"displayMode\": \"{{oneOf (array 'displayModeUnspecified' 'minimalUi' 'standalone' 'fullScreen')}}\",\n \"icons\": [\n {\n \"imageData\": \"\"\n }\n ],\n \"isPublished\": {{faker 'datatype.boolean'}},\n \"startUrl\": \"\",\n \"title\": \"\",\n \"versionCode\": \"\",\n \"webAppId\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "Successful response", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "a75bfd80-8e8c-420b-85dd-349123ba02cd", "documentation": "Updates an existing web app.", "method": "put", "endpoint": "androidenterprise/v1/enterprises/:enterpriseId/webApps/:webAppId", "responses": [ { "uuid": "8fc05ba3-5a46-44d5-85a9-7166964481ef", "body": "{\n \"displayMode\": \"{{oneOf (array 'displayModeUnspecified' 'minimalUi' 'standalone' 'fullScreen')}}\",\n \"icons\": [\n {\n \"imageData\": \"\"\n }\n ],\n \"isPublished\": {{faker 'datatype.boolean'}},\n \"startUrl\": \"\",\n \"title\": \"\",\n \"versionCode\": \"\",\n \"webAppId\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "Successful response", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "e7477adb-7104-4b17-bcd8-4e3c663dde53", "documentation": "Retrieves details of an Android app permission for display to an enterprise admin.", "method": "get", "endpoint": "androidenterprise/v1/permissions/:permissionId", "responses": [ { "uuid": "ee9aedf5-8e29-46a1-875e-cfaa98a87276", "body": "{\n \"description\": \"\",\n \"name\": \"\",\n \"permissionId\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "Successful response", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" } ], "proxyMode": false, "proxyHost": "", "proxyRemovePrefix": false, "tlsOptions": { "enabled": false, "type": "CERT", "pfxPath": "", "certPath": "", "keyPath": "", "caPath": "", "passphrase": "" }, "cors": true, "headers": [], "proxyReqHeaders": [{ "key": "", "value": "" }], "proxyResHeaders": [{ "key": "", "value": "" }], "data": [], "folders": [], "rootChildren": [ { "type": "route", "uuid": "34375813-000d-46f8-9bef-4d8071983a36" }, { "type": "route", "uuid": "637b8222-0756-41a0-9c4b-693934bbc6f8" }, { "type": "route", "uuid": "50a4e6b9-5f0e-44fa-9503-c7021fc093ff" }, { "type": "route", "uuid": "d3ea018f-0890-41f5-a629-81a814ee501e" }, { "type": "route", "uuid": "4768bda1-db63-4759-aadf-1600e472c1b4" }, { "type": "route", "uuid": "7f322530-3894-4b1b-8e84-1e73091516c7" }, { "type": "route", "uuid": "b8ebcea4-642f-4b2f-825d-0a12777c5af8" }, { "type": "route", "uuid": "fbcfe7d3-aee4-4541-a68a-97af79fff962" }, { "type": "route", "uuid": "248c39d0-675f-44a7-af3f-f54ef90da8ab" }, { "type": "route", "uuid": "7703dd20-a574-49cc-80c1-59ebbe817570" }, { "type": "route", "uuid": "b7bfdf1f-757a-4278-a77e-26e23706a124" }, { "type": "route", "uuid": "03ce50fc-5429-4bc3-8a43-274eba35b0c5" }, { "type": "route", "uuid": "11049e59-581c-4879-a3aa-7c976a5aedda" }, { "type": "route", "uuid": "0454faca-ec3e-4c78-a2bb-367fe3acaba5" }, { "type": "route", "uuid": "cfdba3c9-20b1-45a7-a2c4-fab19716c3da" }, { "type": "route", "uuid": "a61723a4-2eee-46e4-9bd7-5492c278047a" }, { "type": "route", "uuid": "e93cc0ef-b2a5-4e30-9c44-fa14eae8d61c" }, { "type": "route", "uuid": "399bd1a4-2057-4580-8054-0de8929544b2" }, { "type": "route", "uuid": "e966b1a3-58b0-424e-8fd6-b65f67920ab3" }, { "type": "route", "uuid": "6fec238a-fbd0-47db-9c92-2fb0d84801fb" }, { "type": "route", "uuid": "6cbb470b-81b3-4222-9077-c1826084afbf" }, { "type": "route", "uuid": "6ccf1c4a-ddce-4461-98ee-788ff345b7f5" }, { "type": "route", "uuid": "bdc33304-3294-42f1-9ee8-46c5adbe2029" }, { "type": "route", "uuid": "41dd5d56-46a3-449f-8cf8-b98fae78dfbb" }, { "type": "route", "uuid": "24421f3d-634b-47f9-959a-1974d3518cb1" }, { "type": "route", "uuid": "e047e46b-9526-46ec-a253-43978a61d52b" }, { "type": "route", "uuid": "dcecdc58-8eac-4201-a9cd-d3b9e91054e0" }, { "type": "route", "uuid": "41a8d9f8-96f0-41b1-a993-4bd514272bcd" }, { "type": "route", "uuid": "ae648305-2d08-42b9-83b7-77198a1b9fcc" }, { "type": "route", "uuid": "8ae33ae8-ba15-477a-a233-8f00294dae8c" }, { "type": "route", "uuid": "c5bf2c2c-c445-40eb-8293-bbc3a67fd33a" }, { "type": "route", "uuid": "320a079f-6e93-424e-a4a5-ad38d0631b73" }, { "type": "route", "uuid": "7e4f4dd8-78db-4251-b32e-079aa0840e11" }, { "type": "route", "uuid": "861f87df-ba50-4cb6-ad36-68e23b362553" }, { "type": "route", "uuid": "36a4ade9-62db-4c3f-8755-02782227c033" }, { "type": "route", "uuid": "682bc19e-77a7-4971-a359-58ccc64410b3" }, { "type": "route", "uuid": "9fcee17b-985d-44cd-9a94-6b2d642357d8" }, { "type": "route", "uuid": "1b1cc0f4-62d4-42a2-9390-61f7ffb9a5b2" }, { "type": "route", "uuid": "228fa829-bf28-4466-8010-a06aeffabfad" }, { "type": "route", "uuid": "18a3f4f7-dec6-45dc-af4f-34dcee562017" }, { "type": "route", "uuid": "096c7a51-fdcb-4d76-bf6e-4238aed14a9a" }, { "type": "route", "uuid": "785fdf4f-4d2a-4c0e-87b7-f8b187867da8" }, { "type": "route", "uuid": "e30a868f-35d2-4959-ae4d-287647134082" }, { "type": "route", "uuid": "e570bd55-6838-4f4b-bc49-38c2e0be85ab" }, { "type": "route", "uuid": "eca4587e-15d2-498e-a919-3b7b6d8d00c1" }, { "type": "route", "uuid": "7fef8380-c4e5-4247-8992-c036d7a4ea95" }, { "type": "route", "uuid": "6b432a5e-b827-4d6c-bcc1-91b6852ebcb7" }, { "type": "route", "uuid": "53b5b9bc-cb8c-4cc2-8541-83693cc9ec43" }, { "type": "route", "uuid": "28e7cf75-b62b-4dd7-b9ca-246707810535" }, { "type": "route", "uuid": "6caf6fac-43d7-47cc-9728-76040fa6f499" }, { "type": "route", "uuid": "df930f90-75db-4337-afc2-3598c8ebe099" }, { "type": "route", "uuid": "7ac36b28-626e-4391-8dd2-6d6b309a8ffa" }, { "type": "route", "uuid": "b6034af2-65ab-46d7-abf5-23c9f9893223" }, { "type": "route", "uuid": "59361cf1-e558-4267-8a59-5ab0cd4d58c7" }, { "type": "route", "uuid": "4b9530a9-26a8-4eb9-b749-a7c558da3a3b" }, { "type": "route", "uuid": "26904eda-7cde-4b64-986f-368f138b5e32" }, { "type": "route", "uuid": "078f1046-0776-4492-a97b-6bd99c7c7527" }, { "type": "route", "uuid": "100a7cf0-723a-4a6b-8263-696071bdb8ac" }, { "type": "route", "uuid": "4e863955-8fdc-4148-9d96-46102400a797" }, { "type": "route", "uuid": "aa3ed955-11cd-4687-a7bb-1dd31fc70364" }, { "type": "route", "uuid": "6b476603-8ff7-4949-abc8-55e975637bc3" }, { "type": "route", "uuid": "939e1337-1f05-4e46-bc4f-8149140c9ffb" }, { "type": "route", "uuid": "74ca86cf-b36d-4fd0-a3a8-7ddda88565bb" }, { "type": "route", "uuid": "e95ba8c1-a0ac-48d4-8cf4-148c29cce9c8" }, { "type": "route", "uuid": "9547a63e-686f-466b-89d8-1d802368c6bb" }, { "type": "route", "uuid": "5b3e8ec4-ea59-48ef-89e6-ca5d104bbd0c" }, { "type": "route", "uuid": "035292b7-a4ee-4ae1-9224-1ed8c8a8e3b0" }, { "type": "route", "uuid": "5f8b9ef6-905e-4afa-93fd-18d65e8439c5" }, { "type": "route", "uuid": "fa542650-c898-4407-9404-4a128eb38c80" }, { "type": "route", "uuid": "339d1b3c-2623-419e-b19c-00c400869c83" }, { "type": "route", "uuid": "dca06b2b-9c8d-43dd-9c0f-79044c550252" }, { "type": "route", "uuid": "d389c670-5e62-4836-8999-38eaae9a63d1" }, { "type": "route", "uuid": "c02c0af1-5eb5-411d-b603-d9665b86f2a6" }, { "type": "route", "uuid": "a75bfd80-8e8c-420b-85dd-349123ba02cd" }, { "type": "route", "uuid": "e7477adb-7104-4b17-bcd8-4e3c663dde53" } ] }