Retrieve the note by ID

GET {{baseUrl}}/v1/playernotes/100

This endpoint helps you get back the note by playernote Unique Identification (UID) playernote_id

HEADERS

KeyDatatypeRequiredDescription
AuthorizationstringA valid JWT token

RESPONSES

status: OK

{"error":false,"code":200,"message":"Playernotes details.","response":[{"playernote_id":100,"user_id":459,"playernote_note":"asdf asdf","playernote_score":1,"created_by":1,"updated_by":null,"deleted_at":null,"deleted_by":null,"created_at":"2022-01-25T12:35:38.000000Z","updated_at":"2022-01-25T12:35:38.000000Z","indicator_id":2,"playernote_share_with_player":0}]}