...
[int] deviceId
: The identifier and primary key of the device posting the requested screenshots. The method returns Null if a Device instance with the specified identifier does not exist.[string] marker
: The timestamp of the last DeviceScreenShot instance on the previous page. If the value is Null, then the method will retrieve the first page.[int] pageSize
: The maximum number of objects returned by the method. If the list of objects that match the search criteria exceeds the[int] pageSize
limit, the returned list will indicate that it is truncated. If the integer is not positive, then the method will return the maximum allowed number of objects. Attempting to request more objects than is allowed will lead to the same result, but without an error.