Get widget
Path parameters
-
The unique identifier of a widget.
GET /api/widgets/{widget}
curl \
-X GET https://example.com/api/widgets/{widget}
Response examples (200)
{
"data": [],
"links": {}
}
Response examples (404)
{
"title": "string",
"detail": "string"
}