returns StructureList
List active structures.
| Name | Type | Description |
|---|---|---|
| taxonomyId | String | Filter to structures of one taxonomy. |
| blockType | String | Filter to one block type. |
Flat list of structures within a taxonomy.
| Field | Type | Description |
|---|---|---|
| structures | [Structure!]! | — |
{ structures }curl -X POST "https://api.robosystems.ai/extensions/$GRAPH_ID/graphql" \
-H "X-API-Key: $ROBOSYSTEMS_API_KEY" \
-H "Content-Type: application/json" \
-d '{"query": "{ structures }"}'