v1

latestOpenAPI 3.1.02026-07-26365.9 KB
Objects

Download a Single Object

Download a single object by its ID. Returns only the specified object without its children.

get/objects/{projectId}/{objectId}/single

Path parameters

projectIdstring required

The ID of the project

objectIdstring required

A unique identifier for a Speckle object

Example:9b2cdb21da092dbd3558a4bc55b2cf7e

The ID of the object to download

Response

The JSON representation of the object

idstring
speckle_typestring
totalChildrenCountinteger
numbersnumber[]

Example response

{
  "id": "9b2cdb21da092dbd3558a4bc55b2cf7e",
  "speckle_type": "Base",
  "totalChildrenCount": 0,
  "numbers": [
    0.04667752874618203,
    0.16370857295385177,
    0.1008153029515465
  ]
}