List Financial Events By Group Id

Returns financial events for a specific financial event group.

Status: stub — no upstream maps eventGroupId to a financial event set. Returns empty response pending Phase 5.

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Path parameters

eventGroupIdstringRequired
The identifier of the financial event group.

Query parameters

MaxResultsPerPageintegerOptional
The maximum number of results to return per page.
PostedAfterdatetimeOptional

Financial events posted after (or on) this date (ISO 8601).

PostedBeforedatetimeOptional

Financial events posted before (but not on) this date (ISO 8601).

NextTokenstringOptional
Cursor token for the next page of results.

Response

Success

Errors

400
Bad Request Error
403
Forbidden Error
404
Not Found Error
429
Too Many Requests Error
500
Internal Server Error