List all geometries (also called variants in documentation) defined in the current project.
List of geometries with next cursor
The response for a failed request.
{- "items": [
- {
- "createdTime": 1730204346000,
- "externalId": "my.known.id",
- "lastUpdatedTime": 1730204346000,
- "paths": [
- {
- "id": "string",
- "d": "string",
- "styleId": "string"
}
], - "symbolId": "my.known.id"
}
], - "nextCursor": "string"
}