Chilkat Online Tools

C / Support API / List Activities

Back to Collection Items

#include <C_CkHttp.h>
#include <C_CkJsonObject.h>
#include <C_CkHttpResponse.h>
#include <C_CkStringBuilder.h>

void ChilkatSample(void)
    {
    HCkHttp http;
    BOOL success;
    HCkJsonObject queryParams;
    HCkHttpResponse resp;
    HCkStringBuilder sbResponseBody;
    HCkJsonObject jResp;
    int respStatusCode;
    const char *Name;
    const char *Active;
    const char *Alias;
    const char *Chat_only;
    const char *Created_at;
    const char *Custom_role_id;
    const char *Default_group_id;
    const char *Details;
    const char *v_Email;
    const char *External_id;
    const char *Iana_time_zone;
    const char *Id;
    const char *Last_login_at;
    const char *Locale;
    const char *Locale_id;
    const char *Moderator;
    const char *Notes;
    const char *Only_private_comments;
    const char *Organization_id;
    const char *Phone;
    int Adipisicing7;
    BOOL Irure_70;
    const char *Remote_photo_url;
    const char *Report_csv;
    const char *Restricted_agent;
    const char *Role;
    const char *Role_type;
    const char *v_Shared;
    const char *Shared_agent;
    const char *Shared_phone_number;
    const char *Signature;
    const char *Suspended;
    const char *Tags;
    const char *Ticket_restriction;
    const char *Time_zone;
    const char *Two_factor_auth_enabled;
    const char *Updated_at;
    const char *v_Url;
    const char *Tempor_f;
    const char *Verified;
    const char *actor_id;
    const char *created_at;
    const char *id;
    BOOL Officia1a2;
    const char *Qui9;
    const char *Irure_1cd;
    BOOL Sede8;
    const char *title;
    const char *updated_at;
    const char *url;
    const char *userName;
    const char *userActive;
    const char *userAlias;
    const char *userChat_only;
    const char *userCreated_at;
    const char *userCustom_role_id;
    const char *userDefault_group_id;
    const char *userDetails;
    const char *userEmail;
    const char *userExternal_id;
    const char *userIana_time_zone;
    const char *userId;
    const char *userLast_login_at;
    const char *userLocale;
    const char *userLocale_id;
    const char *userModerator;
    const char *userNotes;
    const char *userOnly_private_comments;
    const char *userOrganization_id;
    const char *userPhone;
    const char *Ut975;
    BOOL Magna3e;
    const char *userRemote_photo_url;
    const char *userReport_csv;
    const char *userRestricted_agent;
    const char *userRole;
    const char *userRole_type;
    const char *userShared;
    const char *userShared_agent;
    const char *userShared_phone_number;
    const char *userSignature;
    const char *userSuspended;
    const char *userTags;
    const char *userTicket_restriction;
    const char *userTime_zone;
    const char *userTwo_factor_auth_enabled;
    const char *userUpdated_at;
    const char *userUrl;
    const char *Ut_d;
    int Adipisicing_7;
    const char *Magna_9;
    const char *userVerified;
    const char *user_id;
    const char *verb;
    BOOL Aliquipb6;
    const char *Euc13;
    int Pariatur_39;
    BOOL Voluptate_8;
    int Ipsum4;
    const char *Est_d;
    const char *Esse_b;
    const char *Ut_e6f;
    const char *Voluptatef;
    int Utba9;
    BOOL Ut_2;
    const char *Excepteur1_;
    const char *consectetura8a;
    const char *id_e;
    int reprehenderit_93;
    const char *elit7;
    const char *ad_1a;
    int anim40;
    const char *quisa9;
    BOOL fugiat_e;
    const char *non_224;
    const char *cillumeb;
    const char *count;
    const char *next_page;
    const char *previous_page;
    int i;
    int count_i;

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

    http = CkHttp_Create();

    CkHttp_putBasicAuth(http,TRUE);
    CkHttp_putLogin(http,"login");
    CkHttp_putPassword(http,"password");

    queryParams = CkJsonObject_Create();
    CkJsonObject_UpdateString(queryParams,"since","<string>");

    CkHttp_SetRequestHeader(http,"Accept","application/json");

    resp = CkHttp_QuickRequestParams(http,"GET","https://example.zendesk.com/api/v2/activities",queryParams);
    if (CkHttp_getLastMethodSuccess(http) == FALSE) {
        printf("%s\n",CkHttp_lastErrorText(http));
        CkHttp_Dispose(http);
        CkJsonObject_Dispose(queryParams);
        return;
    }

    sbResponseBody = CkStringBuilder_Create();
    CkHttpResponse_GetBodySb(resp,sbResponseBody);

    jResp = CkJsonObject_Create();
    CkJsonObject_LoadSb(jResp,sbResponseBody);
    CkJsonObject_putEmitCompact(jResp,FALSE);

    printf("Response Body:\n");
    printf("%s\n",CkJsonObject_emit(jResp));

    respStatusCode = CkHttpResponse_getStatusCode(resp);
    printf("Response Status Code = %d\n",respStatusCode);
    if (respStatusCode >= 400) {
        printf("Response Header:\n");
        printf("%s\n",CkHttpResponse_header(resp));
        printf("Failed.\n");
        CkHttpResponse_Dispose(resp);
        CkHttp_Dispose(http);
        CkJsonObject_Dispose(queryParams);
        CkStringBuilder_Dispose(sbResponseBody);
        CkJsonObject_Dispose(jResp);
        return;
    }

    CkHttpResponse_Dispose(resp);

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

    // {
    //   "activities": [
    //     {
    //       "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": {
    //           "adipisicing7": 56151302,
    //           "irure_70": true
    //         },
    //         "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": {
    //           "tempor_f": 85786252.44695336
    //         },
    //         "verified": "<boolean>"
    //       },
    //       "actor_id": "<integer>",
    //       "created_at": "<string>",
    //       "id": "<integer>",
    //       "object": {
    //         "officia1a2": true,
    //         "qui9": "voluptate mollit Excepteur ipsum veniam",
    //         "irure_1cd": "id ea"
    //       },
    //       "target": {
    //         "sede8": false
    //       },
    //       "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": {
    //           "Ut975": -74534220.66145113,
    //           "magna3e": false
    //         },
    //         "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": {
    //           "ut_d": "tempor",
    //           "adipisicing_7": 28937910,
    //           "magna_9": -45754090.269199036
    //         },
    //         "verified": "<boolean>"
    //       },
    //       "user_id": "<integer>",
    //       "verb": "<string>"
    //     },
    //     {
    //       "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": {
    //           "aliquipb6": false
    //         },
    //         "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": {
    //           "euc13": "pariatur"
    //         },
    //         "verified": "<boolean>"
    //       },
    //       "actor_id": "<integer>",
    //       "created_at": "<string>",
    //       "id": "<integer>",
    //       "object": {
    //         "pariatur_39": -13246316,
    //         "voluptate_8": false,
    //         "ipsum4": -24640571
    //       },
    //       "target": {
    //         "est_d": 43464084.60404679
    //       },
    //       "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": {
    //           "esse_b": "occaec",
    //           "ut_e6f": "Ut est deserunt"
    //         },
    //         "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": {
    //           "voluptatef": -38514506.191917874,
    //           "utba9": -99737083,
    //           "ut_2": false
    //         },
    //         "verified": "<boolean>"
    //       },
    //       "user_id": "<integer>",
    //       "verb": "<string>"
    //     }
    //   ],
    //   "actors": [
    //     {
    //       "Excepteur1_": -85145004.89320306,
    //       "consectetura8a": -98072772.2193171,
    //       "id_e": -68362078.49006462,
    //       "reprehenderit_93": 96874887,
    //       "elit7": "dolor"
    //     },
    //     {
    //       "ad_1a": "sunt nulla incididunt sed"
    //     }
    //   ],
    //   "count": "<integer>",
    //   "next_page": "<string>",
    //   "previous_page": "<string>",
    //   "users": [
    //     {
    //       "anim40": -83874192,
    //       "quisa9": 17607150.376219943,
    //       "fugiat_e": true,
    //       "non_224": 21739369.8385354
    //     },
    //     {
    //       "cillumeb": "ut nisi sunt deserunt"
    //     }
    //   ]
    // }

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

    count = CkJsonObject_stringOf(jResp,"count");
    next_page = CkJsonObject_stringOf(jResp,"next_page");
    previous_page = CkJsonObject_stringOf(jResp,"previous_page");
    i = 0;
    count_i = CkJsonObject_SizeOfArray(jResp,"activities");
    while (i < count_i) {
        CkJsonObject_putI(jResp,i);
        Name = CkJsonObject_stringOf(jResp,"activities[i].actor.name");
        Active = CkJsonObject_stringOf(jResp,"activities[i].actor.active");
        Alias = CkJsonObject_stringOf(jResp,"activities[i].actor.alias");
        Chat_only = CkJsonObject_stringOf(jResp,"activities[i].actor.chat_only");
        Created_at = CkJsonObject_stringOf(jResp,"activities[i].actor.created_at");
        Custom_role_id = CkJsonObject_stringOf(jResp,"activities[i].actor.custom_role_id");
        Default_group_id = CkJsonObject_stringOf(jResp,"activities[i].actor.default_group_id");
        Details = CkJsonObject_stringOf(jResp,"activities[i].actor.details");
        v_Email = CkJsonObject_stringOf(jResp,"activities[i].actor.email");
        External_id = CkJsonObject_stringOf(jResp,"activities[i].actor.external_id");
        Iana_time_zone = CkJsonObject_stringOf(jResp,"activities[i].actor.iana_time_zone");
        Id = CkJsonObject_stringOf(jResp,"activities[i].actor.id");
        Last_login_at = CkJsonObject_stringOf(jResp,"activities[i].actor.last_login_at");
        Locale = CkJsonObject_stringOf(jResp,"activities[i].actor.locale");
        Locale_id = CkJsonObject_stringOf(jResp,"activities[i].actor.locale_id");
        Moderator = CkJsonObject_stringOf(jResp,"activities[i].actor.moderator");
        Notes = CkJsonObject_stringOf(jResp,"activities[i].actor.notes");
        Only_private_comments = CkJsonObject_stringOf(jResp,"activities[i].actor.only_private_comments");
        Organization_id = CkJsonObject_stringOf(jResp,"activities[i].actor.organization_id");
        Phone = CkJsonObject_stringOf(jResp,"activities[i].actor.phone");
        Adipisicing7 = CkJsonObject_IntOf(jResp,"activities[i].actor.photo.adipisicing7");
        Irure_70 = CkJsonObject_BoolOf(jResp,"activities[i].actor.photo.irure_70");
        Remote_photo_url = CkJsonObject_stringOf(jResp,"activities[i].actor.remote_photo_url");
        Report_csv = CkJsonObject_stringOf(jResp,"activities[i].actor.report_csv");
        Restricted_agent = CkJsonObject_stringOf(jResp,"activities[i].actor.restricted_agent");
        Role = CkJsonObject_stringOf(jResp,"activities[i].actor.role");
        Role_type = CkJsonObject_stringOf(jResp,"activities[i].actor.role_type");
        v_Shared = CkJsonObject_stringOf(jResp,"activities[i].actor.shared");
        Shared_agent = CkJsonObject_stringOf(jResp,"activities[i].actor.shared_agent");
        Shared_phone_number = CkJsonObject_stringOf(jResp,"activities[i].actor.shared_phone_number");
        Signature = CkJsonObject_stringOf(jResp,"activities[i].actor.signature");
        Suspended = CkJsonObject_stringOf(jResp,"activities[i].actor.suspended");
        Tags = CkJsonObject_stringOf(jResp,"activities[i].actor.tags");
        Ticket_restriction = CkJsonObject_stringOf(jResp,"activities[i].actor.ticket_restriction");
        Time_zone = CkJsonObject_stringOf(jResp,"activities[i].actor.time_zone");
        Two_factor_auth_enabled = CkJsonObject_stringOf(jResp,"activities[i].actor.two_factor_auth_enabled");
        Updated_at = CkJsonObject_stringOf(jResp,"activities[i].actor.updated_at");
        v_Url = CkJsonObject_stringOf(jResp,"activities[i].actor.url");
        Tempor_f = CkJsonObject_stringOf(jResp,"activities[i].actor.user_fields.tempor_f");
        Verified = CkJsonObject_stringOf(jResp,"activities[i].actor.verified");
        actor_id = CkJsonObject_stringOf(jResp,"activities[i].actor_id");
        created_at = CkJsonObject_stringOf(jResp,"activities[i].created_at");
        id = CkJsonObject_stringOf(jResp,"activities[i].id");
        Officia1a2 = CkJsonObject_BoolOf(jResp,"activities[i].object.officia1a2");
        Qui9 = CkJsonObject_stringOf(jResp,"activities[i].object.qui9");
        Irure_1cd = CkJsonObject_stringOf(jResp,"activities[i].object.irure_1cd");
        Sede8 = CkJsonObject_BoolOf(jResp,"activities[i].target.sede8");
        title = CkJsonObject_stringOf(jResp,"activities[i].title");
        updated_at = CkJsonObject_stringOf(jResp,"activities[i].updated_at");
        url = CkJsonObject_stringOf(jResp,"activities[i].url");
        userName = CkJsonObject_stringOf(jResp,"activities[i].user.name");
        userActive = CkJsonObject_stringOf(jResp,"activities[i].user.active");
        userAlias = CkJsonObject_stringOf(jResp,"activities[i].user.alias");
        userChat_only = CkJsonObject_stringOf(jResp,"activities[i].user.chat_only");
        userCreated_at = CkJsonObject_stringOf(jResp,"activities[i].user.created_at");
        userCustom_role_id = CkJsonObject_stringOf(jResp,"activities[i].user.custom_role_id");
        userDefault_group_id = CkJsonObject_stringOf(jResp,"activities[i].user.default_group_id");
        userDetails = CkJsonObject_stringOf(jResp,"activities[i].user.details");
        userEmail = CkJsonObject_stringOf(jResp,"activities[i].user.email");
        userExternal_id = CkJsonObject_stringOf(jResp,"activities[i].user.external_id");
        userIana_time_zone = CkJsonObject_stringOf(jResp,"activities[i].user.iana_time_zone");
        userId = CkJsonObject_stringOf(jResp,"activities[i].user.id");
        userLast_login_at = CkJsonObject_stringOf(jResp,"activities[i].user.last_login_at");
        userLocale = CkJsonObject_stringOf(jResp,"activities[i].user.locale");
        userLocale_id = CkJsonObject_stringOf(jResp,"activities[i].user.locale_id");
        userModerator = CkJsonObject_stringOf(jResp,"activities[i].user.moderator");
        userNotes = CkJsonObject_stringOf(jResp,"activities[i].user.notes");
        userOnly_private_comments = CkJsonObject_stringOf(jResp,"activities[i].user.only_private_comments");
        userOrganization_id = CkJsonObject_stringOf(jResp,"activities[i].user.organization_id");
        userPhone = CkJsonObject_stringOf(jResp,"activities[i].user.phone");
        Ut975 = CkJsonObject_stringOf(jResp,"activities[i].user.photo.Ut975");
        Magna3e = CkJsonObject_BoolOf(jResp,"activities[i].user.photo.magna3e");
        userRemote_photo_url = CkJsonObject_stringOf(jResp,"activities[i].user.remote_photo_url");
        userReport_csv = CkJsonObject_stringOf(jResp,"activities[i].user.report_csv");
        userRestricted_agent = CkJsonObject_stringOf(jResp,"activities[i].user.restricted_agent");
        userRole = CkJsonObject_stringOf(jResp,"activities[i].user.role");
        userRole_type = CkJsonObject_stringOf(jResp,"activities[i].user.role_type");
        userShared = CkJsonObject_stringOf(jResp,"activities[i].user.shared");
        userShared_agent = CkJsonObject_stringOf(jResp,"activities[i].user.shared_agent");
        userShared_phone_number = CkJsonObject_stringOf(jResp,"activities[i].user.shared_phone_number");
        userSignature = CkJsonObject_stringOf(jResp,"activities[i].user.signature");
        userSuspended = CkJsonObject_stringOf(jResp,"activities[i].user.suspended");
        userTags = CkJsonObject_stringOf(jResp,"activities[i].user.tags");
        userTicket_restriction = CkJsonObject_stringOf(jResp,"activities[i].user.ticket_restriction");
        userTime_zone = CkJsonObject_stringOf(jResp,"activities[i].user.time_zone");
        userTwo_factor_auth_enabled = CkJsonObject_stringOf(jResp,"activities[i].user.two_factor_auth_enabled");
        userUpdated_at = CkJsonObject_stringOf(jResp,"activities[i].user.updated_at");
        userUrl = CkJsonObject_stringOf(jResp,"activities[i].user.url");
        Ut_d = CkJsonObject_stringOf(jResp,"activities[i].user.user_fields.ut_d");
        Adipisicing_7 = CkJsonObject_IntOf(jResp,"activities[i].user.user_fields.adipisicing_7");
        Magna_9 = CkJsonObject_stringOf(jResp,"activities[i].user.user_fields.magna_9");
        userVerified = CkJsonObject_stringOf(jResp,"activities[i].user.verified");
        user_id = CkJsonObject_stringOf(jResp,"activities[i].user_id");
        verb = CkJsonObject_stringOf(jResp,"activities[i].verb");
        Aliquipb6 = CkJsonObject_BoolOf(jResp,"activities[i].actor.photo.aliquipb6");
        Euc13 = CkJsonObject_stringOf(jResp,"activities[i].actor.user_fields.euc13");
        Pariatur_39 = CkJsonObject_IntOf(jResp,"activities[i].object.pariatur_39");
        Voluptate_8 = CkJsonObject_BoolOf(jResp,"activities[i].object.voluptate_8");
        Ipsum4 = CkJsonObject_IntOf(jResp,"activities[i].object.ipsum4");
        Est_d = CkJsonObject_stringOf(jResp,"activities[i].target.est_d");
        Esse_b = CkJsonObject_stringOf(jResp,"activities[i].user.photo.esse_b");
        Ut_e6f = CkJsonObject_stringOf(jResp,"activities[i].user.photo.ut_e6f");
        Voluptatef = CkJsonObject_stringOf(jResp,"activities[i].user.user_fields.voluptatef");
        Utba9 = CkJsonObject_IntOf(jResp,"activities[i].user.user_fields.utba9");
        Ut_2 = CkJsonObject_BoolOf(jResp,"activities[i].user.user_fields.ut_2");
        i = i + 1;
    }

    i = 0;
    count_i = CkJsonObject_SizeOfArray(jResp,"actors");
    while (i < count_i) {
        CkJsonObject_putI(jResp,i);
        Excepteur1_ = CkJsonObject_stringOf(jResp,"actors[i].Excepteur1_");
        consectetura8a = CkJsonObject_stringOf(jResp,"actors[i].consectetura8a");
        id_e = CkJsonObject_stringOf(jResp,"actors[i].id_e");
        reprehenderit_93 = CkJsonObject_IntOf(jResp,"actors[i].reprehenderit_93");
        elit7 = CkJsonObject_stringOf(jResp,"actors[i].elit7");
        ad_1a = CkJsonObject_stringOf(jResp,"actors[i].ad_1a");
        i = i + 1;
    }

    i = 0;
    count_i = CkJsonObject_SizeOfArray(jResp,"users");
    while (i < count_i) {
        CkJsonObject_putI(jResp,i);
        anim40 = CkJsonObject_IntOf(jResp,"users[i].anim40");
        quisa9 = CkJsonObject_stringOf(jResp,"users[i].quisa9");
        fugiat_e = CkJsonObject_BoolOf(jResp,"users[i].fugiat_e");
        non_224 = CkJsonObject_stringOf(jResp,"users[i].non_224");
        cillumeb = CkJsonObject_stringOf(jResp,"users[i].cillumeb");
        i = i + 1;
    }



    CkHttp_Dispose(http);
    CkJsonObject_Dispose(queryParams);
    CkStringBuilder_Dispose(sbResponseBody);
    CkJsonObject_Dispose(jResp);

    }

