v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-1443136141.7 KB

Retrieves information about a specific configuration version.

get/applications/{ApplicationId}/configurationprofiles/{ConfigurationProfileId}/hostedconfigurationversions/{VersionNumber}

Path parameters

ApplicationIdstring required

The application ID.

ConfigurationProfileIdstring required

The configuration profile ID.

VersionNumberinteger required

The version.

Response

Success

Contentstring password

The content of the configuration or the configuration data.

Example response

{
  "ApplicationId": "339ohji",
  "ConfigurationProfileId": "ur8hx2f",
  "ContentType": "application/json",
  "VersionNumber": 1
}