- Docs
- Api%2Freference%2Fobjects%2FListObjects
List objects
Retrieve a paginated list of smart objects accessible to the authenticated user. This endpoint supports comprehensive filtering by various criteria including object type, ownership, location, template associations, and temporal ranges. Objects can be filtered by faces, actions, ownership, geographical location, and creation/modification timestamps.
In: header
Query Parameters
Filter resources by their unique identifier
Filter resources by the organization they belong to
Search term for autocomplete functionality
How many items to return at one time (max 100)
int64Pagination token for retrieving the next page of results
Sort order for the results (ascending or descending)
"asc" | "desc"Field name to sort the results by
Optional flag for face objects
Optional flag for action objects
Filter by the owner's address
Filter objects by fully qualified domain name
Optional flag for dropped items
Geographical hash for location-based filtering
Filter by the collection ID
Filter objects created after this date and time
date-timeFilter objects created after this date and time
date-timeFilter objects created before this date and time
date-timedate-timedate-timedate-timedate-timedate-timeResponse Body
application/json
application/json
application/json
curl -X GET "https://api-testnet.dual.network/objects"{
"objects": [
{
"id": "string",
"org_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
},
"assets": [
{
"id": "string",
"name": "string",
"type": "string",
"url": "string",
"hash": "string",
"is_public": true,
"when_created": "2019-08-24T14:15:22Z"
}
],
"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"
}
],
"faces": [
{
"template_id": "string",
"face": {
"id": "string",
"url": "string",
"config": {},
"content": "string"
}
}
],
"actions": [
{
"template_id": "string",
"actions": [
"string"
]
}
],
"next": "string"
}{
"code": 0,
"message": "string",
"details": {}
}{
"code": 0,
"message": "string",
"details": {}
}