GET googleplay/applications/{packageName}/configurationSchema
Returns a list of Google Play application restrictions.
Remarks
C4M Error Code returned:
- 200 - Ok - A list of all restrictions of the application managed by Google Play. 
- 400 - BadRequest - C4M Error Code returned: - EnvironmentWithoutAndroidForWorkEnterprise - This is an environment that does not have an Android for Work enterprise bound. 
 - 401 - NotFound - C4M Error Code returned: - ApplicationNotFound - Do not found the application. 
 
Request Information
Parameters
| Name | Description | Additional information | 
|---|---|---|
| packageName | The application package name. | Define this parameter in the request URI. | 
Response Information
A list of all restrictions of the application managed by Google Play.
Response body formats
application/json, text/json
[
  {
    "configurationType": 0,
    "defaultValue": {},
    "description": "sample string 2",
    "key": "sample string 3",
    "nestedConfiguration": [
      {
        "configurationType": 0,
        "defaultValue": null,
        "description": null,
        "key": null,
        "nestedConfiguration": null,
        "options": null,
        "title": null
      },
      {
        "configurationType": 0,
        "defaultValue": null,
        "description": null,
        "key": null,
        "nestedConfiguration": null,
        "options": null,
        "title": null
      }
    ],
    "options": [
      {
        "title": null,
        "value": null
      },
      {
        "title": null,
        "value": null
      }
    ],
    "title": "sample string 4"
  },
  {
    "configurationType": 0,
    "defaultValue": {},
    "description": "sample string 2",
    "key": "sample string 3",
    "nestedConfiguration": [
      {
        "configurationType": 0,
        "defaultValue": null,
        "description": null,
        "key": null,
        "nestedConfiguration": null,
        "options": null,
        "title": null
      },
      {
        "configurationType": 0,
        "defaultValue": null,
        "description": null,
        "key": null,
        "nestedConfiguration": null,
        "options": null,
        "title": null
      }
    ],
    "options": [
      {
        "title": null,
        "value": null
      },
      {
        "title": null,
        "value": null
      }
    ],
    "title": "sample string 4"
  }
]