Get Object by ID Public

Retrieve detailed information about a specific smart object by its unique identifier. This endpoint returns comprehensive object data including faces, actions, metadata, and current state information.

GET
/public/objects/{objectId}

Path Parameters

objectId*string

Response Body

application/json

application/json

application/json

application/json

curl -X GET "https://api-testnet.dual.network/public/objects/string"
{
  "id": "string",
  "chain": {
    "ownership_claimed": true
  },
  "custom": {},
  "custom_hash": "string",
  "metadata": {
    "name": "string",
    "description": "string",
    "category": "string",
    "image": {
      "id": "string",
      "name": "string",
      "type": "string",
      "url": "string",
      "hash": "string",
      "is_public": true,
      "when_created": "2019-08-24T14:15:22Z"
    },
    "edition": 0
  },
  "owner": "string",
  "template_id": "string",
  "location": {
    "latitude": 0.1,
    "longitude": 0.1,
    "geo_hash": "string"
  },
  "nonce": 0,
  "version": 0,
  "state_hash": "string",
  "content_hash": "string",
  "integrity_hash": "string",
  "prev_integrity_hash": "string",
  "when_created": "2019-08-24T14:15:22Z",
  "when_modified": "2019-08-24T14:15:22Z"
}
{
  "code": 0,
  "message": "string",
  "details": {}
}
{
  "code": 0,
  "message": "string",
  "details": {}
}
{
  "code": 0,
  "message": "string",
  "details": {}
}