[Index]
The DataModel that VOSS Automate uses to manage INI items.
Model ref.: data/InternalNumberInventory
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": { "status": { "title": "Status", "required": true, "type": "string", "choices": [ { "value": "Available", "title": "Available" }, { "value": "Used", "title": "Used" }, { "value": "Used-Utility", "title": "Used-Utility" }, { "value": "Reserved", "title": "Reserved" }, { "value": "Cooling", "title": "Cooling" } ] }, "internal_number": { "required": true, "type": "string", "title": "Internal Number" }, "vendor": { "type": "string", "title": "Vendor" }, "description": { "type": "string", "title": "Description" }, "extension": { "type": "string", "title": "Extension" }, "extra1": { "type": "string", "title": "Extra1" }, "release_date": { "type": "string", "description": "A value indicates that the number is in temporary 'cooldown' isolation (and therefore also temporarily unavailable until the cooling duration expires, refer to global settings).", "title": "Release Date" }, "extra8": { "type": "string", "title": "Extra8" }, "extra9": { "type": "string", "title": "Extra9" }, "e164number": { "type": "string", "title": "E164Number" }, "extra2": { "type": "string", "title": "Extra2" }, "tag": { "type": "string", "title": "Tag" }, "extra4": { "type": "string", "title": "Extra4" }, "extra5": { "type": "string", "title": "Extra5" }, "extra6": { "type": "string", "title": "Extra6" }, "extra7": { "type": "string", "title": "Extra7" }, "usage": { "type": "string", "title": "Usage" }, "reservation_notes": { "type": "string", "title": "Reservation notes" }, "extra3": { "type": "string", "title": "Extra3" }, "internal_number_type": { "title": "Internal Number Type", "type": "string", "choices": [ { "value": "DirectRouting", "title": "Direct Routing" }, { "value": "CallingPlan", "title": "Calling Plan" }, { "value": "OperatorConnect", "title": "Operator Connect" } ] } }, "schema_version": "2.2" }
Task | Call | URL | Parameters | Response |
---|---|---|---|---|
Get the GUI Add form. | GET | /api/data/InternalNumberInventory/add/ |
|
The GUI Add form of data/InternalNumberInventory 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/InternalNumberInventory | 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/InternalNumberInventory/ | hierarchy=[hierarchy] | {"hrefs":["/api/data/InternalNumberInventory/[pkid1]", "/api/data/InternalNumberInventory/[pkid2]", ...]} |
GET http://[host-proxy]/api/data/InternalNumberInventory/?hierarchy=[hierarchy]&format=json
Task | Call | URL | Parameters | Response |
---|---|---|---|---|
Bulk Modify | GET | /api/data/InternalNumberInventory/bulk_update/?schema=&schema_rules=true |
|
|
Task | Call | URL | Parameters | Payload |
---|---|---|---|---|
Bulk Modify | POST | /api/data/InternalNumberInventory/bulk_update/ |
|
For example: {"data":{"name":"value"}, "meta":{}, "request_meta":{ "hrefs":["/api/v0/data/InternalNumberInventory/[pkid1]", "/api/v0/data/InternalNumberInventory/[pkid2]",...]}} |
GET http://[host-proxy]/api/data/InternalNumberInventory/?hierarchy=[hierarchy]&format=json
Task | Call | URL | Parameters | Payload |
---|---|---|---|---|
Move the instance with [pkid] to [target_hierarchy] | POST | /api/tool/DataMove/?model_type=data/InternalNumberInventory |
|
{"hrefs": ["/api/data/InternalNumberInventory/[pkid]"]} |
Bulk Move | POST | /api/tool/DataMove/?model_type=data/InternalNumberInventory |
|
{"hrefs": ["/api/data/InternalNumberInventory/[pkid1]", "/api/data/InternalNumberInventory/[pkid2]",...]} |
Task | Call | URL | Parameters | Payload |
---|---|---|---|---|
Get a selected [export_format] of the schema and instances [pkid1], [pkid2],... of data/InternalNumberInventory; optionally with tag_version at [version] and Configuration Template as [configtemplate]. | POST | /api/data/InternalNumberInventory/export/ |
|
{ "hrefs":["/api/data/InternalNumberInventory/[pkid1]", "/api/data/InternalNumberInventory/[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/InternalNumberInventory and the JSON format can be used to import instances of data/InternalNumberInventory.
GET http://[host-proxy]/api/data/InternalNumberInventory/?hierarchy=[hierarchy]
Task | Call | URL | Parameters | Response |
---|---|---|---|---|
Get a compressed format of the Bulk Load spreadsheet template for data/InternalNumberInventory | POST | /api/data/InternalNumberInventory/export_bulkload_template/ |
|
The response is an attachment of the format: filetype_bulkloadsheet.xlsx.gz |
Task | Call | URL | Parameters | Response |
---|---|---|---|---|
Configuration Template | GET | /api/data/InternalNumberInventory/configuration_template/ | hierarchy=[hierarchy] |
|
POST http://[host-proxy]/api/data/ConfigurationTemplate/?hierarchy=[hierarchy]
Task | Call | URL | Parameters | Response |
---|---|---|---|---|
Field Display Policy | GET | /api/data/InternalNumberInventory/field_display_policy/ | hierarchy=[hierarchy] |
|
POST http://[host-proxy]/api/data/FieldDisplayPolicy/?hierarchy=[hierarchy]
Task | Call | URL | Parameters | Response |
---|---|---|---|---|
Migration Template | GET | /api/data/InternalNumberInventory/migration/ |
|
Task | Call | URL | Parameters | Response |
---|---|---|---|---|
List | GET | /api/data/InternalNumberInventory/ |
|
The data/InternalNumberInventory schema and all instances as JSON. |
(The list will return 0 to 3 data/InternalNumberInventory 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": "internal_number", "maximum_limit": 2000, "skip": 0, "current": "/api/data/InternalNumberInventory/?skip=0&limit=3&order_by=internal_number&direction=asc&traversal=default", "limit": 3, "total_limit": null, "total": 1565 }, "meta": { "tags": [], "cached": true, "title": "", "business_key": { "hierarchy": true, "unique": [ "internal_number" ] }, "schema_version": "2.2", "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/InternalNumberInventory/add/?hierarchy=[hierarchy]", "method": "GET", "title": "Add" } }, { "remove": { "support_async": true, "class": "delete", "href": "/api/data/InternalNumberInventory/?hierarchy=[hierarchy]", "method": "DELETE", "title": "Delete" } }, { "bulk_update_form": { "support_async": false, "class": "update", "href": "/api/data/InternalNumberInventory/bulk_update/?hierarchy=[hierarchy]&schema=&schema_rules=true", "method": "GET", "title": "Bulk Modify" } }, { "move": { "title": "Move", "support_async": true, "class": "move", "href": "/api/tool/DataMove/?hierarchy=[hierarchy]&model_type=data/InternalNumberInventory", "method": "POST", "view": "/api/tool/DataMove/?auth_token=[authtoken] } }, { "export": { "title": "Export", "support_async": false, "submit": "payload", "class": "export", "href": "/api/data/InternalNumberInventory/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/InternalNumberInventory/export_bulkload_template/?hierarchy=[hierarchy]", "method": "POST", "title": "Export Bulk Load Template" } }, { "tag": { "title": "Tag", "support_async": true, "method": "PATCH", "href": "/api/data/InternalNumberInventory/+tag/?hierarchy=[hierarchy]", "class": "tag", "view": "/api/view/TagNameForm/add/?auth_token=[authtoken] } }, { "tag_version": { "title": "Tag Version", "support_async": true, "method": "PATCH", "href": "/api/data/InternalNumberInventory/+tag_version/?hierarchy=[hierarchy]", "class": "tag_version", "view": "/api/view/TagVersionForm/add/?auth_token=[authtoken] } }, { "configuration_template": { "support_async": false, "class": "config", "href": "/api/data/InternalNumberInventory/configuration_template/?hierarchy=[hierarchy]", "method": "GET", "title": "Configuration Template" } }, { "field_display_policy": { "support_async": false, "class": "display_policy", "href": "/api/data/InternalNumberInventory/field_display_policy/?hierarchy=[hierarchy]", "method": "GET", "title": "Field Display Policy" } }, { "migration": { "support_async": false, "class": "migration", "href": "/api/data/InternalNumberInventory/migration/?hierarchy=[hierarchy]", "method": "GET", "title": "Migration Template" } }, { "list": { "support_async": false, "class": "list", "href": "/api/data/InternalNumberInventory/?hierarchy=[hierarchy]", "method": "GET", "title": "List" } }, { "help": { "support_async": false, "class": "help", "href": "/api/data/InternalNumberInventory/help?hierarchy=[hierarchy]", "method": "GET", "title": "Help" } } ], "model_type": "data/InternalNumberInventory", "model_specific_actions": [ "add", "bulk_update_form", "configuration_template", "export", "export_bulkload_template", "field_display_policy", "get", "help", "list", "migration", "remove", "tag", "tag_version", "update", "move" ], "summary_attrs": [ { "name": "internal_number", "title": "Internal Number" }, { "name": "status", "title": "Status" }, { "name": "usage", "title": "Usage" }, { "name": "e164number", "title": "E164Number" }, { "name": "extension", "title": "Extension" }, { "name": "release_date", "title": "Release Date" }, { "name": "tag", "title": "Tag" }, { "name": "description", "title": "Description" }, { "name": "reservation_notes", "title": "Reservation notes" }, { "name": "vendor", "title": "Vendor" }, { "name": "internal_number_type", "title": "Internal Number Type" }, { "name": "extra1", "title": "Extra1" }, { "name": "extra2", "title": "Extra2" }, { "name": "extra3", "title": "Extra3" }, { "name": "extra4", "title": "Extra4" }, { "name": "extra5", "title": "Extra5" }, { "name": "extra6", "title": "Extra6" }, { "name": "extra7", "title": "Extra7" }, { "name": "extra8", "title": "Extra8" }, { "name": "extra9", "title": "Extra9" }, { "allow_filtering": true, "name": "hierarchy_friendly_name", "title": "Located At" } ], "api_version": "21.2", "tagged_versions": [] }, "resources": [ { "pkid": "655efa7a40d96fe47c23deba", "meta": { "tags": [], "cached": true, "title": "18652200000", "business_key": { "hierarchy": true, "unique": [ "internal_number" ] }, "schema_version": "2.2", "summary": "false", "references": { "device": [ { "pkid": "", "href": "" } ], "owner": [ { "pkid": "" } ], "self": [ { "pkid": "655efa7a40d96fe47c23deba", "href": "/api/data/InternalNumberInventory/655efa7a40d96fe47c23deba/" } ], "parent": [ { "pkid": "655ef9fa40d96fe47c239796", "href": "/api/data/HierarchyNode/655ef9fa40d96fe47c239796" } ], "foreign_key": [] }, "actions": [ { "update": { "support_async": true, "class": "update", "href": "/api/data/InternalNumberInventory/655efa7a40d96fe47c23deba/", "method": "PUT", "title": "Modify" } }, { "remove": { "support_async": true, "class": "delete", "href": "/api/data/InternalNumberInventory/655efa7a40d96fe47c23deba/", "method": "DELETE", "title": "Delete" } }, { "move": { "title": "Move", "support_async": true, "class": "move", "href": "/api/tool/DataMove/655efa7a40d96fe47c23deba/?model_type=data/InternalNumberInventory", "method": "POST", "view": "/api/tool/DataMove/" } }, { "export": { "title": "Export", "support_async": false, "submit": "payload", "class": "export", "href": "/api/data/InternalNumberInventory/655efa7a40d96fe47c23deba/export/", "method": "GET", "view": "/api/view/ExportData/add/" } }, { "tag": { "title": "Tag", "support_async": true, "method": "PATCH", "href": "/api/data/InternalNumberInventory/655efa7a40d96fe47c23deba/+tag/", "class": "tag", "view": "/api/view/TagNameForm/add/" } }, { "tag_version": { "title": "Tag Version", "support_async": true, "method": "PATCH", "href": "/api/data/InternalNumberInventory/655efa7a40d96fe47c23deba/+tag_version/", "class": "tag_version", "view": "/api/view/TagVersionForm/add/" } }, { "get": { "support_async": false, "class": "get", "href": "/api/data/InternalNumberInventory/655efa7a40d96fe47c23deba/", "method": "GET", "title": "Get" } }, { "help": { "support_async": false, "class": "help", "href": "/api/data/InternalNumberInventory/655efa7a40d96fe47c23deba/help", "method": "GET", "title": "Help" } } ], "model_type": "data/InternalNumberInventory", "path": [ "6t0ggef2c0deab00hb595101", "5df35e48ce894e0012b345a1", "5f3ae1fcce894e001204e0ed", "5f3ae236ce894e001204efa0", "655ef9d340d96fe47c238be3", "655ef9f140d96fe47c23954f", "655ef9fa40d96fe47c239796", "655efa7a40d96fe47c23deba" ], "summary_attrs": [ { "name": "internal_number", "title": "Internal Number" }, { "name": "status", "title": "Status" }, { "name": "usage", "title": "Usage" }, { "name": "e164number", "title": "E164Number" }, { "name": "extension", "title": "Extension" }, { "name": "release_date", "title": "Release Date" }, { "name": "tag", "title": "Tag" }, { "name": "description", "title": "Description" }, { "name": "reservation_notes", "title": "Reservation notes" }, { "name": "vendor", "title": "Vendor" }, { "name": "internal_number_type", "title": "Internal Number Type" }, { "name": "extra1", "title": "Extra1" }, { "name": "extra2", "title": "Extra2" }, { "name": "extra3", "title": "Extra3" }, { "name": "extra4", "title": "Extra4" }, { "name": "extra5", "title": "Extra5" }, { "name": "extra6", "title": "Extra6" }, { "name": "extra7", "title": "Extra7" }, { "name": "extra8", "title": "Extra8" }, { "name": "extra9", "title": "Extra9" }, { "allow_filtering": true, "name": "hierarchy_friendly_name", "title": "Located At" } ], "api_version": "21.2", "tagged_versions": [] }, "data": { "status": "Available", "pkid": "655efa7a40d96fe47c23debe", "internal_number": "18652200000", "hierarchy_friendly_name": "Juronga Square (Site)", "hierarchy_path": "sys.hcs.CS-P.CS-NB.VossAutoBuild.West.Juronga Square" } }, { "pkid": "655efa7a40d96fe47c23dece", "meta": { "tags": [], "cached": true, "title": "18652200001", "business_key": { "hierarchy": true, "unique": [ "internal_number" ] }, "schema_version": "2.2", "summary": "false", "references": { "device": [ { "pkid": "", "href": "" } ], "owner": [ { "pkid": "" } ], "self": [ { "pkid": "655efa7a40d96fe47c23dece", "href": "/api/data/InternalNumberInventory/655efa7a40d96fe47c23dece/" } ], "parent": [ { "pkid": "655ef9fa40d96fe47c239796", "href": "/api/data/HierarchyNode/655ef9fa40d96fe47c239796" } ], "foreign_key": [] }, "actions": [ { "update": { "support_async": true, "href": "/api/data/InternalNumberInventory/655efa7a40d96fe47c23dece/", "title": "Modify", "class": "update", "method": "PUT" } }, { "remove": { "support_async": true, "href": "/api/data/InternalNumberInventory/655efa7a40d96fe47c23dece/", "title": "Delete", "class": "delete", "method": "DELETE" } }, { "move": { "title": "Move", "support_async": true, "class": "move", "href": "/api/tool/DataMove/655efa7a40d96fe47c23dece/?model_type=data/InternalNumberInventory", "method": "POST", "view": "/api/tool/DataMove/" } }, { "export": { "title": "Export", "support_async": false, "submit": "payload", "class": "export", "href": "/api/data/InternalNumberInventory/655efa7a40d96fe47c23dece/export/", "method": "GET", "view": "/api/view/ExportData/add/" } }, { "tag": { "title": "Tag", "support_async": true, "class": "tag", "href": "/api/data/InternalNumberInventory/655efa7a40d96fe47c23dece/+tag/", "method": "PATCH", "view": "/api/view/TagNameForm/add/" } }, { "tag_version": { "title": "Tag Version", "support_async": true, "class": "tag_version", "href": "/api/data/InternalNumberInventory/655efa7a40d96fe47c23dece/+tag_version/", "method": "PATCH", "view": "/api/view/TagVersionForm/add/" } }, { "get": { "support_async": false, "href": "/api/data/InternalNumberInventory/655efa7a40d96fe47c23dece/", "title": "Get", "class": "get", "method": "GET" } }, { "help": { "support_async": false, "href": "/api/data/InternalNumberInventory/655efa7a40d96fe47c23dece/help", "title": "Help", "class": "help", "method": "GET" } } ], "model_type": "data/InternalNumberInventory", "path": [ "6t0ggef2c0deab00hb595101", "5df35e48ce894e0012b345a1", "5f3ae1fcce894e001204e0ed", "5f3ae236ce894e001204efa0", "655ef9d340d96fe47c238be3", "655ef9f140d96fe47c23954f", "655ef9fa40d96fe47c239796", "655efa7a40d96fe47c23dece" ], "summary_attrs": [ { "name": "internal_number", "title": "Internal Number" }, { "name": "status", "title": "Status" }, { "name": "usage", "title": "Usage" }, { "name": "e164number", "title": "E164Number" }, { "name": "extension", "title": "Extension" }, { "name": "release_date", "title": "Release Date" }, { "name": "tag", "title": "Tag" }, { "name": "description", "title": "Description" }, { "name": "reservation_notes", "title": "Reservation notes" }, { "name": "vendor", "title": "Vendor" }, { "name": "internal_number_type", "title": "Internal Number Type" }, { "name": "extra1", "title": "Extra1" }, { "name": "extra2", "title": "Extra2" }, { "name": "extra3", "title": "Extra3" }, { "name": "extra4", "title": "Extra4" }, { "name": "extra5", "title": "Extra5" }, { "name": "extra6", "title": "Extra6" }, { "name": "extra7", "title": "Extra7" }, { "name": "extra8", "title": "Extra8" }, { "name": "extra9", "title": "Extra9" }, { "allow_filtering": true, "name": "hierarchy_friendly_name", "title": "Located At" } ], "api_version": "21.2", "tagged_versions": [] }, "data": { "status": "Available", "pkid": "655efa7a40d96fe47c23ded1", "internal_number": "18652200001", "hierarchy_friendly_name": "Juronga Square (Site)", "hierarchy_path": "sys.hcs.CS-P.CS-NB.VossAutoBuild.West.Juronga Square" } }, { "pkid": "655efa7a40d96fe47c23def2", "meta": { "tags": [], "cached": true, "title": "18652200002", "business_key": { "hierarchy": true, "unique": [ "internal_number" ] }, "schema_version": "2.2", "summary": "false", "references": { "device": [ { "pkid": "", "href": "" } ], "owner": [ { "pkid": "" } ], "self": [ { "pkid": "655efa7a40d96fe47c23def2", "href": "/api/data/InternalNumberInventory/655efa7a40d96fe47c23def2/" } ], "parent": [ { "pkid": "655ef9fa40d96fe47c239796", "href": "/api/data/HierarchyNode/655ef9fa40d96fe47c239796" } ], "foreign_key": [] }, "actions": [ { "update": { "support_async": true, "method": "PUT", "href": "/api/data/InternalNumberInventory/655efa7a40d96fe47c23def2/", "class": "update", "title": "Modify" } }, { "remove": { "support_async": true, "method": "DELETE", "href": "/api/data/InternalNumberInventory/655efa7a40d96fe47c23def2/", "class": "delete", "title": "Delete" } }, { "move": { "title": "Move", "support_async": true, "method": "POST", "href": "/api/tool/DataMove/655efa7a40d96fe47c23def2/?model_type=data/InternalNumberInventory", "class": "move", "view": "/api/tool/DataMove/" } }, { "export": { "title": "Export", "support_async": false, "submit": "payload", "method": "GET", "href": "/api/data/InternalNumberInventory/655efa7a40d96fe47c23def2/export/", "class": "export", "view": "/api/view/ExportData/add/" } }, { "tag": { "title": "Tag", "support_async": true, "class": "tag", "href": "/api/data/InternalNumberInventory/655efa7a40d96fe47c23def2/+tag/", "method": "PATCH", "view": "/api/view/TagNameForm/add/" } }, { "tag_version": { "title": "Tag Version", "support_async": true, "class": "tag_version", "href": "/api/data/InternalNumberInventory/655efa7a40d96fe47c23def2/+tag_version/", "method": "PATCH", "view": "/api/view/TagVersionForm/add/" } }, { "get": { "support_async": false, "method": "GET", "href": "/api/data/InternalNumberInventory/655efa7a40d96fe47c23def2/", "class": "get", "title": "Get" } }, { "help": { "support_async": false, "method": "GET", "href": "/api/data/InternalNumberInventory/655efa7a40d96fe47c23def2/help", "class": "help", "title": "Help" } } ], "model_type": "data/InternalNumberInventory", "path": [ "6t0ggef2c0deab00hb595101", "5df35e48ce894e0012b345a1", "5f3ae1fcce894e001204e0ed", "5f3ae236ce894e001204efa0", "655ef9d340d96fe47c238be3", "655ef9f140d96fe47c23954f", "655ef9fa40d96fe47c239796", "655efa7a40d96fe47c23def2" ], "summary_attrs": [ { "name": "internal_number", "title": "Internal Number" }, { "name": "status", "title": "Status" }, { "name": "usage", "title": "Usage" }, { "name": "e164number", "title": "E164Number" }, { "name": "extension", "title": "Extension" }, { "name": "release_date", "title": "Release Date" }, { "name": "tag", "title": "Tag" }, { "name": "description", "title": "Description" }, { "name": "reservation_notes", "title": "Reservation notes" }, { "name": "vendor", "title": "Vendor" }, { "name": "internal_number_type", "title": "Internal Number Type" }, { "name": "extra1", "title": "Extra1" }, { "name": "extra2", "title": "Extra2" }, { "name": "extra3", "title": "Extra3" }, { "name": "extra4", "title": "Extra4" }, { "name": "extra5", "title": "Extra5" }, { "name": "extra6", "title": "Extra6" }, { "name": "extra7", "title": "Extra7" }, { "name": "extra8", "title": "Extra8" }, { "name": "extra9", "title": "Extra9" }, { "allow_filtering": true, "name": "hierarchy_friendly_name", "title": "Located At" } ], "api_version": "21.2", "tagged_versions": [] }, "data": { "status": "Available", "pkid": "655efa7a40d96fe47c23def3", "internal_number": "18652200002", "hierarchy_friendly_name": "Juronga Square (Site)", "hierarchy_path": "sys.hcs.CS-P.CS-NB.VossAutoBuild.West.Juronga Square" } } ] }
(Show the first instance)
{ "pkid": "655efa7a40d96fe47c23deba", "meta": { "tags": [], "cached": false, "title": "18652200000", "business_key": { "hierarchy": true, "unique": [ "internal_number" ] }, "schema_version": "2.2", "references": { "parent": [ { "pkid": "655ef9fa40d96fe47c239796", "href": "/api/data/HierarchyNode/655ef9fa40d96fe47c239796" } ], "self": [ { "pkid": "655efa7a40d96fe47c23deba", "href": "/api/data/InternalNumberInventory/655efa7a40d96fe47c23deba/" } ], "foreign_key": [], "device": [ { "pkid": "", "href": "" } ], "owner": [ { "pkid": "" } ], "children": [] }, "actions": [ { "update": { "support_async": true, "class": "update", "href": "/api/data/InternalNumberInventory/655efa7a40d96fe47c23deba/?hierarchy=[hierarchy]", "method": "PUT", "title": "Modify" } }, { "remove": { "support_async": true, "class": "delete", "href": "/api/data/InternalNumberInventory/655efa7a40d96fe47c23deba/?hierarchy=[hierarchy]", "method": "DELETE", "title": "Delete" } }, { "move": { "title": "Move", "support_async": true, "class": "move", "href": "/api/tool/DataMove/655efa7a40d96fe47c23deba/?hierarchy=[hierarchy]&model_type=data/InternalNumberInventory", "method": "POST", "view": "/api/tool/DataMove/?auth_token=[authtoken] } }, { "export": { "title": "Export", "support_async": false, "submit": "payload", "class": "export", "href": "/api/data/InternalNumberInventory/655efa7a40d96fe47c23deba/export/?hierarchy=[hierarchy]", "method": "GET", "view": "/api/view/ExportData/add/?auth_token=[authtoken] } }, { "tag": { "title": "Tag", "support_async": true, "method": "PATCH", "href": "/api/data/InternalNumberInventory/655efa7a40d96fe47c23deba/+tag/?hierarchy=[hierarchy]", "class": "tag", "view": "/api/view/TagNameForm/add/?auth_token=[authtoken] } }, { "tag_version": { "title": "Tag Version", "support_async": true, "method": "PATCH", "href": "/api/data/InternalNumberInventory/655efa7a40d96fe47c23deba/+tag_version/?hierarchy=[hierarchy]", "class": "tag_version", "view": "/api/view/TagVersionForm/add/?auth_token=[authtoken] } }, { "get": { "support_async": false, "class": "get", "href": "/api/data/InternalNumberInventory/655efa7a40d96fe47c23deba/?hierarchy=[hierarchy]", "method": "GET", "title": "Get" } }, { "help": { "support_async": false, "class": "help", "href": "/api/data/InternalNumberInventory/655efa7a40d96fe47c23deba/help?hierarchy=[hierarchy]", "method": "GET", "title": "Help" } } ], "model_type": "data/InternalNumberInventory", "path": [ "6t0ggef2c0deab00hb595101", "5df35e48ce894e0012b345a1", "5f3ae1fcce894e001204e0ed", "5f3ae236ce894e001204efa0", "655ef9d340d96fe47c238be3", "655ef9f140d96fe47c23954f", "655ef9fa40d96fe47c239796", "655efa7a40d96fe47c23deba" ], "summary_attrs": [ { "name": "internal_number", "title": "Internal Number" }, { "name": "status", "title": "Status" }, { "name": "usage", "title": "Usage" }, { "name": "e164number", "title": "E164Number" }, { "name": "extension", "title": "Extension" }, { "name": "release_date", "title": "Release Date" }, { "name": "tag", "title": "Tag" }, { "name": "description", "title": "Description" }, { "name": "reservation_notes", "title": "Reservation notes" }, { "name": "vendor", "title": "Vendor" }, { "name": "internal_number_type", "title": "Internal Number Type" }, { "name": "extra1", "title": "Extra1" }, { "name": "extra2", "title": "Extra2" }, { "name": "extra3", "title": "Extra3" }, { "name": "extra4", "title": "Extra4" }, { "name": "extra5", "title": "Extra5" }, { "name": "extra6", "title": "Extra6" }, { "name": "extra7", "title": "Extra7" }, { "name": "extra8", "title": "Extra8" }, { "name": "extra9", "title": "Extra9" }, { "allow_filtering": true, "name": "hierarchy_friendly_name", "title": "Located At" } ], "api_version": "21.2", "tagged_versions": [] }, "data": { "status": "Available", "pkid": "655efa7a40d96fe47c23debe", "internal_number": "18652200000" } }
Task | Call | URL | Parameters | Response |
---|---|---|---|---|
Get the on-line Help for data/InternalNumberInventory. | GET | /api/data/InternalNumberInventory/help | hierarchy=[hierarchy] | On-line help of Model ref.: data/InternalNumberInventory as HTML |
Task | Call | URL | Parameters | Payload |
---|---|---|---|---|
Modify | PUT | /api/data/InternalNumberInventory/[pkid] | hierarchy=[hierarchy] | (For payload specification) |
For Bulk modification, refer to the Bulk Modify section.
Task | Call | URL | Parameters | Response |
---|---|---|---|---|
Delete | DELETE | /api/data/InternalNumberInventory/[pkid] | hierarchy=[hierarchy] |
Task | Call | URL | Parameters | Payload |
---|---|---|---|---|
Move | POST | /api/tool/DataMove/[pkid]/?model_type=data/InternalNumberInventory | 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/InternalNumberInventory; optionally with tag_version at [version] and Configuration Template as [configtemplate]. | GET | /api/data/InternalNumberInventory/[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/InternalNumberInventory and the JSON format can be used to import instances of data/InternalNumberInventory.
For Bulk Export, refer to the Bulk Export section.
Task | Call | URL | Parameters | Payload |
---|---|---|---|---|
Tag | PATCH | /api/data/InternalNumberInventory/[pkid]/+tag | hierarchy=[hierarchy] | If payload required: |
Task | Call | URL | Parameters | Response |
---|---|---|---|---|
Get | GET | /api/data/InternalNumberInventory/[pkid] | hierarchy=[hierarchy] | The data/InternalNumberInventory instance with [pkid]. |
Task | Call | URL | Parameters | Response |
---|---|---|---|---|
Help | GET | /api/data/InternalNumberInventory/[pkid]/help | hierarchy=[hierarchy] | The on-line Help for data/InternalNumberInventory. |