[Index]
Contains site specific information for dial plan.
Model ref.: data/DpSite
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": { "extLen": { "is_password": false, "description": "Extensions can be from 1 to 30 digits in length.", "title": "Extension length", "default": "4", "pattern": "^([1-9]|[12][0-9]|[3][0])$", "required": true, "displayable": false, "readonly": false, "maxLength": 2, "type": "string" }, "siteName": { "is_password": false, "target": "/api/data/BaseSiteDAT/choices/?field=SiteName&format=json&hierarchy=[hierarchy]&auth_token=[authtoken], "format": "uri", "default": "{{ macro.HcsDpSiteName }}", "title": "Site name", "required": true, "displayable": false, "choices": [], "target_attr": "SiteName", "readonly": false, "maxLength": 1024, "target_model_type": "data/BaseSiteDAT", "type": "string" }, "areaCodeArray": { "is_password": false, "description": "Specify one or more area codes for this site.", "title": "Area Codes", "minItems": 0, "items": { "is_password": false, "type": "object", "properties": { "areaCode": { "is_password": false, "description": "An area code associated with this site.", "title": "Area Code", "pattern": "^[0-9#*]+$", "required": true, "displayable": false, "readonly": false, "maxLength": 8, "type": "string" }, "locNumLen": { "is_password": false, "description": "Length of the local numbers associated with this area code.", "title": "Local Number Length", "required": true, "displayable": false, "readonly": false, "maxLength": 2, "type": "string" } } }, "required": false, "displayable": false, "readonly": false, "type": "array" }, "emerNumber": { "is_password": false, "description": "The site emergency callback number is the calling number when initiating an outgoing emergency call. If you change the emergency callback number, the following calling party transformation patterns are updated to use the new value: *{{ macro.HcsDpSiteId}}*! and *{{ macro.HcsDpSiteId}}*\\+!", "title": "Emergency number", "pattern": "^$|^(\\\\\\+)?[0-9]+$|^\\+?[0-9]+$", "required": false, "displayable": false, "readonly": false, "maxLength": 1024, "type": "string" }, "slcBased": { "is_password": false, "description": "Indicates whether or not Site Location Code is required for this customer. This value for this field taken from Customer Dial Plan model.", "title": "Site-Location Code (SLC) Based Dial Plan", "default": "{{ data.DpCustomer.slcBased }}", "required": true, "displayable": false, "readonly": false, "type": "boolean" }, "custName": { "is_password": false, "description": "Specify the customer that owns this site", "format": "uri", "default": "{{ macro.HcsDpCustomerName }}", "title": "Customer", "required": false, "displayable": false, "choices": [], "target_attr": "CustomerName", "readonly": false, "maxLength": 1024, "target_model_type": "data/BaseCustomerDAT", "type": "string", "target": "/api/data/BaseCustomerDAT/choices/?field=CustomerName&format=json&hierarchy=[hierarchy]&auth_token=[authtoken] }, "debug": { "is_password": false, "description": "Used to store store debug info and on-screen help information.", "title": "Debug Info", "default": "Default debug info", "required": false, "displayable": false, "readonly": false, "maxLength": 1024, "type": "string" }, "ext": { "is_password": false, "description": "The external breakout number for the country associated with this site.", "title": "External breakout number", "pattern": "^$|^[0-9]*$", "required": false, "displayable": false, "readonly": false, "maxLength": 1, "type": "string" }, "extPrefixReq": { "is_password": false, "description": "Indicates that this site will use the extension prefix as specified in the customer dial plan. If the extension prefix is not specified in the customer dial plan, this setting has no effect.", "title": "Extension prefix required?", "default": "false", "required": false, "displayable": false, "readonly": false, "type": "boolean" }, "siteId": { "is_password": false, "description": "Unique ID for this site", "title": "Site ID", "default": "{{ macro.HcsDpSiteId }}", "required": true, "displayable": false, "readonly": true, "maxLength": 1024, "type": "string" }, "active": { "is_password": false, "description": "Enable to activate the site.", "title": "Site Active", "default": "false", "required": false, "displayable": false, "readonly": false, "type": "boolean" }, "createEmerPattern": { "is_password": false, "description": "Use DDI for emergency calls when user is at home location", "title": "Use DDI for emergency calls", "required": false, "displayable": false, "readonly": false, "type": "boolean" }, "pubNumber": { "is_password": false, "description": "The site published number is the default E164 mask when a line is associated to a phone, device profile, or remote destination profile at a particular site. The default CUCM phone line E164 mask, default CUCM device profile line E164 mask, and the default CUCM remote destination profile line E164 mask in the site default doc are updated with this number, unless those default values in the site defaults doc have been manually updated to some other number. Furthermore, if any existing subscribers are using the site published number in their phone line E164 mask, device profile line E164 mask, or remote destination profile line E164 mask, that value is updated as well.", "title": "Published number", "pattern": "^$|^(\\\\\\+)?[0-9]+$|^\\+?[0-9]+$", "required": false, "displayable": false, "readonly": false, "maxLength": 1024, "type": "string" }, "areaCodeInLocalDialing": { "is_password": false, "description": "Indicates whether area code is needed for local dialing.", "title": "Area Code Used for Local Dialing", "required": false, "displayable": false, "readonly": false, "type": "boolean" }, "slc": { "is_password": false, "description": "Site location code can have a maximum of 8 digits.", "title": "Site location code", "pattern": "^$|^[0-9]+$", "required": false, "displayable": false, "readonly": false, "maxLength": 8, "type": "string" } }, "schema_version": "2.5" }
Task | Call | URL | Parameters | Response |
---|---|---|---|---|
Get the GUI Add form. | GET | /api/data/DpSite/add/ |
|
The GUI Add form of data/DpSite 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/DpSite | 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/DpSite/ | hierarchy=[hierarchy] | {"hrefs":["/api/data/DpSite/[pkid1]", "/api/data/DpSite/[pkid2]", ...]} |
GET http://[host-proxy]/api/data/DpSite/?hierarchy=[hierarchy]&format=json
Task | Call | URL | Parameters | Payload |
---|---|---|---|---|
Get a selected [export_format] of the schema and instances [pkid1], [pkid2],... of data/DpSite; optionally with tag_version at [version] and Configuration Template as [configtemplate]. | POST | /api/data/DpSite/export/ |
|
{ "hrefs":["/api/data/DpSite/[pkid1]", "/api/data/DpSite/[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/DpSite and the JSON format can be used to import instances of data/DpSite.
GET http://[host-proxy]/api/data/DpSite/?hierarchy=[hierarchy]
Task | Call | URL | Parameters | Response |
---|---|---|---|---|
Get a compressed format of the Bulk Load spreadsheet template for data/DpSite | POST | /api/data/DpSite/export_bulkload_template/ |
|
The response is an attachment of the format: filetype_bulkloadsheet.xlsx.gz |
Task | Call | URL | Parameters | Response |
---|---|---|---|---|
List | GET | /api/data/DpSite/ |
|
The data/DpSite schema and all instances as JSON. |
(The list will return 0 to 3 data/DpSite instances)
{ "operations": [ "field_display_policy", "configuration_template", "help", "get", "export_bulkload_template", "list", "update", "remove", "move", "transform", "add", "export", "migration", "bulk_update_form" ], "pagination": { "direction": "asc", "order_by": "siteName", "maximum_limit": 2000, "skip": 0, "current": "/api/data/DpSite/?skip=0&limit=3&order_by=siteName&direction=asc&traversal=default", "limit": 3, "total_limit": null, "total": 8 }, "meta": { "tags": [], "cached": true, "title": "", "business_key": { "hierarchy": true, "unique": [ "siteName" ] }, "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/DpSite/add/?hierarchy=[hierarchy]", "method": "GET", "title": "Add" } }, { "remove": { "support_async": true, "class": "delete", "href": "/api/data/DpSite/?hierarchy=[hierarchy]", "method": "DELETE", "title": "Delete" } }, { "export": { "title": "Export", "support_async": false, "submit": "payload", "class": "export", "href": "/api/data/DpSite/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/DpSite/export_bulkload_template/?hierarchy=[hierarchy]", "method": "POST", "title": "Export Bulk Load Template" } }, { "list": { "support_async": false, "class": "list", "href": "/api/data/DpSite/?hierarchy=[hierarchy]", "method": "GET", "title": "List" } }, { "help": { "support_async": false, "class": "help", "href": "/api/data/DpSite/help?hierarchy=[hierarchy]", "method": "GET", "title": "Help" } } ], "model_type": "data/DpSite", "model_specific_actions": [ "list", "get", "add", "update", "remove", "import", "execute", "export", "export_bulkload_template", "help" ], "summary_attrs": [ { "name": "siteName", "title": "Site name" }, { "name": "siteId", "title": "Site ID" }, { "name": "pubNumber", "title": "Published number" }, { "name": "emerNumber", "title": "Emergency number" }, { "name": "createEmerPattern", "title": "Use DDI for emergency calls" }, { "name": "slc", "title": "Site location code" }, { "name": "ext", "title": "External breakout number" }, { "name": "extPrefixReq", "title": "Extension prefix required?" }, { "name": "slcBased", "title": "Site-Location Code (SLC) Based Dial Plan" }, { "allow_filtering": true, "name": "hierarchy_friendly_name", "title": "Located At" } ], "api_version": "21.2", "tagged_versions": [] }, "resources": [ { "pkid": "5f3ae8d1ce894e0012060461", "meta": { "tags": [], "cached": true, "title": "title format", "business_key": { "hierarchy": true, "unique": [ "siteName" ] }, "schema_version": "2.5", "summary": "false", "references": { "device": [ { "pkid": "", "href": "" } ], "owner": [ { "pkid": "" } ], "self": [ { "pkid": "5f3ae8d1ce894e0012060461", "href": "/api/data/DpSite/5f3ae8d1ce894e0012060461/" } ], "parent": [ { "pkid": "5f3ae657ce894e0012057858", "href": "/api/data/HierarchyNode/5f3ae657ce894e0012057858" } ], "foreign_key": [ { "pkid": "5f3ae65dce894e0012057a3a", "path": "siteName", "model_type": "data/BaseSiteDAT" }, { "pkid": "5f3ae553ce894e0012053834", "path": "custName", "model_type": "data/BaseCustomerDAT" } ] }, "actions": [ { "update": { "support_async": true, "class": "update", "href": "/api/data/DpSite/5f3ae8d1ce894e0012060461/", "method": "PUT", "title": "Modify" } }, { "remove": { "support_async": true, "class": "delete", "href": "/api/data/DpSite/5f3ae8d1ce894e0012060461/", "method": "DELETE", "title": "Delete" } }, { "import": { "support_async": true, "method": "POST", "href": "/api/data/DpSite/5f3ae8d1ce894e0012060461/import/", "class": "import", "title": "Import" } }, { "export": { "title": "Export", "support_async": false, "submit": "payload", "class": "export", "href": "/api/data/DpSite/5f3ae8d1ce894e0012060461/export/", "method": "GET", "view": "/api/view/ExportData/add/" } }, { "execute": { "support_async": true, "class": "execute", "href": "/api/data/DpSite/5f3ae8d1ce894e0012060461/execute/", "method": "POST", "title": "Execute" } }, { "get": { "support_async": false, "class": "get", "href": "/api/data/DpSite/5f3ae8d1ce894e0012060461/", "method": "GET", "title": "Get" } }, { "help": { "support_async": false, "class": "help", "href": "/api/data/DpSite/5f3ae8d1ce894e0012060461/help", "method": "GET", "title": "Help" } } ], "model_type": "data/DpSite", "path": [ "6t0ggef2c0deab00hb595101", "5df35e48ce894e0012b345a1", "5f3ae1fcce894e001204e0ed", "5f3ae256ce894e001204f7db", "5f3ae552ce894e00120537fa", "5f3ae5bace894e00120559f8", "5f3ae657ce894e0012057858", "5f3ae8d1ce894e0012060461" ], "summary_attrs": [ { "name": "siteName", "title": "Site name" }, { "name": "siteId", "title": "Site ID" }, { "name": "pubNumber", "title": "Published number" }, { "name": "emerNumber", "title": "Emergency number" }, { "name": "createEmerPattern", "title": "Use DDI for emergency calls" }, { "name": "slc", "title": "Site location code" }, { "name": "ext", "title": "External breakout number" }, { "name": "extPrefixReq", "title": "Extension prefix required?" }, { "name": "slcBased", "title": "Site-Location Code (SLC) Based Dial Plan" }, { "allow_filtering": true, "name": "hierarchy_friendly_name", "title": "Located At" } ], "api_version": "21.2", "tagged_versions": [] }, "data": { "extLen": "7", "ext": "0", "slc": "", "pkid": "5f3ae8d1ce894e0012060466", "slcBased": false, "emerNumber": "+494215380", "custName": "AB_Group", "siteName": "CL1-AB-C-Berlin", "areaCodeArray": [ { "areaCode": "421", "locNumLen": "8" } ], "extPrefixReq": false, "siteId": "6", "debug": "Valid Site created for AB_Group", "hierarchy_friendly_name": "CL1-AB-C-Berlin (Site)", "pubNumber": "+494215380", "active": true, "areaCodeInLocalDialing": true, "hierarchy_path": "sys.hcs.CS-P.CS-AB.AB_Group.AB-C.CL1-AB-C-Berlin" } }, { "pkid": "5f3ae81fce894e001205c3e2", "meta": { "tags": [], "cached": true, "title": "title format", "business_key": { "hierarchy": true, "unique": [ "siteName" ] }, "schema_version": "2.5", "summary": "false", "references": { "device": [ { "pkid": "", "href": "" } ], "owner": [ { "pkid": "" } ], "self": [ { "pkid": "5f3ae81fce894e001205c3e2", "href": "/api/data/DpSite/5f3ae81fce894e001205c3e2/" } ], "parent": [ { "pkid": "5f3ae621ce894e0012056c72", "href": "/api/data/HierarchyNode/5f3ae621ce894e0012056c72" } ], "foreign_key": [ { "pkid": "5f3ae628ce894e0012056e81", "path": "siteName", "model_type": "data/BaseSiteDAT" }, { "pkid": "5f3ae553ce894e0012053834", "path": "custName", "model_type": "data/BaseCustomerDAT" } ] }, "actions": [ { "update": { "support_async": true, "href": "/api/data/DpSite/5f3ae81fce894e001205c3e2/", "title": "Modify", "class": "update", "method": "PUT" } }, { "remove": { "support_async": true, "href": "/api/data/DpSite/5f3ae81fce894e001205c3e2/", "title": "Delete", "class": "delete", "method": "DELETE" } }, { "import": { "support_async": true, "href": "/api/data/DpSite/5f3ae81fce894e001205c3e2/import/", "title": "Import", "method": "POST", "class": "import" } }, { "export": { "title": "Export", "support_async": false, "submit": "payload", "class": "export", "href": "/api/data/DpSite/5f3ae81fce894e001205c3e2/export/", "method": "GET", "view": "/api/view/ExportData/add/" } }, { "execute": { "support_async": true, "href": "/api/data/DpSite/5f3ae81fce894e001205c3e2/execute/", "title": "Execute", "class": "execute", "method": "POST" } }, { "get": { "support_async": false, "href": "/api/data/DpSite/5f3ae81fce894e001205c3e2/", "title": "Get", "class": "get", "method": "GET" } }, { "help": { "support_async": false, "href": "/api/data/DpSite/5f3ae81fce894e001205c3e2/help", "title": "Help", "class": "help", "method": "GET" } } ], "model_type": "data/DpSite", "path": [ "6t0ggef2c0deab00hb595101", "5df35e48ce894e0012b345a1", "5f3ae1fcce894e001204e0ed", "5f3ae256ce894e001204f7db", "5f3ae552ce894e00120537fa", "5f3ae5bace894e00120559f8", "5f3ae621ce894e0012056c72", "5f3ae81fce894e001205c3e2" ], "summary_attrs": [ { "name": "siteName", "title": "Site name" }, { "name": "siteId", "title": "Site ID" }, { "name": "pubNumber", "title": "Published number" }, { "name": "emerNumber", "title": "Emergency number" }, { "name": "createEmerPattern", "title": "Use DDI for emergency calls" }, { "name": "slc", "title": "Site location code" }, { "name": "ext", "title": "External breakout number" }, { "name": "extPrefixReq", "title": "Extension prefix required?" }, { "name": "slcBased", "title": "Site-Location Code (SLC) Based Dial Plan" }, { "allow_filtering": true, "name": "hierarchy_friendly_name", "title": "Located At" } ], "api_version": "21.2", "tagged_versions": [] }, "data": { "extLen": "7", "ext": "0", "slc": "", "pkid": "5f3ae81fce894e001205c3e7", "slcBased": false, "emerNumber": "+33561935556", "custName": "AB_Group", "siteName": "CL1-AB-C-Grenoble", "areaCodeArray": [ { "areaCode": "5", "locNumLen": "8" } ], "extPrefixReq": false, "siteId": "2", "debug": "Valid Site created for AB_Group", "hierarchy_friendly_name": "CL1-AB-C-Grenoble (Site)", "pubNumber": "+33561935555", "active": true, "areaCodeInLocalDialing": true, "hierarchy_path": "sys.hcs.CS-P.CS-AB.AB_Group.AB-C.CL1-AB-C-Grenoble" } }, { "pkid": "5f3ae8a5ce894e001205f443", "meta": { "tags": [], "cached": true, "title": "title format", "business_key": { "hierarchy": true, "unique": [ "siteName" ] }, "schema_version": "2.5", "summary": "false", "references": { "device": [ { "pkid": "", "href": "" } ], "owner": [ { "pkid": "" } ], "self": [ { "pkid": "5f3ae8a5ce894e001205f443", "href": "/api/data/DpSite/5f3ae8a5ce894e001205f443/" } ], "parent": [ { "pkid": "5f3ae64ace894e0012057585", "href": "/api/data/HierarchyNode/5f3ae64ace894e0012057585" } ], "foreign_key": [ { "pkid": "5f3ae652ce894e001205778d", "path": "siteName", "model_type": "data/BaseSiteDAT" }, { "pkid": "5f3ae553ce894e0012053834", "path": "custName", "model_type": "data/BaseCustomerDAT" } ] }, "actions": [ { "update": { "support_async": true, "method": "PUT", "href": "/api/data/DpSite/5f3ae8a5ce894e001205f443/", "class": "update", "title": "Modify" } }, { "remove": { "support_async": true, "method": "DELETE", "href": "/api/data/DpSite/5f3ae8a5ce894e001205f443/", "class": "delete", "title": "Delete" } }, { "import": { "support_async": true, "class": "import", "href": "/api/data/DpSite/5f3ae8a5ce894e001205f443/import/", "method": "POST", "title": "Import" } }, { "export": { "title": "Export", "support_async": false, "submit": "payload", "method": "GET", "href": "/api/data/DpSite/5f3ae8a5ce894e001205f443/export/", "class": "export", "view": "/api/view/ExportData/add/" } }, { "execute": { "support_async": true, "method": "POST", "href": "/api/data/DpSite/5f3ae8a5ce894e001205f443/execute/", "class": "execute", "title": "Execute" } }, { "get": { "support_async": false, "method": "GET", "href": "/api/data/DpSite/5f3ae8a5ce894e001205f443/", "class": "get", "title": "Get" } }, { "help": { "support_async": false, "method": "GET", "href": "/api/data/DpSite/5f3ae8a5ce894e001205f443/help", "class": "help", "title": "Help" } } ], "model_type": "data/DpSite", "path": [ "6t0ggef2c0deab00hb595101", "5df35e48ce894e0012b345a1", "5f3ae1fcce894e001204e0ed", "5f3ae256ce894e001204f7db", "5f3ae552ce894e00120537fa", "5f3ae5bace894e00120559f8", "5f3ae64ace894e0012057585", "5f3ae8a5ce894e001205f443" ], "summary_attrs": [ { "name": "siteName", "title": "Site name" }, { "name": "siteId", "title": "Site ID" }, { "name": "pubNumber", "title": "Published number" }, { "name": "emerNumber", "title": "Emergency number" }, { "name": "createEmerPattern", "title": "Use DDI for emergency calls" }, { "name": "slc", "title": "Site location code" }, { "name": "ext", "title": "External breakout number" }, { "name": "extPrefixReq", "title": "Extension prefix required?" }, { "name": "slcBased", "title": "Site-Location Code (SLC) Based Dial Plan" }, { "allow_filtering": true, "name": "hierarchy_friendly_name", "title": "Located At" } ], "api_version": "21.2", "tagged_versions": [] }, "data": { "extLen": "7", "ext": "0", "slc": "", "pkid": "5f3ae8a6ce894e001205f448", "slcBased": false, "emerNumber": "+494074370", "custName": "AB_Group", "siteName": "CL1-AB-C-Hannover", "areaCodeArray": [ { "areaCode": "40", "locNumLen": "9" } ], "extPrefixReq": false, "siteId": "5", "debug": "Valid Site created for AB_Group", "hierarchy_friendly_name": "CL1-AB-C-Hannover (Site)", "pubNumber": "+494074370", "active": true, "areaCodeInLocalDialing": true, "hierarchy_path": "sys.hcs.CS-P.CS-AB.AB_Group.AB-C.CL1-AB-C-Hannover" } } ] }
(Show the first instance)
{ "pkid": "5f3ae8d1ce894e0012060461", "meta": { "tags": [], "cached": false, "title": "title format", "business_key": { "hierarchy": true, "unique": [ "siteName" ] }, "schema_version": "2.5", "references": { "parent": [ { "pkid": "5f3ae657ce894e0012057858", "href": "/api/data/HierarchyNode/5f3ae657ce894e0012057858" } ], "self": [ { "pkid": "5f3ae8d1ce894e0012060461", "href": "/api/data/DpSite/5f3ae8d1ce894e0012060461/" } ], "foreign_key": [ { "pkid": "5f3ae65dce894e0012057a3a", "path": "siteName", "model_type": "data/BaseSiteDAT" }, { "pkid": "5f3ae553ce894e0012053834", "path": "custName", "model_type": "data/BaseCustomerDAT" } ], "device": [ { "pkid": "", "href": "" } ], "owner": [ { "pkid": "" } ], "children": [] }, "actions": [ { "update": { "support_async": true, "class": "update", "href": "/api/data/DpSite/5f3ae8d1ce894e0012060461/?hierarchy=[hierarchy]", "method": "PUT", "title": "Modify" } }, { "remove": { "support_async": true, "class": "delete", "href": "/api/data/DpSite/5f3ae8d1ce894e0012060461/?hierarchy=[hierarchy]", "method": "DELETE", "title": "Delete" } }, { "import": { "support_async": true, "method": "POST", "href": "/api/data/DpSite/5f3ae8d1ce894e0012060461/import/?hierarchy=[hierarchy]", "class": "import", "title": "Import" } }, { "export": { "title": "Export", "support_async": false, "submit": "payload", "class": "export", "href": "/api/data/DpSite/5f3ae8d1ce894e0012060461/export/?hierarchy=[hierarchy]", "method": "GET", "view": "/api/view/ExportData/add/?auth_token=[authtoken] } }, { "execute": { "support_async": true, "class": "execute", "href": "/api/data/DpSite/5f3ae8d1ce894e0012060461/execute/?hierarchy=[hierarchy]", "method": "POST", "title": "Execute" } }, { "get": { "support_async": false, "class": "get", "href": "/api/data/DpSite/5f3ae8d1ce894e0012060461/?hierarchy=[hierarchy]", "method": "GET", "title": "Get" } }, { "help": { "support_async": false, "class": "help", "href": "/api/data/DpSite/5f3ae8d1ce894e0012060461/help?hierarchy=[hierarchy]", "method": "GET", "title": "Help" } } ], "model_type": "data/DpSite", "path": [ "6t0ggef2c0deab00hb595101", "5df35e48ce894e0012b345a1", "5f3ae1fcce894e001204e0ed", "5f3ae256ce894e001204f7db", "5f3ae552ce894e00120537fa", "5f3ae5bace894e00120559f8", "5f3ae657ce894e0012057858", "5f3ae8d1ce894e0012060461" ], "summary_attrs": [ { "name": "siteName", "title": "Site name" }, { "name": "siteId", "title": "Site ID" }, { "name": "pubNumber", "title": "Published number" }, { "name": "emerNumber", "title": "Emergency number" }, { "name": "createEmerPattern", "title": "Use DDI for emergency calls" }, { "name": "slc", "title": "Site location code" }, { "name": "ext", "title": "External breakout number" }, { "name": "extPrefixReq", "title": "Extension prefix required?" }, { "name": "slcBased", "title": "Site-Location Code (SLC) Based Dial Plan" }, { "allow_filtering": true, "name": "hierarchy_friendly_name", "title": "Located At" } ], "api_version": "21.2", "tagged_versions": [] }, "data": { "extLen": "7", "ext": "0", "pkid": "5f3ae8d1ce894e0012060466", "slcBased": false, "emerNumber": "+494215380", "custName": "AB_Group", "siteName": "CL1-AB-C-Berlin", "areaCodeArray": [ { "areaCode": "421", "locNumLen": "8" } ], "extPrefixReq": false, "siteId": "6", "debug": "Valid Site created for AB_Group", "pubNumber": "+494215380", "active": true, "areaCodeInLocalDialing": true, "slc": "" } }
Task | Call | URL | Parameters | Response |
---|---|---|---|---|
Get the on-line Help for data/DpSite. | GET | /api/data/DpSite/help | hierarchy=[hierarchy] | On-line help of Model ref.: data/DpSite as HTML |
Task | Call | URL | Parameters | Payload |
---|---|---|---|---|
Modify | PUT | /api/data/DpSite/[pkid] | hierarchy=[hierarchy] | (For payload specification) |
For Bulk modification, refer to the Bulk Modify section.
Task | Call | URL | Parameters | Response |
---|---|---|---|---|
Delete | DELETE | /api/data/DpSite/[pkid] | hierarchy=[hierarchy] |
Task | Call | URL | Parameters | Payload |
---|---|---|---|---|
Import | POST | /api/data/DpSite/[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/DpSite; optionally with tag_version at [version] and Configuration Template as [configtemplate]. | GET | /api/data/DpSite/[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/DpSite and the JSON format can be used to import instances of data/DpSite.
For Bulk Export, refer to the Bulk Export section.
Task | Call | URL | Parameters | Payload |
---|---|---|---|---|
Execute | POST | /api/data/DpSite/[pkid]/execute | hierarchy=[hierarchy] | If payload required: |
Task | Call | URL | Parameters | Response |
---|---|---|---|---|
Get | GET | /api/data/DpSite/[pkid] | hierarchy=[hierarchy] | The data/DpSite instance with [pkid]. |
Task | Call | URL | Parameters | Response |
---|---|---|---|---|
Help | GET | /api/data/DpSite/[pkid]/help | hierarchy=[hierarchy] | The on-line Help for data/DpSite. |