Skip to main content

Screenshot

POST 

/workstations/:workstation_id/screenshot

Take a screenshot of the virtual screen of the Workstation.

Request

Path Parameters

    workstation_id uidrequired

    The UID associated to a Workstation. Learn more

Responses

System-Screenshot action successful

Schema

    id uuidrequired

    The UUID associated to a file.

    name stringrequired

    The name of the file.

    url urirequired

    URL to download the file contents.

    size integerrequired

    The size of the file in bytes.

    createdAt date-timerequired

    The creation time of the file.

Loading...