GetContentSelection
Jump to navigation
Jump to search
Description
Parameters
- token (String, required)
- A valid token for identifying the API session context. The token can be anonymous or logged.
- selectionId (int, required)
Returns
Returns a JSON object containing an array of content. {
"StatusCode": 0, "Severity": 1, "StatusMessage": "OK", "Content": [ { "Type": 0, "Field": 0, "Value": "1" } { Rest of contents }
}
Exceptions
TO BE COMPLETED
Caching
This method is cached as default.
Known issues
None
Version history
TO BE COMPLETED
See also
TO BE COMPLETED