Retrieve the list of indicators by team

GET {{baseUrl}}/{{version}}/indicators/team/{{team_id}}

This endpoint provides the list of Indicators by Team UID

With each indicator you also have the count of the notes associated to it as 'playernotes_count'

HEADERS

KeyDatatypeRequiredDescription
AuthorizationstringA valid JWT token

RESPONSES

status: OK

{"error":false,"code":200,"message":"List of all the indicators for this team.","response":[{"indicator_id":1,"team_id":3,"indicator_name":"Communication","indicator_description":"","created_by":70,"created_at":"2021-11-24 21:27:41","updated_at":"2021-11-24 21:27:41","playernotes_count":15},{"indicator_id":2,"team_id":3,"indicator_name":"Handling","indicator_description":"","created_by":70,"created_at":"2021-11-25 13:34:32","updated_at":"2021-11-25 13:34:32","playernotes_count":10},{"indicator_id":3,"team_id":3,"indicator_name":"Passing","indicator_description":"","created_by":70,"created_at":"2021-11-25 13:45:05","updated_at":"2021-11-25 13:45:05","playernotes_count":5},{"indicator_id":4,"team_id":3,"indicator_name":"Composure","indicator_description":null,"created_by":70,"created_at":"2021-11-25 16:24:30","updated_at":"2021-11-25 16:24:30","playernotes_count":4},{"indicator_id":5,"team_id":3,"indicator_name":"Quickness","indicator_description":null,"created_by":70,"created_at":"2021-11-25 17:06:13","updated_at":"2021-11-25 17:06:13","playernotes_count":7}]}