[Index]
HcsVossCustomerDAT
Model ref.: data/HcsVossCustomerDAT
The full URL would include the host-proxy name: https://[host-proxy].
Variables are enclosed in square brackets.
{ "$schema": "http://json-schema.org/draft-03/schema", "type": "object", "properties": { "migrate": { "is_password": false, "description": "Migrate HCM-F Models to CUCDM Models", "title": "Migrate from HCM-F to CUCDM", "default": "false", "required": false, "displayable": false, "readonly": false, "type": "boolean" }, "custom_boolean_10": { "type": "boolean", "title": "Custom Boolean 10" }, "misc_data": { "is_password": false, "description": "Miscellaneous data used at run-time", "title": "Misc Data", "required": false, "displayable": false, "readonly": false, "maxLength": 1024, "type": "string" }, "custom_string_4": { "type": "string", "title": "Custom String 4" }, "custom_string_6": { "type": "string", "title": "Custom String 6" }, "shared_uc_apps": { "is_password": false, "description": "Indicates whether the Customer shares UC Application instances", "title": "Shared UC Applications", "default": "false", "required": false, "displayable": false, "readonly": false, "type": "boolean" }, "custom_boolean_4": { "type": "boolean", "title": "Custom Boolean 4" }, "directoryDomain": { "is_password": false, "description": "Customer's directory domain name", "title": "Directory Domain", "required": false, "displayable": false, "readonly": false, "maxLength": 1024, "type": "string" }, "create_admin": { "is_password": false, "description": "Indiates whether or not an Admin User should be created", "title": "Create Local Admin", "default": "true", "required": false, "displayable": false, "readonly": false, "type": "boolean" }, "custom_string_10": { "type": "string", "title": "Custom String 10" }, "custom_string_9": { "type": "string", "title": "Custom String 9" }, "custom_string_8": { "type": "string", "title": "Custom String 8" }, "name": { "is_password": false, "description": "Customer's name", "title": "Name", "pattern": "^[A-Za-z0-9_\\- ]+$", "required": true, "displayable": false, "readonly": false, "maxLength": 64, "type": "string" }, "custom_string_1": { "type": "string", "title": "Custom String 1" }, "custom_string_3": { "type": "string", "title": "Custom String 3" }, "custom_string_2": { "type": "string", "title": "Custom String 2" }, "custom_string_5": { "type": "string", "title": "Custom String 5" }, "publicSector": { "default": "false", "type": "boolean", "title": "Public Sector" }, "custom_string_7": { "type": "string", "title": "Custom String 7" }, "inactiveBilling": { "default": "false", "type": "boolean", "title": "Inactive Billing" }, "custom_boolean_5": { "type": "boolean", "title": "Custom Boolean 5" }, "HierarchyPath": { "is_password": false, "description": "Customer entity's hierarchy", "title": "Hierarchy Path", "required": false, "displayable": false, "readonly": false, "maxLength": 1024, "type": "string" }, "custom_boolean_7": { "type": "boolean", "title": "Custom Boolean 7" }, "custom_boolean_6": { "type": "boolean", "title": "Custom Boolean 6" }, "custom_boolean_1": { "type": "boolean", "title": "Custom Boolean 1" }, "custom_boolean_3": { "type": "boolean", "title": "Custom Boolean 3" }, "custom_boolean_2": { "type": "boolean", "title": "Custom Boolean 2" }, "disableNumMgmt": { "is_password": false, "description": "Disables number management", "title": "Disable Number Management", "default": "false", "required": false, "displayable": false, "readonly": false, "type": "boolean" }, "custom_boolean_9": { "type": "boolean", "title": "Custom Boolean 9" }, "custom_boolean_8": { "type": "boolean", "title": "Custom Boolean 8" } }, "schema_version": "2.5" }
Task | Call | URL | Parameters | Response |
---|---|---|---|---|
Get the GUI Add form. | GET | /api/data/HcsVossCustomerDAT/add/ |
|
The GUI Add form of data/HcsVossCustomerDAT as JSON |
The API call to the /add/ URL can only be made from a hierarchy that allows the model type to be added. The actions in the response shows the url for the POST API call to create an instance.
Task | Call | URL | Parameters | Payload |
---|---|---|---|---|
Create | POST | /api/data/HcsVossCustomerDAT | hierarchy=[hierarchy] |
|
tool/Transaction/[trans pkid]to inspect the created resource and its instance pkid.
Task | Call | URL | Parameters | Payload |
---|---|---|---|---|
Bulk delete [pkid1],[pkid2]... | DELETE | /api/data/HcsVossCustomerDAT/ | hierarchy=[hierarchy] | {"hrefs":["/api/data/HcsVossCustomerDAT/[pkid1]", "/api/data/HcsVossCustomerDAT/[pkid2]", ...]} |
GET http://[host-proxy]/api/data/HcsVossCustomerDAT/?hierarchy=[hierarchy]&format=json
Task | Call | URL | Parameters | Payload |
---|---|---|---|---|
Get a selected [export_format] of the schema and instances [pkid1], [pkid2],... of data/HcsVossCustomerDAT; optionally with tag_version at [version] and Configuration Template as [configtemplate]. | POST | /api/data/HcsVossCustomerDAT/export/ |
|
{ "hrefs":["/api/data/HcsVossCustomerDAT/[pkid1]", "/api/data/HcsVossCustomerDAT/[pkid2]",...]}} |
For export_format=json, the response is a time stamped zip file of data in JSON as in the system database. Item properties such as strings that are empty or Boolean values that are not set, are not included. The filename in the response is of the format as the example:
Content-Disposition: attachment; filename=export_2013-05-17_14:20:19.186444.json.zip Content-Language:en Content-Type:application/x-zip
For export_format=raw_xlsx, the response is a MS Excel spreadsheet with columns corresponding to the JSON format export and a response filename format:
Content-Disposition: attachment; filename=<resource_type>_<resource_name>_exportedsheet_CCYY-MM-DD_HH-MM-SS.xlsx Content-Language:en Content-Type:application/vnd.openxmlformats-officedocument.spreadsheetml.sheet
For export_format=xlsx, the response is a MS Excel spreadsheet, arranged by any Field Display Policies that apply. The columns correspond with those of a Bulk Load Template export sheet. The response filename format is:
Content-Disposition: attachment; filename=<resource_type>_<resource_name>_exportedsheet_formatted_CCYY-MM-DD_HH-MM-SS.xlsx Content-Language:en Content-Type:application/vnd.openxmlformats-officedocument.spreadsheetml.sheet
The XLSX format can be used to bulk load instances of data/HcsVossCustomerDAT and the JSON format can be used to import instances of data/HcsVossCustomerDAT.
GET http://[host-proxy]/api/data/HcsVossCustomerDAT/?hierarchy=[hierarchy]
Task | Call | URL | Parameters | Response |
---|---|---|---|---|
Get a compressed format of the Bulk Load spreadsheet template for data/HcsVossCustomerDAT | POST | /api/data/HcsVossCustomerDAT/export_bulkload_template/ |
|
The response is an attachment of the format: filetype_bulkloadsheet.xlsx.gz |
Task | Call | URL | Parameters | Response |
---|---|---|---|---|
List | GET | /api/data/HcsVossCustomerDAT/ |
|
The data/HcsVossCustomerDAT schema and all instances as JSON. |
(The list will return 0 to 3 data/HcsVossCustomerDAT instances)
{ "operations": [ "field_display_policy", "configuration_template", "help", "get", "export_bulkload_template", "list", "update", "remove", "transform", "add", "export", "migration", "bulk_update_form" ], "pagination": { "direction": "asc", "order_by": "name", "maximum_limit": 2000, "skip": 0, "current": "/api/data/HcsVossCustomerDAT/?skip=0&limit=3&order_by=name&direction=asc&traversal=default", "limit": 3, "total_limit": null, "total": 3 }, "meta": { "tags": [], "cached": true, "title": "", "business_key": {}, "schema_version": "2.5", "references": { "device": [ { "pkid": "", "href": "" } ], "children": [], "parent": [ { "pkid": "6t0ggef2c0deab00hb595101", "href": "/api/data/HierarchyNode/6t0ggef2c0deab00hb595101" } ], "foreign_key": [] }, "actions": [ { "add": { "support_async": false, "class": "add", "href": "/api/data/HcsVossCustomerDAT/add/?hierarchy=[hierarchy]", "method": "GET", "title": "Add" } }, { "remove": { "support_async": true, "class": "delete", "href": "/api/data/HcsVossCustomerDAT/?hierarchy=[hierarchy]", "method": "DELETE", "title": "Delete" } }, { "export": { "title": "Export", "support_async": false, "submit": "payload", "class": "export", "href": "/api/data/HcsVossCustomerDAT/export/?hierarchy=[hierarchy]", "method": "POST", "view": "/api/view/ExportData/add/?auth_token=[authtoken] } }, { "export_bulkload_template": { "support_async": false, "class": "bulkload_template", "href": "/api/data/HcsVossCustomerDAT/export_bulkload_template/?hierarchy=[hierarchy]", "method": "POST", "title": "Export Bulk Load Template" } }, { "list": { "support_async": false, "class": "list", "href": "/api/data/HcsVossCustomerDAT/?hierarchy=[hierarchy]", "method": "GET", "title": "List" } }, { "help": { "support_async": false, "class": "help", "href": "/api/data/HcsVossCustomerDAT/help?hierarchy=[hierarchy]", "method": "GET", "title": "Help" } } ], "model_type": "data/HcsVossCustomerDAT", "model_specific_actions": [ "list", "get", "add", "update", "remove", "import", "execute", "export", "export_bulkload_template", "help" ], "summary_attrs": [ { "name": "name", "title": "Name" }, { "name": "directoryDomain", "title": "Directory Domain" }, { "name": "shared_uc_apps", "title": "Shared UC Applications" }, { "name": "disableNumMgmt", "title": "Disable Number Management" }, { "name": "publicSector", "title": "Public Sector" }, { "name": "inactiveBilling", "title": "Inactive Billing" }, { "name": "custom_string_1", "title": "Custom String 1" }, { "name": "custom_string_2", "title": "Custom String 2" }, { "name": "custom_string_3", "title": "Custom String 3" }, { "name": "custom_boolean_1", "title": "Custom Boolean 1" }, { "name": "custom_boolean_2", "title": "Custom Boolean 2" }, { "name": "custom_boolean_3", "title": "Custom Boolean 3" }, { "allow_filtering": true, "name": "hierarchy_friendly_name", "title": "Located At" } ], "api_version": "21.2", "tagged_versions": [] }, "resources": [ { "pkid": "6130d69ae04a4a0015a93bdd", "meta": { "tags": [], "cached": true, "title": "title format", "business_key": {}, "schema_version": "2.5", "summary": "false", "references": { "device": [ { "pkid": "", "href": "" } ], "owner": [ { "pkid": "" } ], "self": [ { "pkid": "6130d69ae04a4a0015a93bdd", "href": "/api/data/HcsVossCustomerDAT/6130d69ae04a4a0015a93bdd/" } ], "parent": [ { "pkid": "6130d69ae04a4a0015a93bc6", "href": "/api/data/HierarchyNode/6130d69ae04a4a0015a93bc6" } ], "foreign_key": [] }, "actions": [ { "update": { "support_async": true, "class": "update", "href": "/api/data/HcsVossCustomerDAT/6130d69ae04a4a0015a93bdd/", "method": "PUT", "title": "Modify" } }, { "remove": { "support_async": true, "class": "delete", "href": "/api/data/HcsVossCustomerDAT/6130d69ae04a4a0015a93bdd/", "method": "DELETE", "title": "Delete" } }, { "import": { "support_async": true, "method": "POST", "href": "/api/data/HcsVossCustomerDAT/6130d69ae04a4a0015a93bdd/import/", "class": "import", "title": "Import" } }, { "export": { "title": "Export", "support_async": false, "submit": "payload", "class": "export", "href": "/api/data/HcsVossCustomerDAT/6130d69ae04a4a0015a93bdd/export/", "method": "GET", "view": "/api/view/ExportData/add/" } }, { "execute": { "support_async": true, "class": "execute", "href": "/api/data/HcsVossCustomerDAT/6130d69ae04a4a0015a93bdd/execute/", "method": "POST", "title": "Execute" } }, { "get": { "support_async": false, "class": "get", "href": "/api/data/HcsVossCustomerDAT/6130d69ae04a4a0015a93bdd/", "method": "GET", "title": "Get" } }, { "help": { "support_async": false, "class": "help", "href": "/api/data/HcsVossCustomerDAT/6130d69ae04a4a0015a93bdd/help", "method": "GET", "title": "Help" } } ], "model_type": "data/HcsVossCustomerDAT", "path": [ "6t0ggef2c0deab00hb595101", "5df35e48ce894e0012b345a1", "5f3ae1fcce894e001204e0ed", "5f3ae236ce894e001204efa0", "6130d69ae04a4a0015a93bc6", "6130d69ae04a4a0015a93bdd" ], "summary_attrs": [ { "name": "name", "title": "Name" }, { "name": "directoryDomain", "title": "Directory Domain" }, { "name": "shared_uc_apps", "title": "Shared UC Applications" }, { "name": "disableNumMgmt", "title": "Disable Number Management" }, { "name": "publicSector", "title": "Public Sector" }, { "name": "inactiveBilling", "title": "Inactive Billing" }, { "name": "custom_string_1", "title": "Custom String 1" }, { "name": "custom_string_2", "title": "Custom String 2" }, { "name": "custom_string_3", "title": "Custom String 3" }, { "name": "custom_boolean_1", "title": "Custom Boolean 1" }, { "name": "custom_boolean_2", "title": "Custom Boolean 2" }, { "name": "custom_boolean_3", "title": "Custom Boolean 3" }, { "allow_filtering": true, "name": "hierarchy_friendly_name", "title": "Located At" } ], "api_version": "21.2", "tagged_versions": [] }, "data": { "name": "AAAGlobal", "pkid": "6130d69ae04a4a0015a93bde", "create_admin": true, "publicSector": false, "misc_data": "", "inactiveBilling": false, "HierarchyPath": "sys.hcs.CS-P.CS-NB", "migrate": false, "disableNumMgmt": false, "hierarchy_friendly_name": "AAAGlobal (Customer)", "shared_uc_apps": false, "hierarchy_path": "sys.hcs.CS-P.CS-NB.AAAGlobal" } }, { "pkid": "5f3ae553ce894e0012053814", "meta": { "tags": [], "cached": true, "title": "title format", "business_key": {}, "schema_version": "2.5", "summary": "false", "references": { "device": [ { "pkid": "", "href": "" } ], "owner": [ { "pkid": "" } ], "self": [ { "pkid": "5f3ae553ce894e0012053814", "href": "/api/data/HcsVossCustomerDAT/5f3ae553ce894e0012053814/" } ], "parent": [ { "pkid": "5f3ae552ce894e00120537fa", "href": "/api/data/HierarchyNode/5f3ae552ce894e00120537fa" } ], "foreign_key": [] }, "actions": [ { "update": { "support_async": true, "href": "/api/data/HcsVossCustomerDAT/5f3ae553ce894e0012053814/", "title": "Modify", "class": "update", "method": "PUT" } }, { "remove": { "support_async": true, "href": "/api/data/HcsVossCustomerDAT/5f3ae553ce894e0012053814/", "title": "Delete", "class": "delete", "method": "DELETE" } }, { "import": { "support_async": true, "href": "/api/data/HcsVossCustomerDAT/5f3ae553ce894e0012053814/import/", "title": "Import", "method": "POST", "class": "import" } }, { "export": { "title": "Export", "support_async": false, "submit": "payload", "class": "export", "href": "/api/data/HcsVossCustomerDAT/5f3ae553ce894e0012053814/export/", "method": "GET", "view": "/api/view/ExportData/add/" } }, { "execute": { "support_async": true, "href": "/api/data/HcsVossCustomerDAT/5f3ae553ce894e0012053814/execute/", "title": "Execute", "class": "execute", "method": "POST" } }, { "get": { "support_async": false, "href": "/api/data/HcsVossCustomerDAT/5f3ae553ce894e0012053814/", "title": "Get", "class": "get", "method": "GET" } }, { "help": { "support_async": false, "href": "/api/data/HcsVossCustomerDAT/5f3ae553ce894e0012053814/help", "title": "Help", "class": "help", "method": "GET" } } ], "model_type": "data/HcsVossCustomerDAT", "path": [ "6t0ggef2c0deab00hb595101", "5df35e48ce894e0012b345a1", "5f3ae1fcce894e001204e0ed", "5f3ae256ce894e001204f7db", "5f3ae552ce894e00120537fa", "5f3ae553ce894e0012053814" ], "summary_attrs": [ { "name": "name", "title": "Name" }, { "name": "directoryDomain", "title": "Directory Domain" }, { "name": "shared_uc_apps", "title": "Shared UC Applications" }, { "name": "disableNumMgmt", "title": "Disable Number Management" }, { "name": "publicSector", "title": "Public Sector" }, { "name": "inactiveBilling", "title": "Inactive Billing" }, { "name": "custom_string_1", "title": "Custom String 1" }, { "name": "custom_string_2", "title": "Custom String 2" }, { "name": "custom_string_3", "title": "Custom String 3" }, { "name": "custom_boolean_1", "title": "Custom Boolean 1" }, { "name": "custom_boolean_2", "title": "Custom Boolean 2" }, { "name": "custom_boolean_3", "title": "Custom Boolean 3" }, { "allow_filtering": true, "name": "hierarchy_friendly_name", "title": "Located At" } ], "api_version": "21.2", "tagged_versions": [] }, "data": { "directoryDomain": "AB_Group.com", "name": "AB_Group", "pkid": "5f3ae553ce894e0012053815", "create_admin": false, "misc_data": "", "HierarchyPath": "sys.hcs.CS-P.CS-AB", "migrate": false, "disableNumMgmt": false, "hierarchy_friendly_name": "AB_Group (Customer)", "shared_uc_apps": false, "hierarchy_path": "sys.hcs.CS-P.CS-AB.AB_Group" } }, { "pkid": "655ef9d440d96fe47c238bf7", "meta": { "tags": [], "cached": true, "title": "title format", "business_key": {}, "schema_version": "2.5", "summary": "false", "references": { "device": [ { "pkid": "", "href": "" } ], "owner": [ { "pkid": "" } ], "self": [ { "pkid": "655ef9d440d96fe47c238bf7", "href": "/api/data/HcsVossCustomerDAT/655ef9d440d96fe47c238bf7/" } ], "parent": [ { "pkid": "655ef9d340d96fe47c238be3", "href": "/api/data/HierarchyNode/655ef9d340d96fe47c238be3" } ], "foreign_key": [] }, "actions": [ { "update": { "support_async": true, "method": "PUT", "href": "/api/data/HcsVossCustomerDAT/655ef9d440d96fe47c238bf7/", "class": "update", "title": "Modify" } }, { "remove": { "support_async": true, "method": "DELETE", "href": "/api/data/HcsVossCustomerDAT/655ef9d440d96fe47c238bf7/", "class": "delete", "title": "Delete" } }, { "import": { "support_async": true, "class": "import", "href": "/api/data/HcsVossCustomerDAT/655ef9d440d96fe47c238bf7/import/", "method": "POST", "title": "Import" } }, { "export": { "title": "Export", "support_async": false, "submit": "payload", "method": "GET", "href": "/api/data/HcsVossCustomerDAT/655ef9d440d96fe47c238bf7/export/", "class": "export", "view": "/api/view/ExportData/add/" } }, { "execute": { "support_async": true, "method": "POST", "href": "/api/data/HcsVossCustomerDAT/655ef9d440d96fe47c238bf7/execute/", "class": "execute", "title": "Execute" } }, { "get": { "support_async": false, "method": "GET", "href": "/api/data/HcsVossCustomerDAT/655ef9d440d96fe47c238bf7/", "class": "get", "title": "Get" } }, { "help": { "support_async": false, "method": "GET", "href": "/api/data/HcsVossCustomerDAT/655ef9d440d96fe47c238bf7/help", "class": "help", "title": "Help" } } ], "model_type": "data/HcsVossCustomerDAT", "path": [ "6t0ggef2c0deab00hb595101", "5df35e48ce894e0012b345a1", "5f3ae1fcce894e001204e0ed", "5f3ae236ce894e001204efa0", "655ef9d340d96fe47c238be3", "655ef9d440d96fe47c238bf7" ], "summary_attrs": [ { "name": "name", "title": "Name" }, { "name": "directoryDomain", "title": "Directory Domain" }, { "name": "shared_uc_apps", "title": "Shared UC Applications" }, { "name": "disableNumMgmt", "title": "Disable Number Management" }, { "name": "publicSector", "title": "Public Sector" }, { "name": "inactiveBilling", "title": "Inactive Billing" }, { "name": "custom_string_1", "title": "Custom String 1" }, { "name": "custom_string_2", "title": "Custom String 2" }, { "name": "custom_string_3", "title": "Custom String 3" }, { "name": "custom_boolean_1", "title": "Custom Boolean 1" }, { "name": "custom_boolean_2", "title": "Custom Boolean 2" }, { "name": "custom_boolean_3", "title": "Custom Boolean 3" }, { "allow_filtering": true, "name": "hierarchy_friendly_name", "title": "Located At" } ], "api_version": "21.2", "tagged_versions": [] }, "data": { "name": "VossAutoBuild", "pkid": "655ef9d440d96fe47c238bf8", "create_admin": false, "publicSector": false, "misc_data": "", "HierarchyPath": "sys.hcs.CS-P.CS-NB", "migrate": false, "disableNumMgmt": false, "hierarchy_friendly_name": "VossAutoBuild (Customer)", "shared_uc_apps": false, "hierarchy_path": "sys.hcs.CS-P.CS-NB.VossAutoBuild" } } ] }
(Show the first instance)
{ "pkid": "6130d69ae04a4a0015a93bdd", "meta": { "tags": [], "cached": false, "title": "title format", "business_key": {}, "schema_version": "2.5", "references": { "parent": [ { "pkid": "6130d69ae04a4a0015a93bc6", "href": "/api/data/HierarchyNode/6130d69ae04a4a0015a93bc6" } ], "self": [ { "pkid": "6130d69ae04a4a0015a93bdd", "href": "/api/data/HcsVossCustomerDAT/6130d69ae04a4a0015a93bdd/" } ], "foreign_key": [], "device": [ { "pkid": "", "href": "" } ], "owner": [ { "pkid": "" } ], "children": [] }, "actions": [ { "update": { "support_async": true, "class": "update", "href": "/api/data/HcsVossCustomerDAT/6130d69ae04a4a0015a93bdd/?hierarchy=[hierarchy]", "method": "PUT", "title": "Modify" } }, { "remove": { "support_async": true, "class": "delete", "href": "/api/data/HcsVossCustomerDAT/6130d69ae04a4a0015a93bdd/?hierarchy=[hierarchy]", "method": "DELETE", "title": "Delete" } }, { "import": { "support_async": true, "method": "POST", "href": "/api/data/HcsVossCustomerDAT/6130d69ae04a4a0015a93bdd/import/?hierarchy=[hierarchy]", "class": "import", "title": "Import" } }, { "export": { "title": "Export", "support_async": false, "submit": "payload", "class": "export", "href": "/api/data/HcsVossCustomerDAT/6130d69ae04a4a0015a93bdd/export/?hierarchy=[hierarchy]", "method": "GET", "view": "/api/view/ExportData/add/?auth_token=[authtoken] } }, { "execute": { "support_async": true, "class": "execute", "href": "/api/data/HcsVossCustomerDAT/6130d69ae04a4a0015a93bdd/execute/?hierarchy=[hierarchy]", "method": "POST", "title": "Execute" } }, { "get": { "support_async": false, "class": "get", "href": "/api/data/HcsVossCustomerDAT/6130d69ae04a4a0015a93bdd/?hierarchy=[hierarchy]", "method": "GET", "title": "Get" } }, { "help": { "support_async": false, "class": "help", "href": "/api/data/HcsVossCustomerDAT/6130d69ae04a4a0015a93bdd/help?hierarchy=[hierarchy]", "method": "GET", "title": "Help" } } ], "model_type": "data/HcsVossCustomerDAT", "path": [ "6t0ggef2c0deab00hb595101", "5df35e48ce894e0012b345a1", "5f3ae1fcce894e001204e0ed", "5f3ae236ce894e001204efa0", "6130d69ae04a4a0015a93bc6", "6130d69ae04a4a0015a93bdd" ], "summary_attrs": [ { "name": "name", "title": "Name" }, { "name": "directoryDomain", "title": "Directory Domain" }, { "name": "shared_uc_apps", "title": "Shared UC Applications" }, { "name": "disableNumMgmt", "title": "Disable Number Management" }, { "name": "publicSector", "title": "Public Sector" }, { "name": "inactiveBilling", "title": "Inactive Billing" }, { "name": "custom_string_1", "title": "Custom String 1" }, { "name": "custom_string_2", "title": "Custom String 2" }, { "name": "custom_string_3", "title": "Custom String 3" }, { "name": "custom_boolean_1", "title": "Custom Boolean 1" }, { "name": "custom_boolean_2", "title": "Custom Boolean 2" }, { "name": "custom_boolean_3", "title": "Custom Boolean 3" }, { "allow_filtering": true, "name": "hierarchy_friendly_name", "title": "Located At" } ], "api_version": "21.2", "tagged_versions": [] }, "data": { "name": "AAAGlobal", "HierarchyPath": "sys.hcs.CS-P.CS-NB", "pkid": "6130d69ae04a4a0015a93bde", "create_admin": true, "publicSector": false, "misc_data": "", "inactiveBilling": false, "migrate": false, "disableNumMgmt": false, "shared_uc_apps": false } }
Task | Call | URL | Parameters | Response |
---|---|---|---|---|
Get the on-line Help for data/HcsVossCustomerDAT. | GET | /api/data/HcsVossCustomerDAT/help | hierarchy=[hierarchy] | On-line help of Model ref.: data/HcsVossCustomerDAT as HTML |
Task | Call | URL | Parameters | Payload |
---|---|---|---|---|
Modify | PUT | /api/data/HcsVossCustomerDAT/[pkid] | hierarchy=[hierarchy] | (For payload specification) |
For Bulk modification, refer to the Bulk Modify section.
Task | Call | URL | Parameters | Response |
---|---|---|---|---|
Delete | DELETE | /api/data/HcsVossCustomerDAT/[pkid] | hierarchy=[hierarchy] |
Task | Call | URL | Parameters | Payload |
---|---|---|---|---|
Import | POST | /api/data/HcsVossCustomerDAT/[pkid]/import | hierarchy=[hierarchy] | If payload required: |
Task | Call | URL | Parameters | Response |
---|---|---|---|---|
Get a selected [export_format] of the schema and a single instance with [pkid] of data/HcsVossCustomerDAT; optionally with tag_version at [version] and Configuration Template as [configtemplate]. | GET | /api/data/HcsVossCustomerDAT/[pkid]/export |
|
The response is an attachment. Refer to the list below. |
For export_format=raw_xlsx, the response is a "raw" MS Excel spreadsheet with columns corresponding to the JSON format export and a response format:
Content-Disposition: attachment; filename=<resource_type>_<resource_name>_exportedsheet_CCYY-MM-DD_HH-MM-SS.xlsx Content-Language:en Content-Type:application/vnd.openxmlformats-officedocument.spreadsheetml.sheet
For export_format=xlsx, the response is a MS Excel spreadsheet, formatted to show all columns and a response format:
Content-Disposition: attachment; filename=<resource_type>_<resource_name>_exportedsheet_formatted_CCYY-MM-DD_HH-MM-SS.xlsx Content-Language:en Content-Type:application/vnd.openxmlformats-officedocument.spreadsheetml.sheet
For export_format=json, the response is a time stamped zip file of data in JSON and a response format:
Content-Disposition: attachment; filename=export_2013-05-17_14:20:19.186444.json.zip Content-Language:en Content-Type:application/x-zip
The XLSX format can be used to bulk load instances of data/HcsVossCustomerDAT and the JSON format can be used to import instances of data/HcsVossCustomerDAT.
For Bulk Export, refer to the Bulk Export section.
Task | Call | URL | Parameters | Payload |
---|---|---|---|---|
Execute | POST | /api/data/HcsVossCustomerDAT/[pkid]/execute | hierarchy=[hierarchy] | If payload required: |
Task | Call | URL | Parameters | Response |
---|---|---|---|---|
Get | GET | /api/data/HcsVossCustomerDAT/[pkid] | hierarchy=[hierarchy] | The data/HcsVossCustomerDAT instance with [pkid]. |
Task | Call | URL | Parameters | Response |
---|---|---|---|---|
Help | GET | /api/data/HcsVossCustomerDAT/[pkid]/help | hierarchy=[hierarchy] | The on-line Help for data/HcsVossCustomerDAT. |