Get community interpretations by cc
Retrieve a paginated collection of community interpretations using the specified community concept (using its cc_code).
Path parameters
Query parameters
Level of detail for the response:
- minimal: Returns basic fields only
- full: Returns more fields
Whether to include nested fields in the response
Maximum number of records to return
Number of records to skip before starting to return records
If true, return data payload in binary Parquet format
Response
Matching community interpretation(s), with fields based on parameters:
- detail=minimal&with_nested=false: Basic fields only
- detail=minimal&with_nested=true: Basic fields + nested array fields
- detail=full&with_nested=false: Extended fields, no nested array fields
- detail=full&with_nested=true: Extended fields + nested array fields
Example response
{
"count": 115000,
"data": [
{
"ci_code": "ci.1",
"cl_code": "cl.1",
"cc_code": "cc.1",
"class_fit": "Reasonable or acceptable answer",
"class_confidence": "High",
"comm_authority_rf_code": "rf.1",
"notes": "no confidence associated with this classification"
}
]
}Changes
Changed in 2 of the 50 revisions of this API.11
- ○
endpoint added
endpoint-added
This revision also has 10 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○
- ▲
api path removed without deprecation
api-path-removed-without-deprecation
This revision also has 83 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲
Of the 50 revisions, 1 has no diff computed.