referenceList
Type: | referenceList |
Namespace: | http://fico.com/xpress/insight/rest/v1 |
A container for a sequence of Reference objects. Used to pass items to REST endpoints as JSON
Example JSON
{ "references" : [ { "path" : "...", "ownerId" : "...", "shareStatus" : "...", "parent" : { "objectType" : "SCENARIO", "id" : "...", "displayName" : "...", "url" : "..." }, "project" : { "objectType" : "SCENARIO", "id" : "...", "displayName" : "...", "url" : "..." }, "objectType" : "SCENARIO", "id" : "...", "displayName" : "...", "url" : "..." }, ... ] }