Chilkat Online Tools

unicodeCpp / Support API / Show Activity

Back to Collection Items

#include <CkHttpW.h>
#include <CkStringBuilderW.h>
#include <CkJsonObjectW.h>

void ChilkatSample(void)
    {
    // This example assumes the Chilkat API to have been previously unlocked.
    // See Global Unlock Sample for sample code.

    CkHttpW http;
    bool success;

    http.put_BasicAuth(true);
    http.put_Login(L"login");
    http.put_Password(L"password");

    http.SetRequestHeader(L"Accept",L"application/json");

    CkStringBuilderW sbResponseBody;
    success = http.QuickGetSb(L"https://example.zendesk.com/api/v2/activities/:activity_id",sbResponseBody);
    if (success == false) {
        wprintf(L"%s\n",http.lastErrorText());
        return;
    }

    CkJsonObjectW jResp;
    jResp.LoadSb(sbResponseBody);
    jResp.put_EmitCompact(false);

    wprintf(L"Response Body:\n");
    wprintf(L"%s\n",jResp.emit());

    int respStatusCode = http.get_LastStatus();
    wprintf(L"Response Status Code = %d\n",respStatusCode);
    if (respStatusCode >= 400) {
        wprintf(L"Response Header:\n");
        wprintf(L"%s\n",http.lastHeader());
        wprintf(L"Failed.\n");
        return;
    }

    // Sample JSON response:
    // (Sample code for parsing the JSON response is shown below)

    // {
    //   "activity": {
    //     "actor": {
    //       "name": "<string>",
    //       "active": "<boolean>",
    //       "alias": "<string>",
    //       "chat_only": "<boolean>",
    //       "created_at": "<string>",
    //       "custom_role_id": "<integer>",
    //       "default_group_id": "<integer>",
    //       "details": "<string>",
    //       "email": "<string>",
    //       "external_id": "<string>",
    //       "iana_time_zone": "<string>",
    //       "id": "<integer>",
    //       "last_login_at": "<string>",
    //       "locale": "<string>",
    //       "locale_id": "<integer>",
    //       "moderator": "<boolean>",
    //       "notes": "<string>",
    //       "only_private_comments": "<boolean>",
    //       "organization_id": "<integer>",
    //       "phone": "<string>",
    //       "photo": {
    //         "laborum485": "cupidatat occaecat sed esse deserunt",
    //         "incididuntfe4": "ut esse dolor dolore adipisicing",
    //         "ipsum_d": false,
    //         "non_4a": 96148739
    //       },
    //       "remote_photo_url": "<string>",
    //       "report_csv": "<boolean>",
    //       "restricted_agent": "<boolean>",
    //       "role": "<string>",
    //       "role_type": "<integer>",
    //       "shared": "<boolean>",
    //       "shared_agent": "<boolean>",
    //       "shared_phone_number": "<boolean>",
    //       "signature": "<string>",
    //       "suspended": "<boolean>",
    //       "tags": "<array>",
    //       "ticket_restriction": "<string>",
    //       "time_zone": "<string>",
    //       "two_factor_auth_enabled": "<boolean>",
    //       "updated_at": "<string>",
    //       "url": "<string>",
    //       "user_fields": {
    //         "aute_e0": false,
    //         "quis02": 59243202
    //       },
    //       "verified": "<boolean>"
    //     },
    //     "actor_id": "<integer>",
    //     "created_at": "<string>",
    //     "id": "<integer>",
    //     "object": {
    //       "consequatf61": 91186207,
    //       "labore__6": true
    //     },
    //     "target": {
    //       "anim_f0": 93298900,
    //       "deserunt_fb": -19031432.480811536
    //     },
    //     "title": "<string>",
    //     "updated_at": "<string>",
    //     "url": "<string>",
    //     "user": {
    //       "name": "<string>",
    //       "active": "<boolean>",
    //       "alias": "<string>",
    //       "chat_only": "<boolean>",
    //       "created_at": "<string>",
    //       "custom_role_id": "<integer>",
    //       "default_group_id": "<integer>",
    //       "details": "<string>",
    //       "email": "<string>",
    //       "external_id": "<string>",
    //       "iana_time_zone": "<string>",
    //       "id": "<integer>",
    //       "last_login_at": "<string>",
    //       "locale": "<string>",
    //       "locale_id": "<integer>",
    //       "moderator": "<boolean>",
    //       "notes": "<string>",
    //       "only_private_comments": "<boolean>",
    //       "organization_id": "<integer>",
    //       "phone": "<string>",
    //       "photo": {
    //         "velit_d": false,
    //         "nulla68_": -89946385,
    //         "elit1": "id commodo cu"
    //       },
    //       "remote_photo_url": "<string>",
    //       "report_csv": "<boolean>",
    //       "restricted_agent": "<boolean>",
    //       "role": "<string>",
    //       "role_type": "<integer>",
    //       "shared": "<boolean>",
    //       "shared_agent": "<boolean>",
    //       "shared_phone_number": "<boolean>",
    //       "signature": "<string>",
    //       "suspended": "<boolean>",
    //       "tags": "<array>",
    //       "ticket_restriction": "<string>",
    //       "time_zone": "<string>",
    //       "two_factor_auth_enabled": "<boolean>",
    //       "updated_at": "<string>",
    //       "url": "<string>",
    //       "user_fields": {
    //         "dolor_c26": 36781242,
    //         "elit891": -33618800.11537988,
    //         "amet8": "consectetur"
    //       },
    //       "verified": "<boolean>"
    //     },
    //     "user_id": "<integer>",
    //     "verb": "<string>"
    //   }
    // }

    // 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.

    const wchar_t *Name = jResp.stringOf(L"activity.actor.name");
    const wchar_t *Active = jResp.stringOf(L"activity.actor.active");
    const wchar_t *Alias = jResp.stringOf(L"activity.actor.alias");
    const wchar_t *Chat_only = jResp.stringOf(L"activity.actor.chat_only");
    const wchar_t *Created_at = jResp.stringOf(L"activity.actor.created_at");
    const wchar_t *Custom_role_id = jResp.stringOf(L"activity.actor.custom_role_id");
    const wchar_t *Default_group_id = jResp.stringOf(L"activity.actor.default_group_id");
    const wchar_t *Details = jResp.stringOf(L"activity.actor.details");
    const wchar_t *v_Email = jResp.stringOf(L"activity.actor.email");
    const wchar_t *External_id = jResp.stringOf(L"activity.actor.external_id");
    const wchar_t *Iana_time_zone = jResp.stringOf(L"activity.actor.iana_time_zone");
    const wchar_t *Id = jResp.stringOf(L"activity.actor.id");
    const wchar_t *Last_login_at = jResp.stringOf(L"activity.actor.last_login_at");
    const wchar_t *Locale = jResp.stringOf(L"activity.actor.locale");
    const wchar_t *Locale_id = jResp.stringOf(L"activity.actor.locale_id");
    const wchar_t *Moderator = jResp.stringOf(L"activity.actor.moderator");
    const wchar_t *Notes = jResp.stringOf(L"activity.actor.notes");
    const wchar_t *Only_private_comments = jResp.stringOf(L"activity.actor.only_private_comments");
    const wchar_t *Organization_id = jResp.stringOf(L"activity.actor.organization_id");
    const wchar_t *Phone = jResp.stringOf(L"activity.actor.phone");
    const wchar_t *Laborum485 = jResp.stringOf(L"activity.actor.photo.laborum485");
    const wchar_t *Incididuntfe4 = jResp.stringOf(L"activity.actor.photo.incididuntfe4");
    bool Ipsum_d = jResp.BoolOf(L"activity.actor.photo.ipsum_d");
    int Non_4a = jResp.IntOf(L"activity.actor.photo.non_4a");
    const wchar_t *Remote_photo_url = jResp.stringOf(L"activity.actor.remote_photo_url");
    const wchar_t *Report_csv = jResp.stringOf(L"activity.actor.report_csv");
    const wchar_t *Restricted_agent = jResp.stringOf(L"activity.actor.restricted_agent");
    const wchar_t *Role = jResp.stringOf(L"activity.actor.role");
    const wchar_t *Role_type = jResp.stringOf(L"activity.actor.role_type");
    const wchar_t *v_Shared = jResp.stringOf(L"activity.actor.shared");
    const wchar_t *Shared_agent = jResp.stringOf(L"activity.actor.shared_agent");
    const wchar_t *Shared_phone_number = jResp.stringOf(L"activity.actor.shared_phone_number");
    const wchar_t *Signature = jResp.stringOf(L"activity.actor.signature");
    const wchar_t *Suspended = jResp.stringOf(L"activity.actor.suspended");
    const wchar_t *Tags = jResp.stringOf(L"activity.actor.tags");
    const wchar_t *Ticket_restriction = jResp.stringOf(L"activity.actor.ticket_restriction");
    const wchar_t *Time_zone = jResp.stringOf(L"activity.actor.time_zone");
    const wchar_t *Two_factor_auth_enabled = jResp.stringOf(L"activity.actor.two_factor_auth_enabled");
    const wchar_t *Updated_at = jResp.stringOf(L"activity.actor.updated_at");
    const wchar_t *v_Url = jResp.stringOf(L"activity.actor.url");
    bool Aute_e0 = jResp.BoolOf(L"activity.actor.user_fields.aute_e0");
    int Quis02 = jResp.IntOf(L"activity.actor.user_fields.quis02");
    const wchar_t *Verified = jResp.stringOf(L"activity.actor.verified");
    const wchar_t *Actor_id = jResp.stringOf(L"activity.actor_id");
    const wchar_t *activityCreated_at = jResp.stringOf(L"activity.created_at");
    const wchar_t *activityId = jResp.stringOf(L"activity.id");
    int Consequatf61 = jResp.IntOf(L"activity.object.consequatf61");
    bool Labore__6 = jResp.BoolOf(L"activity.object.labore__6");
    int Anim_f0 = jResp.IntOf(L"activity.target.anim_f0");
    const wchar_t *Deserunt_fb = jResp.stringOf(L"activity.target.deserunt_fb");
    const wchar_t *Title = jResp.stringOf(L"activity.title");
    const wchar_t *activityUpdated_at = jResp.stringOf(L"activity.updated_at");
    const wchar_t *activityUrl = jResp.stringOf(L"activity.url");
    const wchar_t *UserName = jResp.stringOf(L"activity.user.name");
    const wchar_t *UserActive = jResp.stringOf(L"activity.user.active");
    const wchar_t *UserAlias = jResp.stringOf(L"activity.user.alias");
    const wchar_t *UserChat_only = jResp.stringOf(L"activity.user.chat_only");
    const wchar_t *UserCreated_at = jResp.stringOf(L"activity.user.created_at");
    const wchar_t *UserCustom_role_id = jResp.stringOf(L"activity.user.custom_role_id");
    const wchar_t *UserDefault_group_id = jResp.stringOf(L"activity.user.default_group_id");
    const wchar_t *UserDetails = jResp.stringOf(L"activity.user.details");
    const wchar_t *UserEmail = jResp.stringOf(L"activity.user.email");
    const wchar_t *UserExternal_id = jResp.stringOf(L"activity.user.external_id");
    const wchar_t *UserIana_time_zone = jResp.stringOf(L"activity.user.iana_time_zone");
    const wchar_t *UserId = jResp.stringOf(L"activity.user.id");
    const wchar_t *UserLast_login_at = jResp.stringOf(L"activity.user.last_login_at");
    const wchar_t *UserLocale = jResp.stringOf(L"activity.user.locale");
    const wchar_t *UserLocale_id = jResp.stringOf(L"activity.user.locale_id");
    const wchar_t *UserModerator = jResp.stringOf(L"activity.user.moderator");
    const wchar_t *UserNotes = jResp.stringOf(L"activity.user.notes");
    const wchar_t *UserOnly_private_comments = jResp.stringOf(L"activity.user.only_private_comments");
    const wchar_t *UserOrganization_id = jResp.stringOf(L"activity.user.organization_id");
    const wchar_t *UserPhone = jResp.stringOf(L"activity.user.phone");
    bool Velit_d = jResp.BoolOf(L"activity.user.photo.velit_d");
    int Nulla68_ = jResp.IntOf(L"activity.user.photo.nulla68_");
    const wchar_t *Elit1 = jResp.stringOf(L"activity.user.photo.elit1");
    const wchar_t *UserRemote_photo_url = jResp.stringOf(L"activity.user.remote_photo_url");
    const wchar_t *UserReport_csv = jResp.stringOf(L"activity.user.report_csv");
    const wchar_t *UserRestricted_agent = jResp.stringOf(L"activity.user.restricted_agent");
    const wchar_t *UserRole = jResp.stringOf(L"activity.user.role");
    const wchar_t *UserRole_type = jResp.stringOf(L"activity.user.role_type");
    const wchar_t *UserShared = jResp.stringOf(L"activity.user.shared");
    const wchar_t *UserShared_agent = jResp.stringOf(L"activity.user.shared_agent");
    const wchar_t *UserShared_phone_number = jResp.stringOf(L"activity.user.shared_phone_number");
    const wchar_t *UserSignature = jResp.stringOf(L"activity.user.signature");
    const wchar_t *UserSuspended = jResp.stringOf(L"activity.user.suspended");
    const wchar_t *UserTags = jResp.stringOf(L"activity.user.tags");
    const wchar_t *UserTicket_restriction = jResp.stringOf(L"activity.user.ticket_restriction");
    const wchar_t *UserTime_zone = jResp.stringOf(L"activity.user.time_zone");
    const wchar_t *UserTwo_factor_auth_enabled = jResp.stringOf(L"activity.user.two_factor_auth_enabled");
    const wchar_t *UserUpdated_at = jResp.stringOf(L"activity.user.updated_at");
    const wchar_t *UserUrl = jResp.stringOf(L"activity.user.url");
    int Dolor_c26 = jResp.IntOf(L"activity.user.user_fields.dolor_c26");
    const wchar_t *Elit891 = jResp.stringOf(L"activity.user.user_fields.elit891");
    const wchar_t *Amet8 = jResp.stringOf(L"activity.user.user_fields.amet8");
    const wchar_t *UserVerified = jResp.stringOf(L"activity.user.verified");
    const wchar_t *User_id = jResp.stringOf(L"activity.user_id");
    const wchar_t *Verb = jResp.stringOf(L"activity.verb");
    }

