Player ratings & notes-Player ratings & feedback
Number of APIs: 15
-
Write a note for the player POST {{baseUrl}}/{{version}}/playernotes/create
-
Create a new indicator POST {{baseUrl}}/{{version}}/indicators/create
-
Retrieve the list of indicators by team GET {{baseUrl}}/{{version}}/indicators/team/{{team_id}}
-
Retrieve an indicator GET {{baseUrl}}/{{version}}/indicators/{{indicator_id}}
-
Delete an indicator DELETE {{baseUrl}}/indicators/{{indicator_id}}
-
Update Indicator POST {{baseUrl}}/indicators/{{indicator_id}}
-
Update player note POST {{baseUrl}}/{{version}}/playernotes/{{playernote_id}}
-
Mark a player note as read POST {{baseUrl}}/{{version}}/playernotes/read
-
Retrieve the notes for a player GET {{baseUrl}}/v1/playernotes/player/1?visible_to_player_only=1&sorting=desc&limit=5
-
Add a reaction POST {{baseUrl}}/{{version}}/playernotes/{{playernote_id}}/reaction