SessionLiteBucketView
If the property Message contains the string “Success”, this property will contain the session files IDs.
| Name | Type | Description |
|---|---|---|
| Message | string | The return status of your request containing either “Success” or “Error”. If “Success”, the property ReturnValue contains your request value. If “Error” is returned, the array Details will contain a list of errors encountered. |
| Details | Array of string Errors | If the property Message contains the string “Error”, this property will contain a list of error encountered. |
| ClientId | string | The given Client ID |
| TotalCount | int | The total records count |
| Sessions | Array of Session IDs | If the property Message contains the string “Success”, this property will contain the Session IDs. See SessionLiteView. |