Curl Command

curl  -u login:password -X GET
	-H "Accept: application/json"
https://example.zendesk.com/api/v2/activities/:activity_id

Postman Collection Item JSON

{
  "name": "Show Activity",
  "request": {
    "method": "GET",
    "header": [
      {
        "key": "Accept",
        "value": "application/json"
      }
    ],
    "url": {
      "raw": "{{baseUrl}}/api/v2/activities/:activity_id",
      "host": [
        "{{baseUrl}}"
      ],
      "path": [
        "api",
        "v2",
        "activities",
        ":activity_id"
      ],
      "variable": [
        {
          "key": "activity_id",
          "value": "<integer>"
        }
      ]
    },
    "description": "Lists a specific activity.\n\n#### Allowed For\n\n* Agents\n"
  },
  "response": [
    {
      "name": "Success response",
      "originalRequest": {
        "method": "GET",
        "header": [
          {
            "description": "Added as a part of security scheme: basic",
            "key": "Authorization",
            "value": "Basic <credentials>"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/api/v2/activities/:activity_id",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "api",
            "v2",
            "activities",
            ":activity_id"
          ],
          "variable": [
            {
              "key": "activity_id"
            }
          ]
        }
      },
      "status": "OK",
      "code": 200,
      "_postman_previewlanguage": "json",
      "header": [
        {
          "key": "Content-Type",
          "value": "application/json"
        }
      ],
      "cookie": [
      ],
      "body": "{\n  \"activity\": {\n    \"actor\": {\n      \"name\": \"<string>\",\n      \"active\": \"<boolean>\",\n      \"alias\": \"<string>\",\n      \"chat_only\": \"<boolean>\",\n      \"created_at\": \"<string>\",\n      \"custom_role_id\": \"<integer>\",\n      \"default_group_id\": \"<integer>\",\n      \"details\": \"<string>\",\n      \"email\": \"<string>\",\n      \"external_id\": \"<string>\",\n      \"iana_time_zone\": \"<string>\",\n      \"id\": \"<integer>\",\n      \"last_login_at\": \"<string>\",\n      \"locale\": \"<string>\",\n      \"locale_id\": \"<integer>\",\n      \"moderator\": \"<boolean>\",\n      \"notes\": \"<string>\",\n      \"only_private_comments\": \"<boolean>\",\n      \"organization_id\": \"<integer>\",\n      \"phone\": \"<string>\",\n      \"photo\": {\n        \"laborum485\": \"cupidatat occaecat sed esse deserunt\",\n        \"incididuntfe4\": \"ut esse dolor dolore adipisicing\",\n        \"ipsum_d\": false,\n        \"non_4a\": 96148739\n      },\n      \"remote_photo_url\": \"<string>\",\n      \"report_csv\": \"<boolean>\",\n      \"restricted_agent\": \"<boolean>\",\n      \"role\": \"<string>\",\n      \"role_type\": \"<integer>\",\n      \"shared\": \"<boolean>\",\n      \"shared_agent\": \"<boolean>\",\n      \"shared_phone_number\": \"<boolean>\",\n      \"signature\": \"<string>\",\n      \"suspended\": \"<boolean>\",\n      \"tags\": \"<array>\",\n      \"ticket_restriction\": \"<string>\",\n      \"time_zone\": \"<string>\",\n      \"two_factor_auth_enabled\": \"<boolean>\",\n      \"updated_at\": \"<string>\",\n      \"url\": \"<string>\",\n      \"user_fields\": {\n        \"aute_e0\": false,\n        \"quis02\": 59243202\n      },\n      \"verified\": \"<boolean>\"\n    },\n    \"actor_id\": \"<integer>\",\n    \"created_at\": \"<string>\",\n    \"id\": \"<integer>\",\n    \"object\": {\n      \"consequatf61\": 91186207,\n      \"labore__6\": true\n    },\n    \"target\": {\n      \"anim_f0\": 93298900,\n      \"deserunt_fb\": -19031432.480811536\n    },\n    \"title\": \"<string>\",\n    \"updated_at\": \"<string>\",\n    \"url\": \"<string>\",\n    \"user\": {\n      \"name\": \"<string>\",\n      \"active\": \"<boolean>\",\n      \"alias\": \"<string>\",\n      \"chat_only\": \"<boolean>\",\n      \"created_at\": \"<string>\",\n      \"custom_role_id\": \"<integer>\",\n      \"default_group_id\": \"<integer>\",\n      \"details\": \"<string>\",\n      \"email\": \"<string>\",\n      \"external_id\": \"<string>\",\n      \"iana_time_zone\": \"<string>\",\n      \"id\": \"<integer>\",\n      \"last_login_at\": \"<string>\",\n      \"locale\": \"<string>\",\n      \"locale_id\": \"<integer>\",\n      \"moderator\": \"<boolean>\",\n      \"notes\": \"<string>\",\n      \"only_private_comments\": \"<boolean>\",\n      \"organization_id\": \"<integer>\",\n      \"phone\": \"<string>\",\n      \"photo\": {\n        \"velit_d\": false,\n        \"nulla68_\": -89946385,\n        \"elit1\": \"id commodo cu\"\n      },\n      \"remote_photo_url\": \"<string>\",\n      \"report_csv\": \"<boolean>\",\n      \"restricted_agent\": \"<boolean>\",\n      \"role\": \"<string>\",\n      \"role_type\": \"<integer>\",\n      \"shared\": \"<boolean>\",\n      \"shared_agent\": \"<boolean>\",\n      \"shared_phone_number\": \"<boolean>\",\n      \"signature\": \"<string>\",\n      \"suspended\": \"<boolean>\",\n      \"tags\": \"<array>\",\n      \"ticket_restriction\": \"<string>\",\n      \"time_zone\": \"<string>\",\n      \"two_factor_auth_enabled\": \"<boolean>\",\n      \"updated_at\": \"<string>\",\n      \"url\": \"<string>\",\n      \"user_fields\": {\n        \"dolor_c26\": 36781242,\n        \"elit891\": -33618800.11537988,\n        \"amet8\": \"consectetur\"\n      },\n      \"verified\": \"<boolean>\"\n    },\n    \"user_id\": \"<integer>\",\n    \"verb\": \"<string>\"\n  }\n}"
    }
  ]
}