Welcome to the new RoboCon Docs! Please note that this docs is still WIP.
curl --request GET \
--url https://api.example.com/api/v1/screens/{screen_id}/data{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>"
}
]
}Get the screen’s current content type and structured data for rendering.
curl --request GET \
--url https://api.example.com/api/v1/screens/{screen_id}/data{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>"
}
]
}Successful Response
Was this page helpful?