Examples

get/examples/{id}

Path parameters

idinteger required

The id of the example to retrieve

Response

Return the example with the specified id

idinteger
namestring

Example response

{
  "id": 3,
  "name": "example 3"
}

Changes