GET
/periods/{id}
curl \
--request GET 'https://usaapi02.cadencyservices.trintech.com/test/api/periods/{id}' \
--header "Authorization: Bearer $ACCESS_TOKEN"
Response examples (200)
{
"id": 37,
"name": "Sep",
"year": "2018",
"status": "IN_PROGRESS",
"startDate": "2017-09-01",
"endDate": "2017-09-30",
"closeDayStartDate": "2017-09-01",
"closeDayEndDate": "2017-09-30,
"completionDate": null
}