Curl Command

curl  -u login:password -G -d "since=%3Cstring%3E"
	-H "Accept: application/json"
https://example.zendesk.com/api/v2/activities

Postman Collection Item JSON

{
  "name": "List Activities",
  "request": {
    "method": "GET",
    "header": [
      {
        "key": "Accept",
        "value": "application/json"
      }
    ],
    "url": {
      "raw": "{{baseUrl}}/api/v2/activities?since=<string>",
      "host": [
        "{{baseUrl}}"
      ],
      "path": [
        "api",
        "v2",
        "activities"
      ],
      "query": [
        {
          "key": "since",
          "value": "<string>",
          "description": "A UTC time in ISO 8601 format to return ticket activities since said date."
        }
      ]
    },
    "description": "Lists ticket activities in the last 30 days affecting the agent making the request.\nAlso sideloads the following arrays of user records:\n\n- actors - All actors involved in the listed activities\n- users - All users involved in the listed activities\n\n#### Pagination\n\n- Cursor pagination (recommended)\n- Offset pagination\n\nSee [Pagination](/api-reference/introduction/pagination/).\n\nReturns a maximum of 100 records per page.\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?since=<string>",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "api",
            "v2",
            "activities"
          ],
          "query": [
            {
              "key": "since",
              "value": "<string>",
              "description": "A UTC time in ISO 8601 format to return ticket activities since said date."
            }
          ]
        }
      },
      "status": "OK",
      "code": 200,
      "_postman_previewlanguage": "json",
      "header": [
        {
          "key": "Content-Type",
          "value": "application/json"
        }
      ],
      "cookie": [
      ],
      "body": "{\n  \"activities\": [\n    {\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          \"adipisicing7\": 56151302,\n          \"irure_70\": true\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          \"tempor_f\": 85786252.44695336\n        },\n        \"verified\": \"<boolean>\"\n      },\n      \"actor_id\": \"<integer>\",\n      \"created_at\": \"<string>\",\n      \"id\": \"<integer>\",\n      \"object\": {\n        \"officia1a2\": true,\n        \"qui9\": \"voluptate mollit Excepteur ipsum veniam\",\n        \"irure_1cd\": \"id ea\"\n      },\n      \"target\": {\n        \"sede8\": false\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          \"Ut975\": -74534220.66145113,\n          \"magna3e\": false\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          \"ut_d\": \"tempor\",\n          \"adipisicing_7\": 28937910,\n          \"magna_9\": -45754090.269199036\n        },\n        \"verified\": \"<boolean>\"\n      },\n      \"user_id\": \"<integer>\",\n      \"verb\": \"<string>\"\n    },\n    {\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          \"aliquipb6\": false\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          \"euc13\": \"pariatur\"\n        },\n        \"verified\": \"<boolean>\"\n      },\n      \"actor_id\": \"<integer>\",\n      \"created_at\": \"<string>\",\n      \"id\": \"<integer>\",\n      \"object\": {\n        \"pariatur_39\": -13246316,\n        \"voluptate_8\": false,\n        \"ipsum4\": -24640571\n      },\n      \"target\": {\n        \"est_d\": 43464084.60404679\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          \"esse_b\": \"occaec\",\n          \"ut_e6f\": \"Ut est deserunt\"\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          \"voluptatef\": -38514506.191917874,\n          \"utba9\": -99737083,\n          \"ut_2\": false\n        },\n        \"verified\": \"<boolean>\"\n      },\n      \"user_id\": \"<integer>\",\n      \"verb\": \"<string>\"\n    }\n  ],\n  \"actors\": [\n    {\n      \"Excepteur1_\": -85145004.89320306,\n      \"consectetura8a\": -98072772.2193171,\n      \"id_e\": -68362078.49006462,\n      \"reprehenderit_93\": 96874887,\n      \"elit7\": \"dolor\"\n    },\n    {\n      \"ad_1a\": \"sunt nulla incididunt sed\"\n    }\n  ],\n  \"count\": \"<integer>\",\n  \"next_page\": \"<string>\",\n  \"previous_page\": \"<string>\",\n  \"users\": [\n    {\n      \"anim40\": -83874192,\n      \"quisa9\": 17607150.376219943,\n      \"fugiat_e\": true,\n      \"non_224\": 21739369.8385354\n    },\n    {\n      \"cillumeb\": \"ut nisi sunt deserunt\"\n    }\n  ]\n}"
    }
  ]
}