# Get issue based on id **GET /issues/{id}** Get the issue details for the provided issue identifier. ## Servers - https://usaapi02.cadencyservices.trintech.com/test/api: https://usaapi02.cadencyservices.trintech.com/test/api () ## Authentication methods - Oauth2 ## Parameters ### Path parameters - **id** (integer) Identifier for the issue. ## Responses ### 200 OK #### Body: application/json (object) - **id** (integer) - **name** (string) - **actionPlanId** (integer) - **periodId** (integer) - **periodName** (string) - **year** (string) - **subject** (string) - **taskName** (string) - **taskId** (integer) - **priority** (string) - **status** (object) - **inboxReceiver** (object) - **logSid** (integer) - **taskReference** (string) - **late** (boolean) [Powered by Bump.sh](https://bump.sh)