This endpoint returns the latest publication period that has begun for the broker application.
/v1/latest_publication_period/
N/A
{
"period": 7,
"year": 2019,
"deadline": "2020-01-15 14:25:40.12345"
}
period
: (integer) the period of the latest publication period, or none if no period is foundyear
: (integer) the fiscal year of the latest publication period, or none if no period is founddeadline
: (string) the publication deadline for the provided period (in theMM/DD/YYYY HH:mm:ss
format).
Possible HTTP Status Codes:
- 401: Login required