Back to Collection Items
#include <C_CkHttpW.h>
#include <C_CkStringBuilderW.h>
#include <C_CkJsonObjectW.h>
void ChilkatSample(void)
{
HCkHttpW http;
BOOL success;
HCkStringBuilderW sbResponseBody;
HCkJsonObjectW jResp;
int respStatusCode;
const wchar_t *strVal;
const wchar_t *Alert_type;
int Date_happened;
const wchar_t *Device_name;
const wchar_t *Host;
int Id;
const wchar_t *Id_str;
const wchar_t *Payload;
const wchar_t *Priority;
const wchar_t *Source_type_name;
const wchar_t *Text;
const wchar_t *Title;
const wchar_t *v_Url;
const wchar_t *status;
int i;
int count_i;
// This example assumes the Chilkat API to have been previously unlocked.
// See Global Unlock Sample for sample code.
http = CkHttpW_Create();
CkHttpW_SetRequestHeader(http,L"Accept",L"application/json");
sbResponseBody = CkStringBuilderW_Create();
success = CkHttpW_QuickGetSb(http,L"https://api.app.ddog-gov.com/api/v1/events/:event_id",sbResponseBody);
if (success == FALSE) {
wprintf(L"%s\n",CkHttpW_lastErrorText(http));
CkHttpW_Dispose(http);
CkStringBuilderW_Dispose(sbResponseBody);
return;
}
jResp = CkJsonObjectW_Create();
CkJsonObjectW_LoadSb(jResp,sbResponseBody);
CkJsonObjectW_putEmitCompact(jResp,FALSE);
wprintf(L"Response Body:\n");
wprintf(L"%s\n",CkJsonObjectW_emit(jResp));
respStatusCode = CkHttpW_getLastStatus(http);
wprintf(L"Response Status Code = %d\n",respStatusCode);
if (respStatusCode >= 400) {
wprintf(L"Response Header:\n");
wprintf(L"%s\n",CkHttpW_lastHeader(http));
wprintf(L"Failed.\n");
CkHttpW_Dispose(http);
CkStringBuilderW_Dispose(sbResponseBody);
CkJsonObjectW_Dispose(jResp);
return;
}
// Sample JSON response:
// (Sample code for parsing the JSON response is shown below)
// {
// "event": {
// "alert_type": "info",
// "date_happened": -7687934,
// "device_name": "labore aliquip dolor",
// "host": "incididunt sunt",
// "id": -98412440,
// "id_str": "incididunt laborum",
// "payload": "{}",
// "priority": "normal",
// "source_type_name": "commodo cupidatat ea",
// "tags": [
// "environment:test"
// ],
// "text": "Oh boy!",
// "title": "Did you hear the news today?",
// "url": "non"
// },
// "status": "sit in"
// }
// Sample code for parsing the JSON response...
// Use this online tool to generate parsing code from sample JSON: Generate JSON Parsing Code
// Chilkat functions returning "const char *" return a pointer to temporary internal memory owned and managed by Chilkat.
Alert_type = CkJsonObjectW_stringOf(jResp,L"event.alert_type");
Date_happened = CkJsonObjectW_IntOf(jResp,L"event.date_happened");
Device_name = CkJsonObjectW_stringOf(jResp,L"event.device_name");
Host = CkJsonObjectW_stringOf(jResp,L"event.host");
Id = CkJsonObjectW_IntOf(jResp,L"event.id");
Id_str = CkJsonObjectW_stringOf(jResp,L"event.id_str");
Payload = CkJsonObjectW_stringOf(jResp,L"event.payload");
Priority = CkJsonObjectW_stringOf(jResp,L"event.priority");
Source_type_name = CkJsonObjectW_stringOf(jResp,L"event.source_type_name");
Text = CkJsonObjectW_stringOf(jResp,L"event.text");
Title = CkJsonObjectW_stringOf(jResp,L"event.title");
v_Url = CkJsonObjectW_stringOf(jResp,L"event.url");
status = CkJsonObjectW_stringOf(jResp,L"status");
i = 0;
count_i = CkJsonObjectW_SizeOfArray(jResp,L"event.tags");
while (i < count_i) {
CkJsonObjectW_putI(jResp,i);
strVal = CkJsonObjectW_stringOf(jResp,L"event.tags[i]");
i = i + 1;
}
CkHttpW_Dispose(http);
CkStringBuilderW_Dispose(sbResponseBody);
CkJsonObjectW_Dispose(jResp);
}
Curl Command
curl -X GET
-H "Accept: application/json"
https://api.app.ddog-gov.com/api/v1/events/:event_id
Postman Collection Item JSON
{
"name": "Get an event",
"request": {
"method": "GET",
"header": [
{
"key": "Accept",
"value": "application/json"
}
],
"url": {
"raw": "{{baseUrl}}/api/v1/events/:event_id",
"host": [
"{{baseUrl}}"
],
"path": [
"api",
"v1",
"events",
":event_id"
],
"variable": [
{
"key": "event_id",
"value": "-62147425"
}
]
},
"description": "This endpoint allows you to query for event details.\n\n**Note**: If the event you’re querying contains markdown formatting of any kind,\nyou may see characters such as `%`,`\\`,`n` in your output."
},
"response": [
{
"name": "OK",
"originalRequest": {
"method": "GET",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"description": "Added as a part of security scheme: apikey",
"key": "DD-API-KEY",
"value": "<API Key>"
}
],
"url": {
"raw": "{{baseUrl}}/api/v1/events/:event_id",
"host": [
"{{baseUrl}}"
],
"path": [
"api",
"v1",
"events",
":event_id"
],
"variable": [
{
"key": "event_id"
}
]
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [
],
"body": "{\n \"event\": {\n \"alert_type\": \"info\",\n \"date_happened\": -7687934,\n \"device_name\": \"labore aliquip dolor\",\n \"host\": \"incididunt sunt\",\n \"id\": -98412440,\n \"id_str\": \"incididunt laborum\",\n \"payload\": \"{}\",\n \"priority\": \"normal\",\n \"source_type_name\": \"commodo cupidatat ea\",\n \"tags\": [\n \"environment:test\"\n ],\n \"text\": \"Oh boy!\",\n \"title\": \"Did you hear the news today?\",\n \"url\": \"non\"\n },\n \"status\": \"sit in\"\n}"
},
{
"name": "Authentication Error",
"originalRequest": {
"method": "GET",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"description": "Added as a part of security scheme: apikey",
"key": "DD-API-KEY",
"value": "<API Key>"
}
],
"url": {
"raw": "{{baseUrl}}/api/v1/events/:event_id",
"host": [
"{{baseUrl}}"
],
"path": [
"api",
"v1",
"events",
":event_id"
],
"variable": [
{
"key": "event_id"
}
]
}
},
"status": "Forbidden",
"code": 403,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [
],
"body": "{\n \"errors\": [\n \"Bad Request\",\n \"Bad Request\"\n ]\n}"
},
{
"name": "Item Not Found",
"originalRequest": {
"method": "GET",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"description": "Added as a part of security scheme: apikey",
"key": "DD-API-KEY",
"value": "<API Key>"
}
],
"url": {
"raw": "{{baseUrl}}/api/v1/events/:event_id",
"host": [
"{{baseUrl}}"
],
"path": [
"api",
"v1",
"events",
":event_id"
],
"variable": [
{
"key": "event_id"
}
]
}
},
"status": "Not Found",
"code": 404,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [
],
"body": "{\n \"errors\": [\n \"Bad Request\",\n \"Bad Request\"\n ]\n}"
},
{
"name": "Too many requests",
"originalRequest": {
"method": "GET",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"description": "Added as a part of security scheme: apikey",
"key": "DD-API-KEY",
"value": "<API Key>"
}
],
"url": {
"raw": "{{baseUrl}}/api/v1/events/:event_id",
"host": [
"{{baseUrl}}"
],
"path": [
"api",
"v1",
"events",
":event_id"
],
"variable": [
{
"key": "event_id"
}
]
}
},
"status": "Too Many Requests",
"code": 429,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [
],
"body": "{\n \"errors\": [\n \"Bad Request\",\n \"Bad Request\"\n ]\n}"
}
]
}