Response [200 Ok]
| Uri | /api/v2/node/7LpsQC!createselection |
|---|---|
| UriDescription | Initializes a selection for this node |
| EndpointType | CreateSelection |
Request
| Uri | /api/v2/node/7LpsQC!createselection |
|---|---|
| Method | GET |
| Version | v2 |
Config
{
"expand_method": "ref",
"shorturis": false
}
Options
Methods
OPTIONS
| Permissions |
|
|---|
GET
| Permissions |
|
|---|
POST
| Permissions |
|
|---|
JSON
{
"Request": {
"Version": "v2",
"Method": "GET",
"Uri": "/api/v2/node/7LpsQC!createselection"
},
"Options": {
"MethodDetails": {
"OPTIONS": {
"Permissions": [
"Read"
]
},
"GET": {
"Permissions": [
"Read"
]
},
"POST": {
"Permissions": [
"Modify"
]
}
},
"Methods": [
"OPTIONS",
"GET",
"POST"
],
"ParameterDescription": {
"Integer": "Integer value in the range MIN_VALUE to MAX_VALUE, inclusive",
"Array": "An indexed array of values with a length in the range MIN_COUNT to MAX_COUNT, inclusive."
},
"Parameters": {
"POST": [
{
"Name": "Limit",
"Required": false,
"ReadOnly": false,
"Default": null,
"Description": "Maximum number of items allowed",
"Type": "Integer",
"MIN_VALUE": 0,
"MAX_VALUE": 999
},
{
"Name": "AlbumImageUris",
"Required": false,
"ReadOnly": false,
"Default": null,
"Description": "Array of AlbumImage or Image URIs with which to initially populate the selection",
"Type": "Array",
"ITEM_TYPE": "Uri",
"MIN_COUNT": 0,
"MAX_COUNT": "INFINITY"
}
]
},
"MediaTypes": [
"application/json",
"application/vnd.php.serialized",
"application/x-msgpack",
"text/html",
"text/csv"
],
"Path": [
{
"type": "path",
"text": "api"
},
{
"type": "path",
"text": "v2"
},
{
"type": "path",
"text": "node"
},
{
"type": "singleparam",
"param_name": "nodeid",
"param_value": "7LpsQC",
"param_validator": {}
},
{
"type": "action",
"text": "createselection"
}
]
},
"Response": {
"Uri": "/api/v2/node/7LpsQC!createselection",
"UriDescription": "Initializes a selection for this node",
"EndpointType": "CreateSelection",
"Timing": {
"Total": {
"time": 0.03381,
"cycles": 1,
"objects": 0
}
}
},
"Code": 200,
"Message": "Ok"
}