unicodeC / Cognite API v1 / Aggregate files
Back to Collection Items
#include <C_CkHttpW.h>
#include <C_CkJsonObjectW.h>
#include <C_CkHttpResponseW.h>
void ChilkatSample(void)
{
HCkHttpW http;
BOOL success;
HCkJsonObjectW json;
HCkHttpResponseW resp;
// This example assumes the Chilkat API to have been previously unlocked.
// See Global Unlock Sample for sample code.
http = CkHttpW_Create();
// Use this online tool to generate code from sample JSON: Generate Code to Create JSON
// The following JSON is sent in the request body.
// {
// "filter": {
// "name": "irure sed",
// "directoryPrefix": "nostrud consequat",
// "mimeType": "dolor laborum in in",
// "metadata": {},
// "assetIds": [
// 7799666741900608,
// 6644214122015698
// ],
// "assetExternalIds": [
// "quis voluptate laborum veniam",
// "aute ut"
// ],
// "rootAssetIds": [
// {
// "id": 6254098074953880
// },
// {
// "id": 8976017818812302
// }
// ],
// "dataSetIds": [
// {
// "externalId": "aliquip pariatur culpa cillum laborum"
// },
// {
// "id": 7695765338479954
// }
// ],
// "assetSubtreeIds": [
// {
// "externalId": "Ut amet ex cillum"
// },
// {
// "externalId": "sint"
// }
// ],
// "source": "aute Ut",
// "createdTime": {
// "max": 56270544,
// "min": 57758894
// },
// "lastUpdatedTime": {
// "max": 52283870,
// "min": 91808195
// },
// "uploadedTime": {
// "max": 26896230,
// "min": 27790663
// },
// "sourceCreatedTime": {
// "max": 2593079,
// "min": 10226586
// },
// "sourceModifiedTime": {
// "max": 74076542,
// "min": 32817651
// },
// "externalIdPrefix": "aliqua eu adipisicing",
// "uploaded": false,
// "labels": {
// "containsAny": [
// {
// "externalId": "ad aute cupidatat mollit"
// },
// {
// "externalId": "ex Duis sit"
// }
// ]
// },
// "geoLocation": {
// "relation": "INTERSECTS",
// "shape": {
// "type": "Polygon",
// "coordinates": [
// ]
// }
// }
// }
// }
json = CkJsonObjectW_Create();
CkJsonObjectW_UpdateString(json,L"filter.name",L"irure sed");
CkJsonObjectW_UpdateString(json,L"filter.directoryPrefix",L"nostrud consequat");
CkJsonObjectW_UpdateString(json,L"filter.mimeType",L"dolor laborum in in");
CkJsonObjectW_UpdateNewObject(json,L"filter.metadata");
CkJsonObjectW_UpdateInt(json,L"filter.assetIds[0]",7799666741900608);
CkJsonObjectW_UpdateInt(json,L"filter.assetIds[1]",6644214122015698);
CkJsonObjectW_UpdateString(json,L"filter.assetExternalIds[0]",L"quis voluptate laborum veniam");
CkJsonObjectW_UpdateString(json,L"filter.assetExternalIds[1]",L"aute ut");
CkJsonObjectW_UpdateInt(json,L"filter.rootAssetIds[0].id",123);
CkJsonObjectW_UpdateInt(json,L"filter.rootAssetIds[1].id",123);
CkJsonObjectW_UpdateString(json,L"filter.dataSetIds[0].externalId",L"aliquip pariatur culpa cillum laborum");
CkJsonObjectW_UpdateInt(json,L"filter.dataSetIds[1].id",123);
CkJsonObjectW_UpdateString(json,L"filter.assetSubtreeIds[0].externalId",L"Ut amet ex cillum");
CkJsonObjectW_UpdateString(json,L"filter.assetSubtreeIds[1].externalId",L"sint");
CkJsonObjectW_UpdateString(json,L"filter.source",L"aute Ut");
CkJsonObjectW_UpdateInt(json,L"filter.createdTime.max",56270544);
CkJsonObjectW_UpdateInt(json,L"filter.createdTime.min",57758894);
CkJsonObjectW_UpdateInt(json,L"filter.lastUpdatedTime.max",52283870);
CkJsonObjectW_UpdateInt(json,L"filter.lastUpdatedTime.min",91808195);
CkJsonObjectW_UpdateInt(json,L"filter.uploadedTime.max",26896230);
CkJsonObjectW_UpdateInt(json,L"filter.uploadedTime.min",27790663);
CkJsonObjectW_UpdateInt(json,L"filter.sourceCreatedTime.max",2593079);
CkJsonObjectW_UpdateInt(json,L"filter.sourceCreatedTime.min",10226586);
CkJsonObjectW_UpdateInt(json,L"filter.sourceModifiedTime.max",74076542);
CkJsonObjectW_UpdateInt(json,L"filter.sourceModifiedTime.min",32817651);
CkJsonObjectW_UpdateString(json,L"filter.externalIdPrefix",L"aliqua eu adipisicing");
CkJsonObjectW_UpdateBool(json,L"filter.uploaded",FALSE);
CkJsonObjectW_UpdateString(json,L"filter.labels.containsAny[0].externalId",L"ad aute cupidatat mollit");
CkJsonObjectW_UpdateString(json,L"filter.labels.containsAny[1].externalId",L"ex Duis sit");
CkJsonObjectW_UpdateString(json,L"filter.geoLocation.relation",L"INTERSECTS");
CkJsonObjectW_UpdateString(json,L"filter.geoLocation.shape.type",L"Polygon");
CkJsonObjectW_UpdateNewArray(json,L"filter.geoLocation.shape.coordinates");
CkHttpW_SetRequestHeader(http,L"content-type",L"application/json");
CkHttpW_SetRequestHeader(http,L"api-key",L"{{api-key}}");
resp = CkHttpW_PostJson3(http,L"https://domain.com/api/v1/projects/{{project}}/files/aggregate",L"application/json",json);
if (CkHttpW_getLastMethodSuccess(http) == FALSE) {
wprintf(L"%s\n",CkHttpW_lastErrorText(http));
CkHttpW_Dispose(http);
CkJsonObjectW_Dispose(json);
return;
}
wprintf(L"%d\n",CkHttpResponseW_getStatusCode(resp));
wprintf(L"%s\n",CkHttpResponseW_bodyStr(resp));
CkHttpResponseW_Dispose(resp);
CkHttpW_Dispose(http);
CkJsonObjectW_Dispose(json);
}
Curl Command
curl -X POST
-H "api-key: {{api-key}}"
-H "content-type: application/json"
-d '{
"filter": {
"name": "irure sed",
"directoryPrefix": "nostrud consequat",
"mimeType": "dolor laborum in in",
"metadata": {},
"assetIds": [
7799666741900608,
6644214122015698
],
"assetExternalIds": [
"quis voluptate laborum veniam",
"aute ut"
],
"rootAssetIds": [
{
"id": 6254098074953880
},
{
"id": 8976017818812302
}
],
"dataSetIds": [
{
"externalId": "aliquip pariatur culpa cillum laborum"
},
{
"id": 7695765338479954
}
],
"assetSubtreeIds": [
{
"externalId": "Ut amet ex cillum"
},
{
"externalId": "sint"
}
],
"source": "aute Ut",
"createdTime": {
"max": 56270544,
"min": 57758894
},
"lastUpdatedTime": {
"max": 52283870,
"min": 91808195
},
"uploadedTime": {
"max": 26896230,
"min": 27790663
},
"sourceCreatedTime": {
"max": 2593079,
"min": 10226586
},
"sourceModifiedTime": {
"max": 74076542,
"min": 32817651
},
"externalIdPrefix": "aliqua eu adipisicing",
"uploaded": false,
"labels": {
"containsAny": [
{
"externalId": "ad aute cupidatat mollit"
},
{
"externalId": "ex Duis sit"
}
]
},
"geoLocation": {
"relation": "INTERSECTS",
"shape": {
"type": "Polygon",
"coordinates": []
}
}
}
}'
https://domain.com/api/v1/projects/{{project}}/files/aggregate
Postman Collection Item JSON
{
"id": "aggregateFiles",
"name": "Aggregate files",
"request": {
"url": {
"host": "{{baseUrl}}",
"path": [
"api",
"v1",
"projects",
"{{project}}",
"files",
"aggregate"
],
"query": [
],
"variable": [
]
},
"method": "POST",
"header": [
{
"key": "api-key",
"value": "{{api-key}}",
"description": "An admin can create API keys in the Cognite console."
},
{
"key": "content-type",
"value": "application/json"
}
],
"description": "Calculate aggregates for files, based on optional filter specification. Returns the following aggregates: `count`",
"body": {
"mode": "raw",
"raw": "{\n \"filter\": {\n \"name\": \"irure sed\",\n \"directoryPrefix\": \"nostrud consequat\",\n \"mimeType\": \"dolor laborum in in\",\n \"metadata\": {},\n \"assetIds\": [\n 7799666741900608,\n 6644214122015698\n ],\n \"assetExternalIds\": [\n \"quis voluptate laborum veniam\",\n \"aute ut\"\n ],\n \"rootAssetIds\": [\n {\n \"id\": 6254098074953880\n },\n {\n \"id\": 8976017818812302\n }\n ],\n \"dataSetIds\": [\n {\n \"externalId\": \"aliquip pariatur culpa cillum laborum\"\n },\n {\n \"id\": 7695765338479954\n }\n ],\n \"assetSubtreeIds\": [\n {\n \"externalId\": \"Ut amet ex cillum\"\n },\n {\n \"externalId\": \"sint\"\n }\n ],\n \"source\": \"aute Ut\",\n \"createdTime\": {\n \"max\": 56270544,\n \"min\": 57758894\n },\n \"lastUpdatedTime\": {\n \"max\": 52283870,\n \"min\": 91808195\n },\n \"uploadedTime\": {\n \"max\": 26896230,\n \"min\": 27790663\n },\n \"sourceCreatedTime\": {\n \"max\": 2593079,\n \"min\": 10226586\n },\n \"sourceModifiedTime\": {\n \"max\": 74076542,\n \"min\": 32817651\n },\n \"externalIdPrefix\": \"aliqua eu adipisicing\",\n \"uploaded\": false,\n \"labels\": {\n \"containsAny\": [\n {\n \"externalId\": \"ad aute cupidatat mollit\"\n },\n {\n \"externalId\": \"ex Duis sit\"\n }\n ]\n },\n \"geoLocation\": {\n \"relation\": \"INTERSECTS\",\n \"shape\": {\n \"type\": \"Polygon\",\n \"coordinates\": []\n }\n }\n }\n}"
}
}
}