Show Note

GET /v1/participants/{participant_id}/notes/{id}

Path parameters

Responses

  • 200 application/json

    Note response

    Hide response attribute Show response attribute object
    • data object

      A note on a participant

      Additional properties are allowed.

      Hide data attributes Show data attributes object
GET /v1/participants/{participant_id}/notes/{id}
curl \
 -X GET http://localhost:4000/v1/participants/uuidv4/notes/uuidv4
Response examples (200)
{
  "data": {
    "id": 0,
    "date": "",
    "title": "",
    "content": "",
    "author_id": "",
    "is_pinned": false
  }
}