Search framework answers
POST/api/v2/bulk/framework-answers/search
Asynchronous
This request is queued, not processed while you wait. The response carries a correlation id — poll the bulk task until it reports a terminal state. See How asynchronous processing works.
Queued, not immediate — the response carries a correlation id to poll. The result file is gzipped JSON. Its shape differs from v1: datapoint and custom-property descriptions are declared once at the top of the file, answers are grouped into reporting periods, and fields with no value are absent rather than null. Custom properties are returned only for the ids listed in customPropertyIds. Omitting period.years exports the current year. The result is split into pages of at most pageSize companies (default 5000); poll the v2 status endpoint for the page links.
Request
Responses
- 200
- 400
- 403