Retrieve an indicator

GET {{baseUrl}}/{{version}}/indicators/{{indicator_id}}

This endpoint retrieves the indicator information by Indicator UID

The response also provides the count of Player Notes associated with this indicator

HEADERS

KeyDatatypeRequiredDescription
AuthorizationstringA valid JWT token

RESPONSES

status: OK

{"error":false,"code":200,"message":"Indicators details.","response":[{"indicator_id":1,"team_id":3,"indicator_name":"Communication","indicator_description":"","created_by":970,"created_at":"2021-11-24 21:27:41","updated_at":"2021-11-24 21:27:41","playernotes_count":15}]}