cURL
curl --request GET \ --url https://api.g2cplatform.com/v2/categories/{categoryId}/subcategories/{subcategoryId}/objects \ --header 'X-API-Key: <api-key>'
{ "data": [ { "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "externalId": "<string>", "name": "<string>", "status": "active", "createdAt": "2023-11-07T05:31:56Z", "updatedAt": "2023-11-07T05:31:56Z", "description": "<string>", "summary": "<string>", "owner": "<string>", "categoryId": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "subcategoryId": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "metadata": {}, "blockchain": { "txId": "<string>", "lastTxId": "<string>", "eventCount": 123 } } ], "pagination": { "limit": 123, "offset": 123, "total": 123, "hasNext": true, "hasPrevious": true } }
Retrieve a list of objects within a subcategory
API key for authenticating requests. Include in X-API-Key header.
Category identifier
Subcategory identifier
Maximum number of objects to return
1 <= x <= 100
Number of objects to skip
x >= 0
List of objects
Show child attributes
active
inactive
stolen
transferred
archived
Initial blockchain transaction ID
Most recent blockchain transaction ID
Total number of blockchain events
Items per page
Number of items skipped
Total number of items
Whether there are more pages available
Whether there are previous pages available