Chilkat Online Tools

unicodeC / Support API / List Brands

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 *name;
    const wchar_t *subdomain;
    const wchar_t *active;
    const wchar_t *brand_url;
    const wchar_t *created_at;
    const wchar_t *default;
    const wchar_t *has_help_center;
    const wchar_t *help_center_state;
    const wchar_t *host_mapping;
    const wchar_t *id;
    const wchar_t *is_deleted;
    const wchar_t *Content_type;
    const wchar_t *Content_url;
    const wchar_t *Deleted;
    const wchar_t *File_name;
    const wchar_t *Height;
    const wchar_t *Id;
    const wchar_t *Inline;
    const wchar_t *Malware_access_override;
    const wchar_t *Malware_scan_result;
    const wchar_t *Mapped_content_url;
    const wchar_t *Size;
    const wchar_t *v_Url;
    const wchar_t *Width;
    const wchar_t *signature_template;
    const wchar_t *ticket_form_ids;
    const wchar_t *updated_at;
    const wchar_t *url;
    int j;
    int count_j;
    const wchar_t *content_type;
    const wchar_t *content_url;
    const wchar_t *deleted;
    const wchar_t *file_name;
    const wchar_t *height;
    const wchar_t *inline;
    const wchar_t *malware_access_override;
    const wchar_t *malware_scan_result;
    const wchar_t *mapped_content_url;
    const wchar_t *size;
    const wchar_t *width;
    const wchar_t *count;
    const wchar_t *next_page;
    const wchar_t *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 = CkHttpW_Create();

    CkHttpW_putBasicAuth(http,TRUE);
    CkHttpW_putLogin(http,L"login");
    CkHttpW_putPassword(http,L"password");

    CkHttpW_SetRequestHeader(http,L"Accept",L"application/json");

    sbResponseBody = CkStringBuilderW_Create();
    success = CkHttpW_QuickGetSb(http,L"https://example.zendesk.com/api/v2/brands",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)

    // {
    //   "count": "<integer>",
    //   "next_page": "<string>",
    //   "previous_page": "<string>",
    //   "brands": [
    //     {
    //       "name": "<string>",
    //       "subdomain": "<string>",
    //       "active": "<boolean>",
    //       "brand_url": "<string>",
    //       "created_at": "<dateTime>",
    //       "default": "<boolean>",
    //       "has_help_center": "<boolean>",
    //       "help_center_state": "restricted",
    //       "host_mapping": "<string>",
    //       "id": "<integer>",
    //       "is_deleted": "<boolean>",
    //       "logo": {
    //         "content_type": "<string>",
    //         "content_url": "<string>",
    //         "deleted": "<boolean>",
    //         "file_name": "<string>",
    //         "height": "<string>",
    //         "id": "<integer>",
    //         "inline": "<boolean>",
    //         "malware_access_override": "<boolean>",
    //         "malware_scan_result": "<string>",
    //         "mapped_content_url": "<string>",
    //         "size": "<integer>",
    //         "url": "<string>",
    //         "width": "<string>",
    //         "thumbnails": [
    //           {
    //             "content_type": "<string>",
    //             "content_url": "<string>",
    //             "deleted": "<boolean>",
    //             "file_name": "<string>",
    //             "height": "<string>",
    //             "id": "<integer>",
    //             "inline": "<boolean>",
    //             "malware_access_override": "<boolean>",
    //             "malware_scan_result": "<string>",
    //             "mapped_content_url": "<string>",
    //             "size": "<integer>",
    //             "url": "<string>",
    //             "width": "<string>"
    //           },
    //           {
    //             "content_type": "<string>",
    //             "content_url": "<string>",
    //             "deleted": "<boolean>",
    //             "file_name": "<string>",
    //             "height": "<string>",
    //             "id": "<integer>",
    //             "inline": "<boolean>",
    //             "malware_access_override": "<boolean>",
    //             "malware_scan_result": "<string>",
    //             "mapped_content_url": "<string>",
    //             "size": "<integer>",
    //             "url": "<string>",
    //             "width": "<string>"
    //           }
    //         ]
    //       },
    //       "signature_template": "<string>",
    //       "ticket_form_ids": "<array>",
    //       "updated_at": "<dateTime>",
    //       "url": "<string>"
    //     },
    //     {
    //       "name": "<string>",
    //       "subdomain": "<string>",
    //       "active": "<boolean>",
    //       "brand_url": "<string>",
    //       "created_at": "<dateTime>",
    //       "default": "<boolean>",
    //       "has_help_center": "<boolean>",
    //       "help_center_state": "restricted",
    //       "host_mapping": "<string>",
    //       "id": "<integer>",
    //       "is_deleted": "<boolean>",
    //       "logo": {
    //         "content_type": "<string>",
    //         "content_url": "<string>",
    //         "deleted": "<boolean>",
    //         "file_name": "<string>",
    //         "height": "<string>",
    //         "id": "<integer>",
    //         "inline": "<boolean>",
    //         "malware_access_override": "<boolean>",
    //         "malware_scan_result": "<string>",
    //         "mapped_content_url": "<string>",
    //         "size": "<integer>",
    //         "url": "<string>",
    //         "width": "<string>",
    //         "thumbnails": [
    //           {
    //             "content_type": "<string>",
    //             "content_url": "<string>",
    //             "deleted": "<boolean>",
    //             "file_name": "<string>",
    //             "height": "<string>",
    //             "id": "<integer>",
    //             "inline": "<boolean>",
    //             "malware_access_override": "<boolean>",
    //             "malware_scan_result": "<string>",
    //             "mapped_content_url": "<string>",
    //             "size": "<integer>",
    //             "url": "<string>",
    //             "width": "<string>"
    //           },
    //           {
    //             "content_type": "<string>",
    //             "content_url": "<string>",
    //             "deleted": "<boolean>",
    //             "file_name": "<string>",
    //             "height": "<string>",
    //             "id": "<integer>",
    //             "inline": "<boolean>",
    //             "malware_access_override": "<boolean>",
    //             "malware_scan_result": "<string>",
    //             "mapped_content_url": "<string>",
    //             "size": "<integer>",
    //             "url": "<string>",
    //             "width": "<string>"
    //           }
    //         ]
    //       },
    //       "signature_template": "<string>",
    //       "ticket_form_ids": "<array>",
    //       "updated_at": "<dateTime>",
    //       "url": "<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.

    count = CkJsonObjectW_stringOf(jResp,L"count");
    next_page = CkJsonObjectW_stringOf(jResp,L"next_page");
    previous_page = CkJsonObjectW_stringOf(jResp,L"previous_page");
    i = 0;
    count_i = CkJsonObjectW_SizeOfArray(jResp,L"brands");
    while (i < count_i) {
        CkJsonObjectW_putI(jResp,i);
        name = CkJsonObjectW_stringOf(jResp,L"brands[i].name");
        subdomain = CkJsonObjectW_stringOf(jResp,L"brands[i].subdomain");
        active = CkJsonObjectW_stringOf(jResp,L"brands[i].active");
        brand_url = CkJsonObjectW_stringOf(jResp,L"brands[i].brand_url");
        created_at = CkJsonObjectW_stringOf(jResp,L"brands[i].created_at");
        default = CkJsonObjectW_stringOf(jResp,L"brands[i].default");
        has_help_center = CkJsonObjectW_stringOf(jResp,L"brands[i].has_help_center");
        help_center_state = CkJsonObjectW_stringOf(jResp,L"brands[i].help_center_state");
        host_mapping = CkJsonObjectW_stringOf(jResp,L"brands[i].host_mapping");
        id = CkJsonObjectW_stringOf(jResp,L"brands[i].id");
        is_deleted = CkJsonObjectW_stringOf(jResp,L"brands[i].is_deleted");
        Content_type = CkJsonObjectW_stringOf(jResp,L"brands[i].logo.content_type");
        Content_url = CkJsonObjectW_stringOf(jResp,L"brands[i].logo.content_url");
        Deleted = CkJsonObjectW_stringOf(jResp,L"brands[i].logo.deleted");
        File_name = CkJsonObjectW_stringOf(jResp,L"brands[i].logo.file_name");
        Height = CkJsonObjectW_stringOf(jResp,L"brands[i].logo.height");
        Id = CkJsonObjectW_stringOf(jResp,L"brands[i].logo.id");
        Inline = CkJsonObjectW_stringOf(jResp,L"brands[i].logo.inline");
        Malware_access_override = CkJsonObjectW_stringOf(jResp,L"brands[i].logo.malware_access_override");
        Malware_scan_result = CkJsonObjectW_stringOf(jResp,L"brands[i].logo.malware_scan_result");
        Mapped_content_url = CkJsonObjectW_stringOf(jResp,L"brands[i].logo.mapped_content_url");
        Size = CkJsonObjectW_stringOf(jResp,L"brands[i].logo.size");
        v_Url = CkJsonObjectW_stringOf(jResp,L"brands[i].logo.url");
        Width = CkJsonObjectW_stringOf(jResp,L"brands[i].logo.width");
        signature_template = CkJsonObjectW_stringOf(jResp,L"brands[i].signature_template");
        ticket_form_ids = CkJsonObjectW_stringOf(jResp,L"brands[i].ticket_form_ids");
        updated_at = CkJsonObjectW_stringOf(jResp,L"brands[i].updated_at");
        url = CkJsonObjectW_stringOf(jResp,L"brands[i].url");
        j = 0;
        count_j = CkJsonObjectW_SizeOfArray(jResp,L"brands[i].logo.thumbnails");
        while (j < count_j) {
            CkJsonObjectW_putJ(jResp,j);
            content_type = CkJsonObjectW_stringOf(jResp,L"brands[i].logo.thumbnails[j].content_type");
            content_url = CkJsonObjectW_stringOf(jResp,L"brands[i].logo.thumbnails[j].content_url");
            deleted = CkJsonObjectW_stringOf(jResp,L"brands[i].logo.thumbnails[j].deleted");
            file_name = CkJsonObjectW_stringOf(jResp,L"brands[i].logo.thumbnails[j].file_name");
            height = CkJsonObjectW_stringOf(jResp,L"brands[i].logo.thumbnails[j].height");
            id = CkJsonObjectW_stringOf(jResp,L"brands[i].logo.thumbnails[j].id");
            inline = CkJsonObjectW_stringOf(jResp,L"brands[i].logo.thumbnails[j].inline");
            malware_access_override = CkJsonObjectW_stringOf(jResp,L"brands[i].logo.thumbnails[j].malware_access_override");
            malware_scan_result = CkJsonObjectW_stringOf(jResp,L"brands[i].logo.thumbnails[j].malware_scan_result");
            mapped_content_url = CkJsonObjectW_stringOf(jResp,L"brands[i].logo.thumbnails[j].mapped_content_url");
            size = CkJsonObjectW_stringOf(jResp,L"brands[i].logo.thumbnails[j].size");
            url = CkJsonObjectW_stringOf(jResp,L"brands[i].logo.thumbnails[j].url");
            width = CkJsonObjectW_stringOf(jResp,L"brands[i].logo.thumbnails[j].width");
            j = j + 1;
        }

        i = i + 1;
    }



    CkHttpW_Dispose(http);
    CkStringBuilderW_Dispose(sbResponseBody);
    CkJsonObjectW_Dispose(jResp);

    }

