Skip to main content
GET
/
objects
/
{projectId}
/
{objectId}
/
single
Download a Single Object
curl --request GET \
  --url https://app.speckle.systems/objects/{projectId}/{objectId}/single \
  --header 'Authorization: Bearer <token>'
{
  "id": "9b2cdb21da092dbd3558a4bc55b2cf7e",
  "speckle_type": "Base",
  "totalChildrenCount": 0,
  "numbers": [
    0.04667752874618203,
    0.16370857295385177,
    0.1008153029515465
  ]
}

Authorizations

Authorization
string
header
required

Personal access token. Get your token from your Speckle profile settings.

Path Parameters

projectId
string
required

The ID of the project

objectId
string
required

The ID of the object to download

Example:

"9b2cdb21da092dbd3558a4bc55b2cf7e"

Response

The JSON representation of the object

A Speckle object

id
string
speckle_type
string
totalChildrenCount
integer
numbers
number[]