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.
Create
Task
Call
URL
Parameters
Payload
Create
POST
/api/view/Rebrand_View
hierarchy=[hierarchy]
(For payload specification)
Response is a transaction pkid for the create action.
The GET call to
tool/Transaction/[trans pkid]
shows the View resource has no instance pkid, because a
view model stores no instances.
Tag
Task
Call
URL
Parameters
Response
Tag
PATCH
/api/view/Rebrand_View/+tag/
hierarchy=[hierarchy]
format=json
Configuration Template
Task
Call
URL
Parameters
Response
Configuration Template
GET
/api/view/Rebrand_View/configuration_template/
hierarchy=[hierarchy]
POST call to create the Configuration Template
Configuration Template schema
Use the returned properties to create the POST payload data for the .
For a description of the schema that shows properties to add to the POST payload:
The POST call is of the format:
POST http://[host-proxy]/api/data/ConfigurationTemplate/?hierarchy=[hierarchy]
Instance API Reference
[pkid] is the ID of the resource instance.
If a payload is required, inspect the schema for payload details.