# Get filtered issue statistics **GET /issue-stats** This API will generate a list of issues Statistics, relying on the Entity and UserName obtained from authentication details, as well as the close period Id. ## Servers - https://usaapi02.cadencyservices.trintech.com/test/api: https://usaapi02.cadencyservices.trintech.com/test/api () ## Authentication methods - Oauth2 ## Parameters ### Query parameters - **statsSearchCriteria** (object) ## Responses ### 200 API to get Stats based on Entity, UserName, ClosePeriodId #### Body: application/json (object) - **complete** (object) - **inprocess** (object) - **late** (object) ### 400 Invalid data requested. Error Code(s): [CLOSE_INVALID_STATS] #### Body: application/json (object) - **statusCode** (string) - **code** (string) - **message** (string) - **referenceId** (string) - **details** (object) ### 500 System Error. Error Code(s): [CLOSE_DATA_STATS_ERROR, CLOSE_APP_STATS_ERROR] #### Body: application/json (object) - **statusCode** (string) - **code** (string) - **message** (string) - **referenceId** (string) - **details** (object) [Powered by Bump.sh](https://bump.sh)