# Get Periods based on Identifier **GET /periods/{id}** Obtain precise period information by specifying the ID provided. This allows for targeted retrieval of the desired period's details. ## Servers - https://usaapi02.cadencyservices.trintech.com/test/api: https://usaapi02.cadencyservices.trintech.com/test/api () ## Authentication methods - Oauth2 ## Parameters ### Path parameters - **id** (integer) Filters periods by their unique identifier. ## Responses ### 200 OK #### Body: application/json (object) - **id** (integer) - **name** (string) - **year** (string) - **status** (string) - **startDate** (string(date)) - **endDate** (string(date)) - **closeDayStartDate** (string(date)) - **closeDayEndDate** (string(date)) - **completionDate** (string(date-time)) [Powered by Bump.sh](https://bump.sh)