unicodeC / Cognite API v1 / Update sequences
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.
// {
// "items": [
// {
// "update": {
// "name": {
// "set": "commodo consectetur labore adipisicing et"
// },
// "description": {
// "set": "minim do officia commodo enim"
// },
// "assetId": {
// "setNull": true
// },
// "externalId": {
// "setNull": true
// },
// "metadata": {
// "set": {}
// },
// "dataSetId": {
// "setNull": false
// },
// "columns": {
// "modify": [
// ],
// "add": [
// ],
// "remove": [
// ]
// }
// },
// "id": 2341818327837744
// },
// {
// "update": {
// "name": {
// "setNull": true
// },
// "description": {
// "setNull": false
// },
// "assetId": {
// "setNull": false
// },
// "externalId": {
// "set": "ea non cupidatat"
// },
// "metadata": {
// "add": {},
// "remove": [
// ]
// },
// "dataSetId": {
// "set": -97287500
// },
// "columns": {
// "modify": [
// ],
// "add": [
// ],
// "remove": [
// ]
// }
// },
// "externalId": "do"
// }
// ]
// }
json = CkJsonObjectW_Create();
CkJsonObjectW_UpdateString(json,L"items[0].update.name.set",L"commodo consectetur labore adipisicing et");
CkJsonObjectW_UpdateString(json,L"items[0].update.description.set",L"minim do officia commodo enim");
CkJsonObjectW_UpdateBool(json,L"items[0].update.assetId.setNull",TRUE);
CkJsonObjectW_UpdateBool(json,L"items[0].update.externalId.setNull",TRUE);
CkJsonObjectW_UpdateNewObject(json,L"items[0].update.metadata.set");
CkJsonObjectW_UpdateBool(json,L"items[0].update.dataSetId.setNull",FALSE);
CkJsonObjectW_UpdateNewArray(json,L"items[0].update.columns.modify");
CkJsonObjectW_UpdateNewArray(json,L"items[0].update.columns.add");
CkJsonObjectW_UpdateNewArray(json,L"items[0].update.columns.remove");
CkJsonObjectW_UpdateInt(json,L"items[0].id",123);
CkJsonObjectW_UpdateBool(json,L"items[1].update.name.setNull",TRUE);
CkJsonObjectW_UpdateBool(json,L"items[1].update.description.setNull",FALSE);
CkJsonObjectW_UpdateBool(json,L"items[1].update.assetId.setNull",FALSE);
CkJsonObjectW_UpdateString(json,L"items[1].update.externalId.set",L"ea non cupidatat");
CkJsonObjectW_UpdateNewObject(json,L"items[1].update.metadata.add");
CkJsonObjectW_UpdateNewArray(json,L"items[1].update.metadata.remove");
CkJsonObjectW_UpdateInt(json,L"items[1].update.dataSetId.set",-97287500);
CkJsonObjectW_UpdateNewArray(json,L"items[1].update.columns.modify");
CkJsonObjectW_UpdateNewArray(json,L"items[1].update.columns.add");
CkJsonObjectW_UpdateNewArray(json,L"items[1].update.columns.remove");
CkJsonObjectW_UpdateString(json,L"items[1].externalId",L"do");
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}}/sequences/update",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 '{
"items": [
{
"update": {
"name": {
"set": "commodo consectetur labore adipisicing et"
},
"description": {
"set": "minim do officia commodo enim"
},
"assetId": {
"setNull": true
},
"externalId": {
"setNull": true
},
"metadata": {
"set": {}
},
"dataSetId": {
"setNull": false
},
"columns": {
"modify": [],
"add": [],
"remove": []
}
},
"id": 2341818327837744
},
{
"update": {
"name": {
"setNull": true
},
"description": {
"setNull": false
},
"assetId": {
"setNull": false
},
"externalId": {
"set": "ea non cupidatat"
},
"metadata": {
"add": {},
"remove": []
},
"dataSetId": {
"set": -97287500
},
"columns": {
"modify": [],
"add": [],
"remove": []
}
},
"externalId": "do"
}
]
}'
https://domain.com/api/v1/projects/{{project}}/sequences/update
Postman Collection Item JSON
{
"id": "updateSequences",
"name": "Update sequences",
"request": {
"url": {
"host": "{{baseUrl}}",
"path": [
"api",
"v1",
"projects",
"{{project}}",
"sequences",
"update"
],
"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": "Update one or more sequences. Fields that are not included in the request, are not changed.",
"body": {
"mode": "raw",
"raw": "{\n \"items\": [\n {\n \"update\": {\n \"name\": {\n \"set\": \"commodo consectetur labore adipisicing et\"\n },\n \"description\": {\n \"set\": \"minim do officia commodo enim\"\n },\n \"assetId\": {\n \"setNull\": true\n },\n \"externalId\": {\n \"setNull\": true\n },\n \"metadata\": {\n \"set\": {}\n },\n \"dataSetId\": {\n \"setNull\": false\n },\n \"columns\": {\n \"modify\": [],\n \"add\": [],\n \"remove\": []\n }\n },\n \"id\": 2341818327837744\n },\n {\n \"update\": {\n \"name\": {\n \"setNull\": true\n },\n \"description\": {\n \"setNull\": false\n },\n \"assetId\": {\n \"setNull\": false\n },\n \"externalId\": {\n \"set\": \"ea non cupidatat\"\n },\n \"metadata\": {\n \"add\": {},\n \"remove\": []\n },\n \"dataSetId\": {\n \"set\": -97287500\n },\n \"columns\": {\n \"modify\": [],\n \"add\": [],\n \"remove\": []\n }\n },\n \"externalId\": \"do\"\n }\n ]\n}"
}
}
}