Skip to main content

HTML

POST 

/workstations/:workstation_id/browser/html

Retrieve the HTML content of the active tab of the Workstation browser.

Request

Path Parameters

    workstation_id uidrequired

    The UID associated to a Workstation. Learn more

Responses

Browser-HTML 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...