Player ratings & notes-Player ratings & feedback

Number of APIs: 15

  1. Write a note for the player POST {{baseUrl}}/{{version}}/playernotes/create

  2. Create a new indicator POST {{baseUrl}}/{{version}}/indicators/create

  3. Retrieve the list of indicators by team GET {{baseUrl}}/{{version}}/indicators/team/{{team_id}}

  4. Retrieve an indicator GET {{baseUrl}}/{{version}}/indicators/{{indicator_id}}

  5. Delete an indicator DELETE {{baseUrl}}/indicators/{{indicator_id}}

  6. Update Indicator POST {{baseUrl}}/indicators/{{indicator_id}}

  7. Update player note POST {{baseUrl}}/{{version}}/playernotes/{{playernote_id}}

  8. Mark a player note as read POST {{baseUrl}}/{{version}}/playernotes/read

  9. Retrieve the notes for a player GET {{baseUrl}}/v1/playernotes/player/1?visible_to_player_only=1&sorting=desc&limit=5

  10. Add a reaction POST {{baseUrl}}/{{version}}/playernotes/{{playernote_id}}/reaction