X-API-Token: ********************
curl --location --request GET 'https://api.appcenter.ms/v0.1/apps///branches//toolset_projects?os=&platform=' \
--header 'X-API-Token;'
{
"commit": "string",
"xcode": {
"xcodeSchemeContainers": [
{
"path": "string",
"sharedSchemes": [
{
"name": "string",
"hasTestAction": true,
"archiveConfiguration": "string",
"archiveProject": {
"archiveTargetId": "string",
"projectName": "string",
"projectPath": "string"
}
}
],
"podfilePath": "string",
"cartfilePath": "string",
"xcodeProjectSha": "string",
"workspaceProjectPaths": "string",
"appExtensionTargets": [
{
"name": "string",
"targetBundleIdentifier": "string"
}
]
}
]
},
"javascript": {
"packageJsonPaths": [
"string"
],
"javascriptSolutions": [
{
"packageJsonPath": "string",
"reactNativeVersion": "string"
}
]
},
"xamarin": {
"xamarinSolutions": [
{
"path": "string",
"configurations": [
"string"
],
"defaultConfiguration": "string"
}
]
},
"android": {
"androidModules": [
{
"name": "string",
"hasBundle": true,
"productFlavors": [
"string"
],
"buildVariants": [
"string"
],
"buildTypes": [
"string"
],
"buildConfigurations": [
{
"name": "string",
"signingConfig": {
"hasStoreFile": true
}
}
],
"isRoot": true
}
],
"gradleWrapperPath": "string"
},
"buildscripts": {
"property1": {
"name": "string",
"path": "string"
},
"property2": {
"name": "string",
"path": "string"
}
},
"uwp": {
"uwpSolutions": [
{
"path": "string",
"configurations": [
"string"
]
}
]
},
"testcloud": {
"projects": [
{
"path": "string",
"frameworkType": "Appium",
"frameworkProperties": {
"configurations": [
"string"
]
}
}
]
}
}