Examples

Fetch all examples

get/examples

Response

Return the example with the specified id

idinteger
namestring

Example response

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

Changes