[Index]
Model ref.: view/SubscriberDeviceProfileUser
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": {
"username1": {
"type": "string",
"description": "Select a Subscriber to associate to this Extension Mobility, or clear the dropdown to disassociate from the Subscriber.",
"title": "Username:"
},
"username3": {
"type": "string",
"description": "Select a Subscriber to associate to this Extension Mobility, or clear the dropdown to disassociate from the Subscriber.",
"title": "Username:"
},
"username2": {
"type": "string",
"description": "Select a Subscriber to associate to this Extension Mobility, or clear the dropdown to disassociate from the Subscriber.",
"title": "Username:"
},
"username5": {
"type": "string",
"description": "Select a Subscriber to associate to this Extension Mobility, or clear the dropdown to disassociate from the Subscriber.",
"title": "Username:"
},
"username4": {
"type": "string",
"description": "Select a Subscriber to associate to this Extension Mobility, or clear the dropdown to disassociate from the Subscriber.",
"title": "Username:"
},
"userLink4": {
"format": "link",
"type": "string",
"description": "Link to the selected subscriber's edit page.",
"title": "Subscriber:"
},
"userLink5": {
"format": "link",
"type": "string",
"description": "Link to the selected subscriber's edit page.",
"title": "Subscriber:"
},
"userLink2": {
"format": "link",
"type": "string",
"description": "Link to the selected subscriber's edit page.",
"title": "Subscriber:"
},
"userLink3": {
"format": "link",
"type": "string",
"description": "Link to the selected subscriber's edit page.",
"title": "Subscriber:"
},
"userLink1": {
"format": "link",
"type": "string",
"description": "Link to the selected subscriber's edit page.",
"title": "Subscriber:"
},
"addSubscriber3": {
"type": "boolean",
"description": "Select to display a dropdown to associate another subscriber. If disabled, first select a subscriber to enable this checkbox.",
"title": "Associate to additional Subscriber"
},
"addSubscriber2": {
"type": "boolean",
"description": "Select to display a dropdown to associate another subscriber. If disabled, first select a subscriber to enable this checkbox.",
"title": "Associate to additional Subscriber"
},
"addSubscriber1": {
"type": "boolean",
"description": "Select to display a dropdown to associate another subscriber. If disabled, first select a subscriber to enable this checkbox.",
"title": "Associate to additional Subscriber"
},
"addSubscriber5": {
"type": "boolean",
"description": "Select to display a dropdown to associate another subscriber. If disabled, first select a subscriber to enable this checkbox.",
"title": "Associate to additional Subscriber"
},
"addSubscriber4": {
"type": "boolean",
"description": "Select to display a dropdown to associate another subscriber. If disabled, first select a subscriber to enable this checkbox.",
"title": "Associate to additional Subscriber"
}
},
"schema_version": "1.2"
}
| Task | Call | URL | Parameters | Response |
|---|---|---|---|---|
| Get the GUI Add form. | GET | /api/view/SubscriberDeviceProfileUser/add/ |
|
The GUI Add form of view/SubscriberDeviceProfileUser 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/view/SubscriberDeviceProfileUser | hierarchy=[hierarchy] |
|
tool/Transaction/[trans pkid]shows the View resource has no instance pkid, because a view model stores no instances.
| Task | Call | URL | Parameters | Response |
|---|---|---|---|---|
| Get a compressed format of the Bulk Load spreadsheet template for view/SubscriberDeviceProfileUser | POST | /api/view/SubscriberDeviceProfileUser/export_bulkload_template/ |
|
The response is an attachment of the format: filetype_bulkloadsheet.xlsx.gz |
| Task | Call | URL | Parameters | Response |
|---|---|---|---|---|
| Configuration Template | GET | /api/view/SubscriberDeviceProfileUser/configuration_template/ | hierarchy=[hierarchy] |
|
POST http://[host-proxy]/api/data/ConfigurationTemplate/?hierarchy=[hierarchy]
| Task | Call | URL | Parameters | Response |
|---|---|---|---|---|
| Field Display Policy | GET | /api/view/SubscriberDeviceProfileUser/field_display_policy/ | hierarchy=[hierarchy] |
|
POST http://[host-proxy]/api/data/FieldDisplayPolicy/?hierarchy=[hierarchy]
| Task | Call | URL | Parameters | Response |
|---|---|---|---|---|
| List | GET | /api/view/SubscriberDeviceProfileUser/ |
|
The view/SubscriberDeviceProfileUser schema and all instances as JSON. |
(The list will return 0 to 3 view/SubscriberDeviceProfileUser instances)
{
"operations": [
"help",
"configuration_template",
"field_display_policy",
"export_bulkload_template",
"transform"
],
"pagination": {
"direction": "asc",
"order_by": null,
"maximum_limit": 2000,
"skip": 0,
"current": "/api/view/SubscriberDeviceProfileUser/?skip=0&limit=3&order_by=None&direction=asc&traversal=default",
"limit": 3,
"total_limit": null,
"total": 0
},
"meta": {
"tags": [],
"cached": true,
"title": "",
"business_key": {},
"schema_version": "1.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/view/SubscriberDeviceProfileUser/add/?hierarchy=[hierarchy]",
"method": "GET",
"title": "Add"
}
},
{
"export_bulkload_template": {
"support_async": false,
"class": "bulkload_template",
"href": "/api/view/SubscriberDeviceProfileUser/export_bulkload_template/?hierarchy=[hierarchy]",
"method": "POST",
"title": "Export Bulk Load Template"
}
},
{
"configuration_template": {
"support_async": false,
"class": "config",
"href": "/api/view/SubscriberDeviceProfileUser/configuration_template/?hierarchy=[hierarchy]",
"method": "GET",
"title": "Configuration Template"
}
},
{
"field_display_policy": {
"support_async": false,
"class": "display_policy",
"href": "/api/view/SubscriberDeviceProfileUser/field_display_policy/?hierarchy=[hierarchy]",
"method": "GET",
"title": "Field Display Policy"
}
},
{
"list": {
"support_async": false,
"class": "list",
"href": "/api/view/SubscriberDeviceProfileUser/?hierarchy=[hierarchy]",
"method": "GET",
"title": "List"
}
}
],
"model_type": "view/SubscriberDeviceProfileUser",
"model_specific_actions": [],
"summary_attrs": [
{
"allow_filtering": true,
"name": "hierarchy_friendly_name",
"title": "Located At"
}
],
"api_version": "21.2",
"tagged_versions": []
},
"resources": []
}
| Task | Call | URL | Parameters | Response |
|---|---|---|---|---|
| Get | GET | /api/view/SubscriberDeviceProfileUser/[pkid] | hierarchy=[hierarchy] | The view/SubscriberDeviceProfileUser instance with [pkid]. |