This query allows you to retrieve a data set of entries associated with your API key.
Query Parameters
Name
Type
Description
key*
string
Your API key.
secKey*
string
Your Secret key. You can disable need to include this key in the Security page.
email*
string
Your email address
userKey*
string
Your authentication key
{"apiKey":"<API_KEY>","db":{"b02cc2f0-3050-4f3a-999e-c8e8be9d3b5b":{"id":"b02cc2f0-3050-4f3a-999e-c8e8be9d3b5b","target":{"id":"df54c477-8eeb-4530-b989-4cb3cdcd6512","type":"BRICK_TARGET","holograms":["ada1dfd6-0f0e-4606-bde6-fc88a0610466"]},"hologram":{"filename":"Skyscraper.obj","storageID":"d686a655-e800-430d-bfd2-e38cdfb0c9e9","textureFilenames":["Skyscraper_BaseColor.png"],"textureStorageIDs":["f9b43711-cf79-44e5-90c5-ac781c8d9288"],"materialFilename":"Skyscraper.mtl","materialStorageID":"891d0b32-4f4b-4f7d-a2e2-d5922611928d","id":"ada1dfd6-0f0e-4606-bde6-fc88a0610466","type":"MODEL_HOLOGRAM","targetID":"df54c477-8eeb-4530-b989-4cb3cdcd6512"},"sdks":[true,true,false,true,false,false,false,true,true],"additionalData":{"qrWebXRStorageID":"018b9e20-3b8e-47f8-a19c-eca8dde46137","vuforiaHologramStorageID":"7068cd74-6c9f-4106-9326-585c56fa4475","glbHologramStorageID":"d686a655-e800-430d-bfd2-e38cdfb0c9e9.glb","source":"Skyscraper by Poly by Google, CC-BY, https://poly.google.com/view/dIsZyy2FUY-","qrARjsTargetStorageID":"e7f058d5-5b66-4f50-8cdd-89f057e8070c","qrARjsStorageID":"7cc6adca-ded1-4a46-a289-c07c07cb2f5c","vuforiaHologramStorageFilename":"Skyscraper.h","qrARjsMarkerStorageID":"5de99f4d-9602-45f0-b5ce-7ef53541cb18","glbHologramStorageFilename":"Skyscraper.glb"}}}}
This query allows you to retrieve entries based on the default ‘tags’ metadata. This query will return any asset whose 'tags' metadata matches any of the query parameter filters.
Query Parameters
Name
Type
Description
key*
string
Your API key.
tags*
string
Comma-separated list of tags without spaces
secKey
string
Your Secret key. Only if enabled through the Security page.
This query allows you to retrieve entries based on the default ‘tags’ metadata. This query will return any asset whose 'tags' metadata matches all of the query parameter filters.
Query Parameters
Name
Type
Description
key*
String
Your API key.
filters*
String
Comma-separated list of filters without spaces
secKey
String
Your Secret key. Only if enabled through the Security page.
This query allows you to retrieve entries that were uploaded given timestamp parameters. The fromTimestamp parameter will return assets that have been uploaded on or after the timestamp. The toTimestamp parameter will return assets that have been uploaded on or before the timestamp. You can use fromTimestamp and toTimestamp together. The returned list is in ascending order based on the time of upload.
Name
Type
Description
key*
string
Your API key.
email*
string
Your email address
secKey*
string
Your Secret key. Only if enabled through the Security page.
userKey*
string
Your authentication key. You can retrieve your User Key by clicking the Dev Tools icon in the upper right of the echo3D console.
fromTimestamp
number
A timestamp expressed in Unix epoch time to the millisecond.
toTimestamp
number
A timestamp expressed in Unix epoch time to the millisecond.