When we create the first counter, there seems to be an issue with the fetch operation as it doesn't always work correctly, resulting in an empty list when attempting to fetch the counters. However, interestingly, once we create and fetch a counter after the first one, everything functions as expected.
REST API's:
Create counter:
POST /rest/v2/counters/{counterName}
Fetch counter:
GET /rest/v2/counters/
Screencast of Console Screencast from 2023-07-06 12-06-50.webm
- blocks
-
ISPN-14920 [Counters] Counters tab display
- Resolved