GET /api/widgets/{id}

Display the specified widget.

Responses

  • 200

    OK

GET /api/widgets/{id}
curl \
 --request GET 'http://api.example.com/api/widgets/{id}'