[Index]
Model ref.: relation/HcsDpManageSiteREL
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": { "siteName": { "title": "Site name", "type": "string", "maxLength": 1024, "format": "uri", "required": true, "readonly": false, "is_password": false, "displayable": false, "target": "/api/data/BaseSiteDAT/choices/?field=SiteName&format=json&hierarchy=[hierarchy]&auth_token=[authtoken], "target_attr": "SiteName", "default": "{{ macro.HcsDpSiteName }}", "target_model_type": "data/BaseSiteDAT", "choices": [] }, "custName": { "title": "Customer", "description": "Specify the customer that owns this site", "type": "string", "maxLength": 1024, "format": "uri", "required": false, "readonly": false, "is_password": false, "displayable": false, "target": "/api/data/BaseCustomerDAT/choices/?field=CustomerName&format=json&hierarchy=[hierarchy]&auth_token=[authtoken], "target_attr": "CustomerName", "default": "{{ macro.HcsDpCustomerName }}", "target_model_type": "data/BaseCustomerDAT", "choices": [] }, "ext": { "title": "External breakout number", "description": "The external breakout number for the country associated with this site.", "type": "string", "maxLength": 1, "required": false, "readonly": false, "is_password": false, "displayable": false, "pattern": "^$|^[0-9]*$" }, "slc": { "title": "Site location code", "description": "Site location code can have a maximum of 8 digits.", "type": "string", "maxLength": 8, "required": false, "readonly": false, "is_password": false, "displayable": false, "pattern": "^$|^[0-9]+$" }, "extLen": { "title": "Extension length", "description": "Extensions can be from 1 to 30 digits in length.", "type": "string", "maxLength": 2, "required": true, "readonly": false, "is_password": false, "displayable": false, "pattern": "^([1-9]|[12][0-9]|[3][0])$", "default": "4" }, "extPrefixReq": { "title": "Extension prefix required?", "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.", "type": "boolean", "required": false, "readonly": false, "is_password": false, "displayable": false, "default": "false" }, "areaCodeArray": { "title": "Area Codes", "description": "Specify one or more area codes for this site.", "type": "array", "minItems": 0, "required": false, "readonly": false, "is_password": false, "displayable": false, "items": { "type": "object", "is_password": false, "properties": { "areaCode": { "title": "Area Code", "description": "An area code associated with this site.", "type": "string", "maxLength": 8, "required": true, "readonly": false, "displayable": false, "is_password": false, "pattern": "^[0-9#*]+$" }, "locNumLen": { "title": "Local Number Length", "description": "Length of the local numbers associated with this area code.", "type": "string", "maxLength": 2, "required": true, "readonly": false, "displayable": false, "is_password": false } } } }, "areaCodeInLocalDialing": { "title": "Area Code Used for Local Dialing", "description": "Indicates whether area code is needed for local dialing.", "type": "boolean", "required": false, "readonly": false, "is_password": false, "displayable": false }, "pubNumber": { "title": "Published number", "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.", "type": "string", "maxLength": 1024, "required": false, "readonly": false, "is_password": false, "displayable": false, "pattern": "^$|^(\\\\\\+)?[0-9]+$|^\\+?[0-9]+$" }, "emerNumber": { "title": "Emergency number", "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}}*\\+!", "type": "string", "maxLength": 1024, "required": false, "readonly": false, "is_password": false, "displayable": false, "pattern": "^$|^(\\\\\\+)?[0-9]+$|^\\+?[0-9]+$" }, "siteId": { "title": "Site ID", "description": "Unique ID for this site", "type": "string", "maxLength": 1024, "required": true, "readonly": true, "is_password": false, "displayable": false, "default": "{{ macro.HcsDpSiteId }}" }, "active": { "title": "Site Active", "description": "Enable to activate the site.", "type": "boolean", "required": false, "readonly": false, "is_password": false, "displayable": false, "default": "false" }, "slcBased": { "title": "Site-Location Code (SLC) Based Dial Plan", "description": "Indicates whether or not Site Location Code is required for this customer. This value for this field taken from Customer Dial Plan model.", "type": "boolean", "required": true, "readonly": false, "is_password": false, "displayable": false, "default": "{{ data.DpCustomer.slcBased }}" }, "debug": { "title": "Debug Info", "description": "Used to store store debug info and on-screen help information.", "type": "string", "maxLength": 1024, "required": false, "readonly": false, "is_password": false, "displayable": false, "default": "Default debug info" }, "createEmerPattern": { "title": "Use DDI for emergency calls", "description": "Use DDI for emergency calls when user is at home location", "type": "boolean", "required": false, "readonly": false, "is_password": false, "displayable": false }, "shadow": { "title": "Shadow", "type": "array", "items": { "type": "object", "properties": { "name": { "title": "Name", "type": "string", "maxLength": 1024, "required": true, "readonly": false, "is_password": false, "displayable": false } } }, "maxItems": 1 } }, "schema_version": "2.2" }
Task | Call | URL | Parameters | Response |
---|---|---|---|---|
Get the GUI Add form. | GET | /api/relation/HcsDpManageSiteREL/add/ |
|
The GUI Add form of relation/HcsDpManageSiteREL 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/relation/HcsDpManageSiteREL | 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/relation/HcsDpManageSiteREL/ | hierarchy=[hierarchy] | {"hrefs":["/api/relation/HcsDpManageSiteREL/[pkid1]", "/api/relation/HcsDpManageSiteREL/[pkid2]", ...]} |
GET http://[host-proxy]/api/relation/HcsDpManageSiteREL/?hierarchy=[hierarchy]&format=json
Task | Call | URL | Parameters | Payload |
---|---|---|---|---|
Get a selected [export_format] of the schema and instances [pkid1], [pkid2],... of relation/HcsDpManageSiteREL; optionally with tag_version at [version] and Configuration Template as [configtemplate]. | POST | /api/relation/HcsDpManageSiteREL/export/ |
|
{ "hrefs":["/api/relation/HcsDpManageSiteREL/[pkid1]", "/api/relation/HcsDpManageSiteREL/[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 relation/HcsDpManageSiteREL and the JSON format can be used to import instances of relation/HcsDpManageSiteREL.
GET http://[host-proxy]/api/relation/HcsDpManageSiteREL/?hierarchy=[hierarchy]
Task | Call | URL | Parameters | Response |
---|---|---|---|---|
Get a compressed format of the Bulk Load spreadsheet template for relation/HcsDpManageSiteREL | POST | /api/relation/HcsDpManageSiteREL/export_bulkload_template/ |
|
The response is an attachment of the format: filetype_bulkloadsheet.xlsx.gz |
Task | Call | URL | Parameters | Response |
---|---|---|---|---|
List | GET | /api/relation/HcsDpManageSiteREL/ |
|
The relation/HcsDpManageSiteREL schema and all instances as JSON. |
(The list will return 0 to 3 relation/HcsDpManageSiteREL instances)
{ "pagination": { "skip": 0, "limit": 3, "maximum_limit": 2000, "total": 8, "total_limit": null, "order_by": "siteName", "direction": "asc", "current": "/api/relation/HcsDpManageSiteREL/?skip=0&limit=3&order_by=siteName&direction=asc&traversal=down" }, "operations": [ "bulk_update", "help", "update", "add", "export", "get", "list", "export_bulkload_template", "remove", "configuration_template", "field_display_policy" ], "meta": { "model_type": "relation/HcsDpManageSiteREL", "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" }, { "name": "hierarchy_friendly_name", "title": "Located At", "allow_filtering": true } ], "tagged_versions": [], "tags": [], "title": "", "business_key": {}, "api_version": "21.2", "cached": true, "references": { "children": [], "parent": [ { "href": "/api/data/HierarchyNode/6t0ggef2c0deab00hb595101", "pkid": "6t0ggef2c0deab00hb595101" } ], "device": [ { "href": "", "pkid": "" } ], "foreign_key": [], "self": [ { "href": "/api/relation/HcsDpManageSiteREL/None/", "pkid": null } ] }, "model_specific_actions": [ "help", "update", "add", "export", "get", "list", "export_bulkload_template", "remove" ], "schema_version": "2.2", "actions": [ { "add": { "method": "GET", "class": "add", "href": "/api/relation/HcsDpManageSiteREL/add/?hierarchy=[hierarchy]", "support_async": false, "title": "Add" } }, { "remove": { "method": "DELETE", "class": "delete", "href": "/api/relation/HcsDpManageSiteREL/?hierarchy=[hierarchy]", "support_async": true, "title": "Delete" } }, { "export": { "method": "POST", "class": "export", "href": "/api/relation/HcsDpManageSiteREL/export/?hierarchy=[hierarchy]", "support_async": false, "title": "Export", "view": "/api/view/ExportData/add/?auth_token=[authtoken], "submit": "payload" } }, { "export_bulkload_template": { "method": "POST", "class": "bulkload_template", "href": "/api/relation/HcsDpManageSiteREL/export_bulkload_template/?hierarchy=[hierarchy]", "support_async": false, "title": "Export Bulk Load Template" } }, { "list": { "method": "GET", "class": "list", "href": "/api/relation/HcsDpManageSiteREL/?hierarchy=[hierarchy]", "support_async": false, "title": "List" } }, { "help": { "method": "GET", "class": "help", "href": "/api/relation/HcsDpManageSiteREL/help?hierarchy=[hierarchy]", "support_async": false, "title": "Help" } } ] }, "resources": [ { "data": { "extLen": "7", "ext": "0", "debug": "Valid Site created for AB_Group", "slcBased": false, "emerNumber": "+494215380", "custName": "AB_Group", "siteName": "CL1-AB-C-Berlin", "areaCodeArray": [ { "areaCode": "421", "locNumLen": "8" } ], "extPrefixReq": false, "siteId": "6", "pubNumber": "+494215380", "active": true, "areaCodeInLocalDialing": true, "slc": "", "pkid": "5df0b92bce894e0012767094", "hierarchy_friendly_name": "CL1-AB-C-Berlin (Site)", "hierarchy_path": "sys.hcs.CS-P.CS-AB.AB_Group.AB-C.CL1-AB-C-Berlin" }, "meta": { "model_type": "relation/HcsDpManageSiteREL", "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" }, { "name": "hierarchy_friendly_name", "title": "Located At", "allow_filtering": true } ], "tagged_versions": [], "tags": [], "title": "title format", "business_key": { "hierarchy": true, "unique": [ "siteName" ] }, "api_version": "21.2", "cached": true, "references": { "device": [ { "href": "", "pkid": "" } ], "owner": [ { "pkid": "" } ], "parent": [ { "pkid": "5df0b767ce894e001275f0cf", "href": "/api/data/HierarchyNode/5df0b767ce894e001275f0cf" } ], "foreign_key": [ { "pkid": "5df0b76ece894e001275f293", "path": "siteName", "model_type": "data/BaseSiteDAT" }, { "pkid": "5df0b66cce894e001275a94c", "path": "custName", "model_type": "data/BaseCustomerDAT" } ], "self": [ { "href": "/api/relation/HcsDpManageSiteREL/5df0b92bce894e001276708f/", "pkid": "5df0b92bce894e001276708f" } ] }, "path": [ "6t0ggef2c0deab00hb595101", "5da4c643ce894e0012225c90", "5df0b338ce894e001275535c", "5df0b3a3ce894e0012756904", "5df0b66bce894e001275a913", "5df0b6b6ce894e001275ca48", "5df0b767ce894e001275f0cf", "5df0b92bce894e001276708f" ], "schema_version": "2.5", "actions": [ { "update": { "method": "PUT", "class": "update", "href": "/api/relation/HcsDpManageSiteREL/5df0b92bce894e001276708f/", "support_async": true, "title": "Modify" } }, { "remove": { "method": "DELETE", "class": "delete", "href": "/api/relation/HcsDpManageSiteREL/5df0b92bce894e001276708f/", "support_async": true, "title": "Delete" } }, { "export": { "method": "GET", "class": "export", "href": "/api/relation/HcsDpManageSiteREL/5df0b92bce894e001276708f/export/", "support_async": false, "title": "Export", "view": "/api/view/ExportData/add/", "submit": "payload" } }, { "get": { "method": "GET", "class": "get", "href": "/api/relation/HcsDpManageSiteREL/5df0b92bce894e001276708f/", "support_async": false, "title": "Get" } }, { "help": { "method": "GET", "class": "help", "href": "/api/relation/HcsDpManageSiteREL/5df0b92bce894e001276708f/help", "support_async": false, "title": "Help" } } ], "summary": "false" }, "pkid": "5df0b92bce894e001276708f" }, { "data": { "extLen": "7", "ext": "0", "pkid": "5df0b8a7ce894e0012763001", "siteName": "CL1-AB-C-Grenoble", "slcBased": false, "emerNumber": "+33561935556", "custName": "AB_Group", "active": true, "areaCodeArray": [ { "areaCode": "5", "locNumLen": "8" } ], "extPrefixReq": false, "siteId": "2", "debug": "Valid Site created for AB_Group", "pubNumber": "+33561935555", "areaCodeInLocalDialing": true, "slc": "", "hierarchy_friendly_name": "CL1-AB-C-Grenoble (Site)", "hierarchy_path": "sys.hcs.CS-P.CS-AB.AB_Group.AB-C.CL1-AB-C-Grenoble" }, "meta": { "model_type": "relation/HcsDpManageSiteREL", "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" }, { "name": "hierarchy_friendly_name", "title": "Located At", "allow_filtering": true } ], "tagged_versions": [], "tags": [], "title": "title format", "business_key": { "hierarchy": true, "unique": [ "siteName" ] }, "api_version": "21.2", "cached": true, "references": { "device": [ { "href": "", "pkid": "" } ], "owner": [ { "pkid": "" } ], "parent": [ { "pkid": "5df0b73fce894e001275e736", "href": "/api/data/HierarchyNode/5df0b73fce894e001275e736" } ], "foreign_key": [ { "pkid": "5df0b747ce894e001275e8cf", "path": "siteName", "model_type": "data/BaseSiteDAT" }, { "pkid": "5df0b66cce894e001275a94c", "path": "custName", "model_type": "data/BaseCustomerDAT" } ], "self": [ { "href": "/api/relation/HcsDpManageSiteREL/5df0b8a7ce894e0012762ffc/", "pkid": "5df0b8a7ce894e0012762ffc" } ] }, "path": [ "6t0ggef2c0deab00hb595101", "5da4c643ce894e0012225c90", "5df0b338ce894e001275535c", "5df0b3a3ce894e0012756904", "5df0b66bce894e001275a913", "5df0b6b6ce894e001275ca48", "5df0b73fce894e001275e736", "5df0b8a7ce894e0012762ffc" ], "schema_version": "2.5", "actions": [ { "update": { "method": "PUT", "class": "update", "href": "/api/relation/HcsDpManageSiteREL/5df0b8a7ce894e0012762ffc/", "support_async": true, "title": "Modify" } }, { "remove": { "method": "DELETE", "class": "delete", "href": "/api/relation/HcsDpManageSiteREL/5df0b8a7ce894e0012762ffc/", "support_async": true, "title": "Delete" } }, { "export": { "method": "GET", "class": "export", "href": "/api/relation/HcsDpManageSiteREL/5df0b8a7ce894e0012762ffc/export/", "support_async": false, "title": "Export", "view": "/api/view/ExportData/add/", "submit": "payload" } }, { "get": { "method": "GET", "class": "get", "href": "/api/relation/HcsDpManageSiteREL/5df0b8a7ce894e0012762ffc/", "support_async": false, "title": "Get" } }, { "help": { "method": "GET", "class": "help", "href": "/api/relation/HcsDpManageSiteREL/5df0b8a7ce894e0012762ffc/help", "support_async": false, "title": "Help" } } ], "summary": "false" }, "pkid": "5df0b8a7ce894e0012762ffc" }, { "data": { "extLen": "7", "ext": "0", "pkid": "5df0b90bce894e0012766075", "siteName": "CL1-AB-C-Hannover", "slcBased": false, "emerNumber": "+494074370", "custName": "AB_Group", "active": true, "areaCodeArray": [ { "areaCode": "40", "locNumLen": "9" } ], "extPrefixReq": false, "siteId": "5", "debug": "Valid Site created for AB_Group", "pubNumber": "+494074370", "areaCodeInLocalDialing": true, "slc": "", "hierarchy_friendly_name": "CL1-AB-C-Hannover (Site)", "hierarchy_path": "sys.hcs.CS-P.CS-AB.AB_Group.AB-C.CL1-AB-C-Hannover" }, "meta": { "model_type": "relation/HcsDpManageSiteREL", "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" }, { "name": "hierarchy_friendly_name", "title": "Located At", "allow_filtering": true } ], "tagged_versions": [], "tags": [], "title": "title format", "business_key": { "hierarchy": true, "unique": [ "siteName" ] }, "api_version": "21.2", "cached": true, "references": { "device": [ { "href": "", "pkid": "" } ], "owner": [ { "pkid": "" } ], "parent": [ { "pkid": "5df0b75ece894e001275ee96", "href": "/api/data/HierarchyNode/5df0b75ece894e001275ee96" } ], "foreign_key": [ { "pkid": "5df0b765ce894e001275f045", "path": "siteName", "model_type": "data/BaseSiteDAT" }, { "pkid": "5df0b66cce894e001275a94c", "path": "custName", "model_type": "data/BaseCustomerDAT" } ], "self": [ { "href": "/api/relation/HcsDpManageSiteREL/5df0b90bce894e0012766070/", "pkid": "5df0b90bce894e0012766070" } ] }, "path": [ "6t0ggef2c0deab00hb595101", "5da4c643ce894e0012225c90", "5df0b338ce894e001275535c", "5df0b3a3ce894e0012756904", "5df0b66bce894e001275a913", "5df0b6b6ce894e001275ca48", "5df0b75ece894e001275ee96", "5df0b90bce894e0012766070" ], "schema_version": "2.5", "actions": [ { "update": { "method": "PUT", "class": "update", "href": "/api/relation/HcsDpManageSiteREL/5df0b90bce894e0012766070/", "support_async": true, "title": "Modify" } }, { "remove": { "method": "DELETE", "class": "delete", "href": "/api/relation/HcsDpManageSiteREL/5df0b90bce894e0012766070/", "support_async": true, "title": "Delete" } }, { "export": { "method": "GET", "class": "export", "href": "/api/relation/HcsDpManageSiteREL/5df0b90bce894e0012766070/export/", "support_async": false, "title": "Export", "view": "/api/view/ExportData/add/", "submit": "payload" } }, { "get": { "method": "GET", "class": "get", "href": "/api/relation/HcsDpManageSiteREL/5df0b90bce894e0012766070/", "support_async": false, "title": "Get" } }, { "help": { "method": "GET", "class": "help", "href": "/api/relation/HcsDpManageSiteREL/5df0b90bce894e0012766070/help", "support_async": false, "title": "Help" } } ], "summary": "false" }, "pkid": "5df0b90bce894e0012766070" } ] }
(Show the first instance)
{ "data": { "extLen": "7", "ext": "0", "debug": "Valid Site created for AB_Group", "slcBased": false, "emerNumber": "+494215380", "custName": "AB_Group", "siteName": "CL1-AB-C-Berlin", "areaCodeArray": [ { "areaCode": "421", "locNumLen": "8" } ], "extPrefixReq": false, "siteId": "6", "pubNumber": "+494215380", "active": true, "areaCodeInLocalDialing": true, "slc": "", "shadow": [] }, "meta": { "model_type": "relation/HcsDpManageSiteREL", "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" }, { "name": "hierarchy_friendly_name", "title": "Located At", "allow_filtering": true } ], "tagged_versions": [], "tags": [], "title": "CL1-AB-C-Berlin", "business_key": {}, "api_version": "21.2", "cached": true, "cache_control_policy": "cache_then_device", "references": { "device": [ { "href": "", "pkid": "" } ], "children": [], "parent": [ { "pkid": "5df0b767ce894e001275f0cf", "href": "/api/data/HierarchyNode/5df0b767ce894e001275f0cf" } ], "self": [ { "href": "/api/relation/HcsDpManageSiteREL/5df0b92bce894e001276708f/", "pkid": "5df0b92bce894e001276708f" } ] }, "schema_version": "2.2", "actions": [ { "update": { "method": "PUT", "class": "update", "href": "/api/relation/HcsDpManageSiteREL/5df0b92bce894e001276708f/?hierarchy=[hierarchy]", "support_async": true, "title": "Modify" } }, { "remove": { "method": "DELETE", "class": "delete", "href": "/api/relation/HcsDpManageSiteREL/5df0b92bce894e001276708f/?hierarchy=[hierarchy]", "support_async": true, "title": "Delete" } }, { "export": { "method": "GET", "class": "export", "href": "/api/relation/HcsDpManageSiteREL/5df0b92bce894e001276708f/export/?hierarchy=[hierarchy]", "support_async": false, "title": "Export", "view": "/api/view/ExportData/add/?auth_token=[authtoken], "submit": "payload" } }, { "get": { "method": "GET", "class": "get", "href": "/api/relation/HcsDpManageSiteREL/5df0b92bce894e001276708f/?hierarchy=[hierarchy]", "support_async": false, "title": "Get" } }, { "help": { "method": "GET", "class": "help", "href": "/api/relation/HcsDpManageSiteREL/5df0b92bce894e001276708f/help?hierarchy=[hierarchy]", "support_async": false, "title": "Help" } } ] }, "pkid": "5df0b92bce894e001276708f" }
Task | Call | URL | Parameters | Response |
---|---|---|---|---|
Get the on-line Help for relation/HcsDpManageSiteREL. | GET | /api/relation/HcsDpManageSiteREL/help | hierarchy=[hierarchy] | On-line help of Model ref.: relation/HcsDpManageSiteREL as HTML |
Task | Call | URL | Parameters | Payload |
---|---|---|---|---|
Modify | PUT | /api/relation/HcsDpManageSiteREL/[pkid] | hierarchy=[hierarchy] | (For payload specification) |
For Bulk modification, refer to the Bulk Modify section.
Task | Call | URL | Parameters | Response |
---|---|---|---|---|
Delete | DELETE | /api/relation/HcsDpManageSiteREL/[pkid] | hierarchy=[hierarchy] |
Task | Call | URL | Parameters | Response |
---|---|---|---|---|
Get a selected [export_format] of the schema and a single instance with [pkid] of relation/HcsDpManageSiteREL; optionally with tag_version at [version] and Configuration Template as [configtemplate]. | GET | /api/relation/HcsDpManageSiteREL/[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 relation/HcsDpManageSiteREL and the JSON format can be used to import instances of relation/HcsDpManageSiteREL.
For Bulk Export, refer to the Bulk Export section.
Task | Call | URL | Parameters | Response |
---|---|---|---|---|
Get | GET | /api/relation/HcsDpManageSiteREL/[pkid] | hierarchy=[hierarchy] | The relation/HcsDpManageSiteREL instance with [pkid]. |
Task | Call | URL | Parameters | Response |
---|---|---|---|---|
Help | GET | /api/relation/HcsDpManageSiteREL/[pkid]/help | hierarchy=[hierarchy] | The on-line Help for relation/HcsDpManageSiteREL. |