GET http://[host-proxy]/api/view/GS_FMCConvert_VIEW/schema/?hierarchy=[hierarchy]&format=json&schema=1
{
"$schema": "http://json-schema.org/draft-03/schema",
"type": "object",
"properties": {
"bulkConvert": {
"default": "true",
"type": "boolean",
"title": "Convert all users at this site"
},
"TransformPatternCount": {
"type": "string",
"description": "Number of anti-loop transformation patterns at this site",
"title": "Total number of FMC transformations"
},
"CIMCount": {
"type": "string",
"description": "Number of Carrier Integrated Mobile devices at this site",
"title": "Total number of Carrier Integrated Mobile devices"
},
"username": {
"type": "string",
"description": "User to convert",
"title": "Username"
},
"duplicateScope": {
"description": "Scope of check for duplicate mobile number, or disable the check. Note that duplicate mobile numbers can cause functional problems.",
"title": "Scope of duplicate check",
"default": "provider",
"choices": [
{
"value": "provider",
"title": "Provider"
},
{
"value": "customer",
"title": "Customer"
},
{
"value": "disabled",
"title": "Disabled"
}
],
"type": "string"
}
}
}