[Index]
HcsLocalizedStringDat
Model ref.: data/HcsLocalizedStringDat
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": { "key": { "is_password": false, "title": "Key", "required": true, "displayable": false, "readonly": false, "maxLength": 1024, "type": "string" }, "value": { "is_password": false, "title": "Localized String", "required": true, "displayable": true, "readonly": false, "maxLength": 1024, "type": "string" } }, "schema_version": "2.1" }
Task | Call | URL | Parameters | Response |
---|---|---|---|---|
Get the GUI Add form. | GET | /api/data/HcsLocalizedStringDat/add/ |
|
The GUI Add form of data/HcsLocalizedStringDat 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/HcsLocalizedStringDat | 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/HcsLocalizedStringDat/ | hierarchy=[hierarchy] | {"hrefs":["/api/data/HcsLocalizedStringDat/[pkid1]", "/api/data/HcsLocalizedStringDat/[pkid2]", ...]} |
GET http://[host-proxy]/api/data/HcsLocalizedStringDat/?hierarchy=[hierarchy]&format=json
Task | Call | URL | Parameters | Response |
---|---|---|---|---|
List | GET | /api/data/HcsLocalizedStringDat/ |
|
The data/HcsLocalizedStringDat schema and all instances as JSON. |
(The list will return 0 to 3 data/HcsLocalizedStringDat instances)
{ "pagination": { "skip": 0, "limit": 3, "maximum_limit": 2000, "total": 149, "total_limit": null, "order_by": "key", "direction": "asc", "current": "/api/data/HcsLocalizedStringDat/?skip=0&limit=3&order_by=key&direction=asc&traversal=fulltree" }, "operations": [ "field_display_policy", "update", "help", "remove", "move", "add", "export", "list", "configuration_template", "get", "bulk_update_form", "migration", "transform", "export_bulkload_template" ], "meta": { "model_type": "data/HcsLocalizedStringDat", "summary_attrs": [ { "name": "key", "title": "Key" }, { "name": "hierarchy_friendly_name", "title": "Located At", "allow_filtering": true } ], "tagged_versions": [], "tags": [], "title": "", "business_key": { "hierarchy": true, "unique": [ "key" ] }, "api_version": "21.2", "cached": true, "references": { "children": [], "parent": [ { "href": "/api/data/HierarchyNode/6t0ggef2c0deab00hb595101", "pkid": "6t0ggef2c0deab00hb595101" } ], "device": [ { "href": "", "pkid": "" } ], "foreign_key": [] }, "model_specific_actions": [ "list", "get", "add", "update", "remove", "import", "execute" ], "schema_version": "2.1", "actions": [ { "add": { "method": "GET", "class": "add", "href": "/api/data/HcsLocalizedStringDat/add/?hierarchy=[hierarchy]", "support_async": false, "title": "Add" } }, { "remove": { "method": "DELETE", "class": "delete", "href": "/api/data/HcsLocalizedStringDat/?hierarchy=[hierarchy]", "support_async": true, "title": "Delete" } }, { "list": { "method": "GET", "class": "list", "href": "/api/data/HcsLocalizedStringDat/?hierarchy=[hierarchy]", "support_async": false, "title": "List" } } ] }, "resources": [ { "data": { "key": "auditReport_component", "value": "Custom Templates Audit", "pkid": "5ad5d398affa9343e4d991d7", "hierarchy_friendly_name": "hcs (Hcs)", "hierarchy_path": "sys.hcs" }, "meta": { "model_type": "data/HcsLocalizedStringDat", "summary_attrs": [ { "name": "key", "title": "Key" }, { "name": "hierarchy_friendly_name", "title": "Located At", "allow_filtering": true } ], "tagged_versions": [ { "pkid": "5ad5d398affa9343e4d991d8", "version": "0.1.1", "href": "/api/v0/data/HcsLocalizedStringDat/5ad5d398affa9343e4d991d6/?cached=5ad5d398affa9343e4d991d8" } ], "tags": [ "HcsLocalization", "V4UC", "ba_CommonOverlay" ], "title": "title format", "business_key": { "hierarchy": false, "unique": [ "key" ] }, "api_version": "21.2", "cached": true, "references": { "device": [ { "href": "", "pkid": "" } ], "owner": [ { "pkid": "" } ], "parent": [ { "pkid": "5ad5bacbaffa9343e4d93e01", "href": "/api/data/HierarchyNode/5ad5bacbaffa9343e4d93e01" } ], "foreign_key": [], "self": [ { "href": "/api/data/HcsLocalizedStringDat/5ad5d398affa9343e4d991d6/", "pkid": "5ad5d398affa9343e4d991d6" } ] }, "path": [ "6t0ggef2c0deab00hb595101", "5ad5bacbaffa9343e4d93e01", "5ad5d398affa9343e4d991d6" ], "version_tag": "0.1.1", "schema_version": "2.1", "actions": [ { "update": { "method": "PUT", "class": "update", "href": "/api/data/HcsLocalizedStringDat/5ad5d398affa9343e4d991d6/", "support_async": true, "title": "Modify" } }, { "remove": { "method": "DELETE", "class": "delete", "href": "/api/data/HcsLocalizedStringDat/5ad5d398affa9343e4d991d6/", "support_async": true, "title": "Delete" } }, { "import": { "method": "POST", "class": "import", "href": "/api/data/HcsLocalizedStringDat/5ad5d398affa9343e4d991d6/import/", "support_async": true, "title": "Import" } }, { "execute": { "method": "POST", "class": "execute", "href": "/api/data/HcsLocalizedStringDat/5ad5d398affa9343e4d991d6/execute/", "support_async": true, "title": "Execute" } }, { "get": { "method": "GET", "class": "get", "href": "/api/data/HcsLocalizedStringDat/5ad5d398affa9343e4d991d6/", "support_async": false, "title": "Get" } } ], "summary": "false" }, "pkid": "5ad5d398affa9343e4d991d6" }, { "data": { "key": "auditReport_no_templates", "value": "There were no customized templates found at ", "pkid": "5ad5d394affa9343e4d991ce", "hierarchy_friendly_name": "hcs (Hcs)", "hierarchy_path": "sys.hcs" }, "meta": { "model_type": "data/HcsLocalizedStringDat", "summary_attrs": [ { "name": "key", "title": "Key" }, { "name": "hierarchy_friendly_name", "title": "Located At", "allow_filtering": true } ], "tagged_versions": [ { "pkid": "5ad5d394affa9343e4d991cf", "version": "0.1.1", "href": "/api/v0/data/HcsLocalizedStringDat/5ad5d394affa9343e4d991cd/?cached=5ad5d394affa9343e4d991cf" } ], "tags": [ "HcsLocalization", "V4UC", "ba_CommonOverlay" ], "title": "title format", "business_key": { "hierarchy": false, "unique": [ "key" ] }, "api_version": "21.2", "cached": true, "references": { "device": [ { "href": "", "pkid": "" } ], "owner": [ { "pkid": "" } ], "parent": [ { "pkid": "5ad5bacbaffa9343e4d93e01", "href": "/api/data/HierarchyNode/5ad5bacbaffa9343e4d93e01" } ], "foreign_key": [], "self": [ { "href": "/api/data/HcsLocalizedStringDat/5ad5d394affa9343e4d991cd/", "pkid": "5ad5d394affa9343e4d991cd" } ] }, "path": [ "6t0ggef2c0deab00hb595101", "5ad5bacbaffa9343e4d93e01", "5ad5d394affa9343e4d991cd" ], "version_tag": "0.1.1", "schema_version": "2.1", "actions": [ { "update": { "method": "PUT", "class": "update", "href": "/api/data/HcsLocalizedStringDat/5ad5d394affa9343e4d991cd/", "support_async": true, "title": "Modify" } }, { "remove": { "method": "DELETE", "class": "delete", "href": "/api/data/HcsLocalizedStringDat/5ad5d394affa9343e4d991cd/", "support_async": true, "title": "Delete" } }, { "import": { "method": "POST", "class": "import", "href": "/api/data/HcsLocalizedStringDat/5ad5d394affa9343e4d991cd/import/", "support_async": true, "title": "Import" } }, { "execute": { "method": "POST", "class": "execute", "href": "/api/data/HcsLocalizedStringDat/5ad5d394affa9343e4d991cd/execute/", "support_async": true, "title": "Execute" } }, { "get": { "method": "GET", "class": "get", "href": "/api/data/HcsLocalizedStringDat/5ad5d394affa9343e4d991cd/", "support_async": false, "title": "Get" } } ], "summary": "false" }, "pkid": "5ad5d394affa9343e4d991cd" }, { "data": { "key": "auditReport_rec_action", "value": "Please make sure these templates are expected at hierarchy ", "pkid": "5ad5d397affa9343e4d991d4", "hierarchy_friendly_name": "hcs (Hcs)", "hierarchy_path": "sys.hcs" }, "meta": { "model_type": "data/HcsLocalizedStringDat", "summary_attrs": [ { "name": "key", "title": "Key" }, { "name": "hierarchy_friendly_name", "title": "Located At", "allow_filtering": true } ], "tagged_versions": [ { "pkid": "5ad5d397affa9343e4d991d5", "version": "0.1.1", "href": "/api/v0/data/HcsLocalizedStringDat/5ad5d396affa9343e4d991d3/?cached=5ad5d397affa9343e4d991d5" } ], "tags": [ "HcsLocalization", "V4UC", "ba_CommonOverlay" ], "title": "title format", "business_key": { "hierarchy": false, "unique": [ "key" ] }, "api_version": "21.2", "cached": true, "references": { "device": [ { "href": "", "pkid": "" } ], "owner": [ { "pkid": "" } ], "parent": [ { "pkid": "5ad5bacbaffa9343e4d93e01", "href": "/api/data/HierarchyNode/5ad5bacbaffa9343e4d93e01" } ], "foreign_key": [], "self": [ { "href": "/api/data/HcsLocalizedStringDat/5ad5d396affa9343e4d991d3/", "pkid": "5ad5d396affa9343e4d991d3" } ] }, "path": [ "6t0ggef2c0deab00hb595101", "5ad5bacbaffa9343e4d93e01", "5ad5d396affa9343e4d991d3" ], "version_tag": "0.1.1", "schema_version": "2.1", "actions": [ { "update": { "method": "PUT", "class": "update", "href": "/api/data/HcsLocalizedStringDat/5ad5d396affa9343e4d991d3/", "support_async": true, "title": "Modify" } }, { "remove": { "method": "DELETE", "class": "delete", "href": "/api/data/HcsLocalizedStringDat/5ad5d396affa9343e4d991d3/", "support_async": true, "title": "Delete" } }, { "import": { "method": "POST", "class": "import", "href": "/api/data/HcsLocalizedStringDat/5ad5d396affa9343e4d991d3/import/", "support_async": true, "title": "Import" } }, { "execute": { "method": "POST", "class": "execute", "href": "/api/data/HcsLocalizedStringDat/5ad5d396affa9343e4d991d3/execute/", "support_async": true, "title": "Execute" } }, { "get": { "method": "GET", "class": "get", "href": "/api/data/HcsLocalizedStringDat/5ad5d396affa9343e4d991d3/", "support_async": false, "title": "Get" } } ], "summary": "false" }, "pkid": "5ad5d396affa9343e4d991d3" } ] }
(Show the first instance)
{ "data": { "key": "auditReport_component", "value": "Custom Templates Audit", "pkid": "5ad5d398affa9343e4d991d7" }, "meta": { "model_type": "data/HcsLocalizedStringDat", "summary_attrs": [ { "name": "key", "title": "Key" }, { "name": "hierarchy_friendly_name", "title": "Located At", "allow_filtering": true } ], "tagged_versions": [ { "pkid": "5ad5d398affa9343e4d991d8", "version": "0.1.1", "href": "/api/v0/data/HcsLocalizedStringDat/5ad5d398affa9343e4d991d6/?cached=5ad5d398affa9343e4d991d8" } ], "tags": [ "HcsLocalization", "V4UC", "ba_CommonOverlay" ], "title": "title format", "business_key": { "hierarchy": true, "unique": [ "key" ] }, "api_version": "21.2", "cached": false, "references": { "device": [ { "href": "", "pkid": "" } ], "owner": [ { "pkid": "" } ], "parent": [ { "href": "/api/data/HierarchyNode/5ad5bacbaffa9343e4d93e01", "pkid": "5ad5bacbaffa9343e4d93e01" } ], "foreign_key": [], "children": [], "self": [ { "href": "/api/data/HcsLocalizedStringDat/5ad5d398affa9343e4d991d6/", "pkid": "5ad5d398affa9343e4d991d6" } ] }, "path": [ "6t0ggef2c0deab00hb595101", "5ad5bacbaffa9343e4d93e01", "5ad5d398affa9343e4d991d6" ], "version_tag": "0.1.1", "schema_version": "2.1", "actions": [ { "update": { "method": "PUT", "class": "update", "href": "/api/data/HcsLocalizedStringDat/5ad5d398affa9343e4d991d6/?hierarchy=[hierarchy]", "support_async": true, "title": "Modify" } }, { "remove": { "method": "DELETE", "class": "delete", "href": "/api/data/HcsLocalizedStringDat/5ad5d398affa9343e4d991d6/?hierarchy=[hierarchy]", "support_async": true, "title": "Delete" } }, { "import": { "method": "POST", "class": "import", "href": "/api/data/HcsLocalizedStringDat/5ad5d398affa9343e4d991d6/import/?hierarchy=[hierarchy]", "support_async": true, "title": "Import" } }, { "execute": { "method": "POST", "class": "execute", "href": "/api/data/HcsLocalizedStringDat/5ad5d398affa9343e4d991d6/execute/?hierarchy=[hierarchy]", "support_async": true, "title": "Execute" } }, { "get": { "method": "GET", "class": "get", "href": "/api/data/HcsLocalizedStringDat/5ad5d398affa9343e4d991d6/?hierarchy=[hierarchy]", "support_async": false, "title": "Get" } } ] }, "pkid": "5ad5d398affa9343e4d991d6" }
Task | Call | URL | Parameters | Payload |
---|---|---|---|---|
Modify | PUT | /api/data/HcsLocalizedStringDat/[pkid] | hierarchy=[hierarchy] | (For payload specification) |
For Bulk modification, refer to the Bulk Modify section.
Task | Call | URL | Parameters | Response |
---|---|---|---|---|
Delete | DELETE | /api/data/HcsLocalizedStringDat/[pkid] | hierarchy=[hierarchy] |
Task | Call | URL | Parameters | Payload |
---|---|---|---|---|
Import | POST | /api/data/HcsLocalizedStringDat/[pkid]/import | hierarchy=[hierarchy] | If payload required: |
Task | Call | URL | Parameters | Payload |
---|---|---|---|---|
Execute | POST | /api/data/HcsLocalizedStringDat/[pkid]/execute | hierarchy=[hierarchy] | If payload required: |
Task | Call | URL | Parameters | Response |
---|---|---|---|---|
Get | GET | /api/data/HcsLocalizedStringDat/[pkid] | hierarchy=[hierarchy] | The data/HcsLocalizedStringDat instance with [pkid]. |