MultiOS Remote Viewer

API to get Remote Viewer activity for the tenant. Currently supports only Android devices with DPC 8.4 and above along with RemoteViewer 3.x.

Get RemoteViewer Activity Feed for the tenant

Request
query Parameters
limit
integer
offset
integer
states
string

List API supports comma separated states.

Enum: "INITIATED" "ACKNOWLEDGED" "ACTIVE" "TERMINATED" "FAILED"
video_qualities
string

To allow filtering sessions list by comma separated video qualities

Enum: "STANDARD" "DATA_SAVER"
reason
string

To allow searching sessions list by reason

created_by
string

To allow filtering sessions list by created by

device_name
string

To allow searching sessions list by device name

ordering
string
Default: "-created_at"

To allow ordering sessions list by created_at, updated_at, device_name, duration, state, reason, video_quality and created_by.

Enum: "created_at" "updated_at" "device_name" "duration" "state" "reason" "video_quality" "created_by"
duration_lt
string <duration>

Duration less than filter. The time duration (in ISO 8601 duration format) of only a valid elapsed session, i.e., sessions that have moved from ACTIVE state (where session start-time can be captured) to TERMINATED or FAILED state (where the session end-time can be captured).

Example: duration_lt=duration_lt=PT10M30S
duration_lte
string <duration>

Duration less than or equal to filter. The time duration (in ISO 8601 duration format) of only a valid elapsed session, i.e., sessions that have moved from ACTIVE state (where session start-time can be captured) to TERMINATED or FAILED state (where the session end-time can be captured).

Example: duration_lte=duration_lte=PT10M30S
duration_gt
string <duration>

Duration greater than filter. The time duration (in ISO 8601 duration format) of only a valid elapsed session, i.e., sessions that have moved from ACTIVE state (where session start-time can be captured) to TERMINATED or FAILED state (where the session end-time can be captured).

Example: duration_gt=duration_gt=PT10M30S
duration_gte
string <duration>

Duration greater than or equal to filter. The time duration (in ISO 8601 duration format) of only a valid elapsed session, i.e., sessions that have moved from ACTIVE state (where session start-time can be captured) to TERMINATED or FAILED state (where the session end-time can be captured).

Example: duration_gte=duration_gte=PT10M30S
created_at_lt
string <date-time>

Created at less than filter. Datetime format must be in "YY-MM-DDTHH:mm:ss.fffffffffZ".

Example: created_at_lt=created_at_lt=2023-10-01T12:00:00Z
created_at_gt
string <date-time>

Created at greater than filter. Datetime format must be in "YY-MM-DDTHH:mm:ss.fffffffffZ".

Example: created_at_gt=created_at_gt=2023-10-01T12:00:00Z
created_at_lte
string <date-time>

Created at less than or equal to filter. Datetime format must be in "YY-MM-DDTHH:mm:ss.fffffffffZ".

Example: created_at_lte=created_at_lte=2023-10-01T12:00:00Z
created_at_gte
string <date-time>

Created at greater than or equal to filter. Datetime format must be in "YY-MM-DDTHH:mm:ss.fffffffffZ".

Example: created_at_gte=created_at_gte=2023-10-01T12:00:00Z
updated_at_lt
string <date-time>

Updated at less than filter. Datetime format must be in "YY-MM-DDTHH:mm:ss.fffffffffZ".

Example: updated_at_lt=updated_at_lt=2023-10-01T12:00:00Z
updated_at_gt
string <date-time>

Updated at greater than filter. Datetime format must be in "YY-MM-DDTHH:mm:ss.fffffffffZ".

Example: updated_at_gt=updated_at_gt=2023-10-01T12:00:00Z
updated_at_lte
string <date-time>

Updated at less than or equal to filter. Datetime format must be in "YY-MM-DDTHH:mm:ss.fffffffffZ".

Example: updated_at_lte=updated_at_lte=2023-10-01T12:00:00Z
updated_at_gte
string <date-time>

Updated at greater than or equal to filter. Datetime format must be in "YY-MM-DDTHH:mm:ss.fffffffffZ".

Example: updated_at_gte=updated_at_gte=2023-10-01T12:00:00Z
header Parameters
X-Tenant-Id
required
string <uuid>
X-Caller-Id
required
string
X-SCAPI-Private-URL
required
string
Responses
200

Success

400

Bad Request

401

Unauthorized

500

Internal Server Error

get/api/v2/rv-activity-feed/
Request samples
Response samples
application/json
{
  • "content": {
    }
}