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/SparkServices
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/SparkServices/+tag/
hierarchy=[hierarchy]
format=json
Instance API Reference
[pkid] is the ID of the resource instance.
If a payload is required, inspect the schema for payload details.