Curl Command

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

Postman Collection Item JSON

{
  "name": "List Brands",
  "request": {
    "method": "GET",
    "header": [
      {
        "key": "Accept",
        "value": "application/json"
      }
    ],
    "url": {
      "raw": "{{baseUrl}}/api/v2/brands",
      "host": [
        "{{baseUrl}}"
      ],
      "path": [
        "api",
        "v2",
        "brands"
      ]
    },
    "description": "Returns a list of all brands for your account sorted by name.\n\n#### Allowed for\n\n* Admins, Agents"
  },
  "response": [
    {
      "name": "Successful response",
      "originalRequest": {
        "method": "GET",
        "header": [
          {
            "description": "Added as a part of security scheme: basic",
            "key": "Authorization",
            "value": "Basic <credentials>"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/api/v2/brands",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "api",
            "v2",
            "brands"
          ]
        }
      },
      "status": "OK",
      "code": 200,
      "_postman_previewlanguage": "json",
      "header": [
        {
          "key": "Content-Type",
          "value": "application/json"
        }
      ],
      "cookie": [
      ],
      "body": "{\n  \"count\": \"<integer>\",\n  \"next_page\": \"<string>\",\n  \"previous_page\": \"<string>\",\n  \"brands\": [\n    {\n      \"name\": \"<string>\",\n      \"subdomain\": \"<string>\",\n      \"active\": \"<boolean>\",\n      \"brand_url\": \"<string>\",\n      \"created_at\": \"<dateTime>\",\n      \"default\": \"<boolean>\",\n      \"has_help_center\": \"<boolean>\",\n      \"help_center_state\": \"restricted\",\n      \"host_mapping\": \"<string>\",\n      \"id\": \"<integer>\",\n      \"is_deleted\": \"<boolean>\",\n      \"logo\": {\n        \"content_type\": \"<string>\",\n        \"content_url\": \"<string>\",\n        \"deleted\": \"<boolean>\",\n        \"file_name\": \"<string>\",\n        \"height\": \"<string>\",\n        \"id\": \"<integer>\",\n        \"inline\": \"<boolean>\",\n        \"malware_access_override\": \"<boolean>\",\n        \"malware_scan_result\": \"<string>\",\n        \"mapped_content_url\": \"<string>\",\n        \"size\": \"<integer>\",\n        \"url\": \"<string>\",\n        \"width\": \"<string>\",\n        \"thumbnails\": [\n          {\n            \"content_type\": \"<string>\",\n            \"content_url\": \"<string>\",\n            \"deleted\": \"<boolean>\",\n            \"file_name\": \"<string>\",\n            \"height\": \"<string>\",\n            \"id\": \"<integer>\",\n            \"inline\": \"<boolean>\",\n            \"malware_access_override\": \"<boolean>\",\n            \"malware_scan_result\": \"<string>\",\n            \"mapped_content_url\": \"<string>\",\n            \"size\": \"<integer>\",\n            \"url\": \"<string>\",\n            \"width\": \"<string>\"\n          },\n          {\n            \"content_type\": \"<string>\",\n            \"content_url\": \"<string>\",\n            \"deleted\": \"<boolean>\",\n            \"file_name\": \"<string>\",\n            \"height\": \"<string>\",\n            \"id\": \"<integer>\",\n            \"inline\": \"<boolean>\",\n            \"malware_access_override\": \"<boolean>\",\n            \"malware_scan_result\": \"<string>\",\n            \"mapped_content_url\": \"<string>\",\n            \"size\": \"<integer>\",\n            \"url\": \"<string>\",\n            \"width\": \"<string>\"\n          }\n        ]\n      },\n      \"signature_template\": \"<string>\",\n      \"ticket_form_ids\": \"<array>\",\n      \"updated_at\": \"<dateTime>\",\n      \"url\": \"<string>\"\n    },\n    {\n      \"name\": \"<string>\",\n      \"subdomain\": \"<string>\",\n      \"active\": \"<boolean>\",\n      \"brand_url\": \"<string>\",\n      \"created_at\": \"<dateTime>\",\n      \"default\": \"<boolean>\",\n      \"has_help_center\": \"<boolean>\",\n      \"help_center_state\": \"restricted\",\n      \"host_mapping\": \"<string>\",\n      \"id\": \"<integer>\",\n      \"is_deleted\": \"<boolean>\",\n      \"logo\": {\n        \"content_type\": \"<string>\",\n        \"content_url\": \"<string>\",\n        \"deleted\": \"<boolean>\",\n        \"file_name\": \"<string>\",\n        \"height\": \"<string>\",\n        \"id\": \"<integer>\",\n        \"inline\": \"<boolean>\",\n        \"malware_access_override\": \"<boolean>\",\n        \"malware_scan_result\": \"<string>\",\n        \"mapped_content_url\": \"<string>\",\n        \"size\": \"<integer>\",\n        \"url\": \"<string>\",\n        \"width\": \"<string>\",\n        \"thumbnails\": [\n          {\n            \"content_type\": \"<string>\",\n            \"content_url\": \"<string>\",\n            \"deleted\": \"<boolean>\",\n            \"file_name\": \"<string>\",\n            \"height\": \"<string>\",\n            \"id\": \"<integer>\",\n            \"inline\": \"<boolean>\",\n            \"malware_access_override\": \"<boolean>\",\n            \"malware_scan_result\": \"<string>\",\n            \"mapped_content_url\": \"<string>\",\n            \"size\": \"<integer>\",\n            \"url\": \"<string>\",\n            \"width\": \"<string>\"\n          },\n          {\n            \"content_type\": \"<string>\",\n            \"content_url\": \"<string>\",\n            \"deleted\": \"<boolean>\",\n            \"file_name\": \"<string>\",\n            \"height\": \"<string>\",\n            \"id\": \"<integer>\",\n            \"inline\": \"<boolean>\",\n            \"malware_access_override\": \"<boolean>\",\n            \"malware_scan_result\": \"<string>\",\n            \"mapped_content_url\": \"<string>\",\n            \"size\": \"<integer>\",\n            \"url\": \"<string>\",\n            \"width\": \"<string>\"\n          }\n        ]\n      },\n      \"signature_template\": \"<string>\",\n      \"ticket_form_ids\": \"<array>\",\n      \"updated_at\": \"<dateTime>\",\n      \"url\": \"<string>\"\n    }\n  ]\n}"
    }
  ]
}