SPA Render Data
SPA: Retrieves a single Render Data
Returns a single render data by ID.
GET
/api/spa/render-data/{id}Authorizations
X-AUTH-TOKEN
stringheaderrequired
Value for the X-AUTH-TOKEN header parameter.
Path Parameters
id
stringrequired
RenderData identifier
Response
200
RenderData resource
id
integer
RenderData ID generated by Output.Rocks.
value
object
Data Object
appValue
string | null[]
renderingRequestId
integer | null
ID of the RenderingRequest associated with this render data.
emailProcesses
object[]
createdBy
string
User, created this entry
updatedBy
string
User, updated this entry
createdAt
string<date-time>
UTC date time of entry creation
updatedAt
string<date-time>
UTC date time of last entry update
client
object
subClient
object
subClientId
integer
SubClient ID. Provided on instances with enabled sub-client module only.
subClientDescription
string
SubClient description. Provided on instances with enabled sub-client module only.
subClientColor
string
SubClient display colour. Provided on instances with enabled sub-client module only.