Choose Line and optional device source and destination lines for LineCopySettings.
GET http://[host-proxy]/api/view/CopyLineChoice/schema/?hierarchy=[hierarchy]&format=json&schema=1
{
"$schema": "http://json-schema.org/draft-03/schema",
"type": "object",
"properties": {
"SourcePattern": {
"title": "Source Pattern",
"type": "string",
"format": "uri",
"target": "/api/device/cucm/Line/choices/?field=pattern&format=json&hierarchy=[hierarchy]&auth_token=[authtoken],
"target_attr": "pattern",
"target_model_type": "device/cucm/Line",
"choices": []
},
"SourcePartition": {
"title": "Source Partition",
"type": "string"
},
"SourceDevice": {
"title": "Source Device (Optional)",
"type": "string"
}
},
"schema_version": "1.1"
}