Skip to main content

Get framework structure

GET 

/api/v1/frameworks/:frameworkId

Returns immediately. Topics, subtopics, question clusters, questions and data points arrive in one response, and the data point ids are what POST /api/v2/bulk/framework-answers/upsert expects. Each data point names the unit types its values may be expressed in, resolved through GET /api/v1/unit-types. Data point clusters that hold a tuple or a table are flattened to their first data point, so this model does not describe them in full. 404 means the framework does not exist or your API key cannot reach it.

Request

Responses

The framework's topics, subtopics, question clusters, questions and data points.