Skip to main content

sheet

GET /sheet

Get actor sheet HTML This endpoint retrieves the HTML for an actor sheet based on the provided UUID or selected actor. Only works on Foundry version 12.

Parameters

NameTypeRequiredSourceDescription
clientIdstringqueryThe ID of the Foundry client to connect to
uuidstringqueryThe UUID of the actor to get the sheet for
selectedbooleanqueryWhether to get the sheet for the selected actor
actorbooleanqueryWhether this is an actor sheet (true) or item sheet (false)
formatstringqueryThe format to return the sheet in (html, json)
scalenumberqueryThe initial scale of the sheet
tabnumberqueryThe active tab index to open
darkModebooleanqueryWhether to use dark mode for the sheet

Returns

object - The sheet HTML or data depending on format requested

Example Request

GET /sheet