curl --request GET \
--url https://managexrapi.com/v1/configurations/ \
--header 'Authorization: Basic <encoded-value>'{
"data": [
{
"id": "sFidGmedeQofSBcvRcyn",
"name": "Education",
"registrationCode": "f7GbHvH",
"deviceCount": 15,
"deviceExperienceMode": "HOME_SCREEN",
"vrContent": [
{
"id": "av_123",
"type": "managed",
"configurationDeployments": {
"config_123": 1,
"config_456": 0
},
"createdAt": 1645615777448,
"updatedAt": 1687352117203,
"versionCode": 83894522,
"versionName": "8.7.8.1206",
"versionLabel": "Quest",
"hidden": false,
"forceInstall": false,
"apkSize": 72633861,
"obbSize": 1024,
"selfHosted": true,
"apkUrl": "https://storage.example.com/apps/com.example.app.apk",
"obbUrl": "https://storage.example.com/apps/com.example.app.obb",
"sharingOrganizationName": "XR Developer",
"releaseChannelName": "Production",
"supportedDeviceModels": [
"Quest 3",
"Quest 3S",
"Pico 4 Ultra Enterprise"
]
}
],
"kioskVrContent": {
"type": "app",
"id": {
"packageName": "<string>",
"releaseChannel": "<string>",
"type": "shared"
}
},
"kioskVideoSettings": {
"loopVideo": true,
"loopVideoAfterNSecondsHeadsetOff": 30
},
"files": [
{
"id": "DLO133U5NFLMAL1",
"url": "https://storage.googleapis.com/managexr-files/org_456/files/file_123abc.mp4",
"name": "main_assets_all.bundle",
"size": 1204975930,
"md5": "7ah69cMtXyaz5OfsCRtOjQ==",
"description": "Content bundle for training app",
"libraryDirectoryPath": "/",
"deviceDirectoryPaths": [
"/Android/obb/com.managexr.exampleApp/files"
]
}
],
"wifiNetworks": [
{
"id": "wifi_abc123",
"ssid": "MyNetwork",
"nickname": "Office Wi-Fi",
"type": "WPA_ENTERPRISE"
}
]
}
]
}Retrieve all configurations.
curl --request GET \
--url https://managexrapi.com/v1/configurations/ \
--header 'Authorization: Basic <encoded-value>'{
"data": [
{
"id": "sFidGmedeQofSBcvRcyn",
"name": "Education",
"registrationCode": "f7GbHvH",
"deviceCount": 15,
"deviceExperienceMode": "HOME_SCREEN",
"vrContent": [
{
"id": "av_123",
"type": "managed",
"configurationDeployments": {
"config_123": 1,
"config_456": 0
},
"createdAt": 1645615777448,
"updatedAt": 1687352117203,
"versionCode": 83894522,
"versionName": "8.7.8.1206",
"versionLabel": "Quest",
"hidden": false,
"forceInstall": false,
"apkSize": 72633861,
"obbSize": 1024,
"selfHosted": true,
"apkUrl": "https://storage.example.com/apps/com.example.app.apk",
"obbUrl": "https://storage.example.com/apps/com.example.app.obb",
"sharingOrganizationName": "XR Developer",
"releaseChannelName": "Production",
"supportedDeviceModels": [
"Quest 3",
"Quest 3S",
"Pico 4 Ultra Enterprise"
]
}
],
"kioskVrContent": {
"type": "app",
"id": {
"packageName": "<string>",
"releaseChannel": "<string>",
"type": "shared"
}
},
"kioskVideoSettings": {
"loopVideo": true,
"loopVideoAfterNSecondsHeadsetOff": 30
},
"files": [
{
"id": "DLO133U5NFLMAL1",
"url": "https://storage.googleapis.com/managexr-files/org_456/files/file_123abc.mp4",
"name": "main_assets_all.bundle",
"size": 1204975930,
"md5": "7ah69cMtXyaz5OfsCRtOjQ==",
"description": "Content bundle for training app",
"libraryDirectoryPath": "/",
"deviceDirectoryPaths": [
"/Android/obb/com.managexr.exampleApp/files"
]
}
],
"wifiNetworks": [
{
"id": "wifi_abc123",
"ssid": "MyNetwork",
"nickname": "Office Wi-Fi",
"type": "WPA_ENTERPRISE"
}
]
}
]
}API key based authentication where API_KEY_ID:API_KEY_SECRET
Unique identifier of the organization.
Defaults to the organization associated with the API key when omitted.
A list of configurations
Show child attributes
Unique identifier of the configuration.
"sFidGmedeQofSBcvRcyn"
Name of the configuration.
"Education"
Configuration code (formerly known as registration code) used for enrollment.
"f7GbHvH"
Number of devices using the configuration.
15
Device experience set on the configuration. Default is Home Screen.
HOME_SCREEN, KIOSK, KIOSK_VIDEO, DEFAULT "HOME_SCREEN"
An array of VR content deployed on the configuration. Fields vary by content type. Objects are ordered in the manner they appear on the Home Screen.
Apps deployed on the configuration will include the attributes listed below
Show child attributes
Unique identifier of the app version
"av_123"
Type of the app version
managed, shared, external, instant "managed"
Creation timestamp
1645615777448
Last update timestamp
1687352117203
Version code of the app
83894522
Version name of the app
"8.7.8.1206"
Label for uniqueness among app versions
"Quest"
Whether the app is hidden from the VR home screen
false
When true uninstalls previous version of app before re-installing new version. Turn on Force Install if you need to downgrade or rollback an app version. Learn More
false
Size of the APK file in bytes
72633861
Size of the OBB file in bytes
1024
Whether the app is self-hosted
true
URL of the APK file (self-hosted apps only)
"https://storage.example.com/apps/com.example.app.apk"
URL of the OBB file (self-hosted apps only)
"https://storage.example.com/apps/com.example.app.obb"
Name of the organization sharing the app (shared apps only)
"XR Developer"
Name of the release channel (shared apps only)
"Production"
List of supported device models for Instant App (instant apps only)
[
"Quest 3",
"Quest 3S",
"Pico 4 Ultra Enterprise"
]Show child attributes
app "app"
Only relevant if configuration deviceExperienceMode is KIOSK_VIDEO
Show child attributes
Whether to play the video on loop
true
Reset video play position to the beginning after headset has been taken off for N seconds
0, 3, 10, 20, 30, 60, 300, 600 30
Files deployed on the configuration.
Show child attributes
Unique identifier of the file
"DLO133U5NFLMAL1"
Direct URL to download the file. If hosted on ManageXR, the link will begin with gs://. If self-hosted, it will be the url you supplied when creating the file.
"gs://mighty-platform-prod/organizations/GMrDmBCRcUm4bf61nqH2/files/e75058f2-ee65-4a79-802e-b97af54b6b26"
Name of the file, including extension
"main_assets_all.bundle"
Size of the file in bytes
1204975930
MD5 hash of the file for integrity verification
"7ah69cMtXyaz5OfsCRtOjQ=="
Optional description of the file's contents or purpose
"Content bundle for training app"
Path to the file in the Library > Files section of ManageXR. A libraryDirectoryPath of "/" indicates that it is at the root of the Files library.
"/"
Directory paths where the file is placed on the device. This is an array because, although uncommon, you can deploy a file to more than one location on a device.
[
"/Android/obb/com.managexr.exampleApp/files"
]Wi‑Fi network profiles deployed on the configuration.
Show child attributes
Unique identifier of the Wi-Fi network
"wifi_abc123"
The SSID (name) of the Wi-Fi network
"MyNetwork"
A user-defined label for the network
"Office Wi-Fi"
The security type of the network
OPEN, WPA, WPA_ENTERPRISE, WPA3, WPA3_ENTERPRISE, UNKNOWN "WPA_ENTERPRISE"