Chilkat Online Tools

Node.js / Belvo API Docs / List

Back to Collection Items

var os = require('os');
if (os.platform() == 'win32') {  
    if (os.arch() == 'ia32') {
        var chilkat = require('@chilkat/ck-node21-win-ia32');
    } else {
        var chilkat = require('@chilkat/ck-node21-win64'); 
    }
} else if (os.platform() == 'linux') {
    if (os.arch() == 'arm') {
        var chilkat = require('@chilkat/ck-node21-arm');
    } else if (os.arch() == 'x86') {
        var chilkat = require('@chilkat/ck-node21-linux32');
    } else {
        var chilkat = require('@chilkat/ck-node21-linux64');
    }
} else if (os.platform() == 'darwin') {
    if (os.arch() == 'arm64') {
        var chilkat = require('@chilkat/ck-node21-mac-m1');
    } else {
        var chilkat = require('@chilkat/ck-node21-macosx');
    }
}


function chilkatExample() {

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

    var http = new chilkat.Http();
    var success;

    http.BasicAuth = true;
    http.Login = "{{secretId}}";
    http.Password = "{{secretPassword}}";

    var queryParams = new chilkat.JsonObject();
    queryParams.UpdateInt("page",1);

    // resp: HttpResponse
    var resp = http.QuickRequestParams("GET","https://domain.com/api/institutions/",queryParams);
    if (http.LastMethodSuccess == false) {
        console.log(http.LastErrorText);
        return;
    }

    var sbResponseBody = new chilkat.StringBuilder();
    resp.GetBodySb(sbResponseBody);

    var jResp = new chilkat.JsonObject();
    jResp.LoadSb(sbResponseBody);
    jResp.EmitCompact = false;

    console.log("Response Body:");
    console.log(jResp.Emit());

    var respStatusCode = resp.StatusCode;
    console.log("Response Status Code = " + respStatusCode);
    if (respStatusCode >= 400) {
        console.log("Response Header:");
        console.log(resp.Header);
        console.log("Failed.");

        return;
    }

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

    // {
    //   "count": "<integer>",
    //   "next": "<string>",
    //   "previous": "<string>",
    //   "results": [
    //     {
    //       "id": "<string>",
    //       "name": "<string>",
    //       "type": "culpa dolore in",
    //       "website": "<string>",
    //       "display_name": "<string>",
    //       "country_codes": [
    //         "<string>",
    //         "<string>"
    //       ],
    //       "primary_color": "<string>",
    //       "logo": "<string>",
    //       "icon_logo": "<string>",
    //       "text_logo": "<string>",
    //       "form_fields": [
    //         {
    //           "name": {
    //             "value": "<Error: Too many levels of nesting to fake this schema>"
    //           },
    //           "type": {
    //             "value": "<Error: Too many levels of nesting to fake this schema>"
    //           },
    //           "label": {
    //             "value": "<Error: Too many levels of nesting to fake this schema>"
    //           },
    //           "validation": {
    //             "value": "<Error: Too many levels of nesting to fake this schema>"
    //           },
    //           "placeholder": {
    //             "value": "<Error: Too many levels of nesting to fake this schema>"
    //           },
    //           "validation_message": {
    //             "value": "<Error: Too many levels of nesting to fake this schema>"
    //           },
    //           "value": {
    //             "value": "<Error: Too many levels of nesting to fake this schema>"
    //           }
    //         },
    //         {
    //           "name": {
    //             "value": "<Error: Too many levels of nesting to fake this schema>"
    //           },
    //           "type": {
    //             "value": "<Error: Too many levels of nesting to fake this schema>"
    //           },
    //           "label": {
    //             "value": "<Error: Too many levels of nesting to fake this schema>"
    //           },
    //           "validation": {
    //             "value": "<Error: Too many levels of nesting to fake this schema>"
    //           },
    //           "placeholder": {
    //             "value": "<Error: Too many levels of nesting to fake this schema>"
    //           },
    //           "validation_message": {
    //             "value": "<Error: Too many levels of nesting to fake this schema>"
    //           },
    //           "value": {
    //             "value": "<Error: Too many levels of nesting to fake this schema>"
    //           }
    //         }
    //       ],
    //       "features": [
    //         {
    //           "name": {
    //             "value": "<Error: Too many levels of nesting to fake this schema>"
    //           },
    //           "description": {
    //             "value": "<Error: Too many levels of nesting to fake this schema>"
    //           }
    //         },
    //         {
    //           "name": {
    //             "value": "<Error: Too many levels of nesting to fake this schema>"
    //           },
    //           "description": {
    //             "value": "<Error: Too many levels of nesting to fake this schema>"
    //           }
    //         }
    //       ]
    //     },
    //     {
    //       "id": "<string>",
    //       "name": "<string>",
    //       "type": "incididunt ut",
    //       "website": "<string>",
    //       "display_name": "<string>",
    //       "country_codes": [
    //         "<string>",
    //         "<string>"
    //       ],
    //       "primary_color": "<string>",
    //       "logo": "<string>",
    //       "icon_logo": "<string>",
    //       "text_logo": "<string>",
    //       "form_fields": [
    //         {
    //           "name": {
    //             "value": "<Error: Too many levels of nesting to fake this schema>"
    //           },
    //           "type": {
    //             "value": "<Error: Too many levels of nesting to fake this schema>"
    //           },
    //           "label": {
    //             "value": "<Error: Too many levels of nesting to fake this schema>"
    //           },
    //           "validation": {
    //             "value": "<Error: Too many levels of nesting to fake this schema>"
    //           },
    //           "placeholder": {
    //             "value": "<Error: Too many levels of nesting to fake this schema>"
    //           },
    //           "validation_message": {
    //             "value": "<Error: Too many levels of nesting to fake this schema>"
    //           },
    //           "value": {
    //             "value": "<Error: Too many levels of nesting to fake this schema>"
    //           }
    //         },
    //         {
    //           "name": {
    //             "value": "<Error: Too many levels of nesting to fake this schema>"
    //           },
    //           "type": {
    //             "value": "<Error: Too many levels of nesting to fake this schema>"
    //           },
    //           "label": {
    //             "value": "<Error: Too many levels of nesting to fake this schema>"
    //           },
    //           "validation": {
    //             "value": "<Error: Too many levels of nesting to fake this schema>"
    //           },
    //           "placeholder": {
    //             "value": "<Error: Too many levels of nesting to fake this schema>"
    //           },
    //           "validation_message": {
    //             "value": "<Error: Too many levels of nesting to fake this schema>"
    //           },
    //           "value": {
    //             "value": "<Error: Too many levels of nesting to fake this schema>"
    //           }
    //         }
    //       ],
    //       "features": [
    //         {
    //           "name": {
    //             "value": "<Error: Too many levels of nesting to fake this schema>"
    //           },
    //           "description": {
    //             "value": "<Error: Too many levels of nesting to fake this schema>"
    //           }
    //         },
    //         {
    //           "name": {
    //             "value": "<Error: Too many levels of nesting to fake this schema>"
    //           },
    //           "description": {
    //             "value": "<Error: Too many levels of nesting to fake this schema>"
    //           }
    //         }
    //       ]
    //     }
    //   ]
    // }

    // Sample code for parsing the JSON response...
    // Use this online tool to generate parsing code from sample JSON: Generate JSON Parsing Code

    var id;
    var name;
    var v_type;
    var website;
    var display_name;
    var primary_color;
    var logo;
    var icon_logo;
    var text_logo;
    var j;
    var count_j;
    var strVal;
    var Value;
    var typeValue;
    var labelValue;
    var validationValue;
    var placeholderValue;
    var validation_messageValue;
    var valueValue;
    var nameValue;
    var descriptionValue;

    var count = jResp.StringOf("count");
    var v_next = jResp.StringOf("next");
    var previous = jResp.StringOf("previous");
    var i = 0;
    var count_i = jResp.SizeOfArray("results");
    while (i < count_i) {
        jResp.I = i;
        id = jResp.StringOf("results[i].id");
        name = jResp.StringOf("results[i].name");
        v_type = jResp.StringOf("results[i].type");
        website = jResp.StringOf("results[i].website");
        display_name = jResp.StringOf("results[i].display_name");
        primary_color = jResp.StringOf("results[i].primary_color");
        logo = jResp.StringOf("results[i].logo");
        icon_logo = jResp.StringOf("results[i].icon_logo");
        text_logo = jResp.StringOf("results[i].text_logo");
        j = 0;
        count_j = jResp.SizeOfArray("results[i].country_codes");
        while (j < count_j) {
            jResp.J = j;
            strVal = jResp.StringOf("results[i].country_codes[j]");
            j = j+1;
        }

        j = 0;
        count_j = jResp.SizeOfArray("results[i].form_fields");
        while (j < count_j) {
            jResp.J = j;
            Value = jResp.StringOf("results[i].form_fields[j].name.value");
            typeValue = jResp.StringOf("results[i].form_fields[j].type.value");
            labelValue = jResp.StringOf("results[i].form_fields[j].label.value");
            validationValue = jResp.StringOf("results[i].form_fields[j].validation.value");
            placeholderValue = jResp.StringOf("results[i].form_fields[j].placeholder.value");
            validation_messageValue = jResp.StringOf("results[i].form_fields[j].validation_message.value");
            valueValue = jResp.StringOf("results[i].form_fields[j].value.value");
            j = j+1;
        }

        j = 0;
        count_j = jResp.SizeOfArray("results[i].features");
        while (j < count_j) {
            jResp.J = j;
            nameValue = jResp.StringOf("results[i].features[j].name.value");
            descriptionValue = jResp.StringOf("results[i].features[j].description.value");
            j = j+1;
        }

        i = i+1;
    }


}

chilkatExample();

Curl Command

curl -G -d "page=1"
	-u '{{secretId}}:{{secretPassword}}'
https://domain.com/api/institutions/

Postman Collection Item JSON

{
  "name": "List",
  "request": {
    "method": "GET",
    "header": [
    ],
    "url": {
      "raw": "{{baseUrl}}/api/institutions/?page=1",
      "host": [
        "{{baseUrl}}"
      ],
      "path": [
        "api",
        "institutions",
        ""
      ],
      "query": [
        {
          "key": "page",
          "value": "1",
          "description": "A page number within the paginated result set."
        }
      ]
    },
    "description": "Get a paginated list of all the institutions currently supported by Belvo. We return up to 100 results per page."
  },
  "response": [
    {
      "name": "Ok",
      "originalRequest": {
        "method": "GET",
        "header": [
          {
            "description": "Added as a part of security scheme: basic",
            "key": "Authorization",
            "value": "Basic <credentials>"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/api/institutions?page=<integer>",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "api",
            "institutions"
          ],
          "query": [
            {
              "key": "page",
              "value": "<integer>"
            }
          ]
        }
      },
      "status": "OK",
      "code": 200,
      "_postman_previewlanguage": "json",
      "header": [
        {
          "key": "Content-Type",
          "value": "application/json"
        }
      ],
      "cookie": [
      ],
      "body": "{\n\t\"count\": \"<integer>\",\n\t\"next\": \"<string>\",\n\t\"previous\": \"<string>\",\n\t\"results\": [\n\t\t{\n\t\t\t\"id\": \"<string>\",\n\t\t\t\"name\": \"<string>\",\n\t\t\t\"type\": \"culpa dolore in\",\n\t\t\t\"website\": \"<string>\",\n\t\t\t\"display_name\": \"<string>\",\n\t\t\t\"country_codes\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t],\n\t\t\t\"primary_color\": \"<string>\",\n\t\t\t\"logo\": \"<string>\",\n\t\t\t\"icon_logo\": \"<string>\",\n\t\t\t\"text_logo\": \"<string>\",\n\t\t\t\"form_fields\": [\n\t\t\t\t{\n\t\t\t\t\t\"name\": {\n\t\t\t\t\t\t\"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n\t\t\t\t\t},\n\t\t\t\t\t\"type\": {\n\t\t\t\t\t\t\"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n\t\t\t\t\t},\n\t\t\t\t\t\"label\": {\n\t\t\t\t\t\t\"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n\t\t\t\t\t},\n\t\t\t\t\t\"validation\": {\n\t\t\t\t\t\t\"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n\t\t\t\t\t},\n\t\t\t\t\t\"placeholder\": {\n\t\t\t\t\t\t\"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n\t\t\t\t\t},\n\t\t\t\t\t\"validation_message\": {\n\t\t\t\t\t\t\"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n\t\t\t\t\t},\n\t\t\t\t\t\"value\": {\n\t\t\t\t\t\t\"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"name\": {\n\t\t\t\t\t\t\"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n\t\t\t\t\t},\n\t\t\t\t\t\"type\": {\n\t\t\t\t\t\t\"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n\t\t\t\t\t},\n\t\t\t\t\t\"label\": {\n\t\t\t\t\t\t\"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n\t\t\t\t\t},\n\t\t\t\t\t\"validation\": {\n\t\t\t\t\t\t\"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n\t\t\t\t\t},\n\t\t\t\t\t\"placeholder\": {\n\t\t\t\t\t\t\"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n\t\t\t\t\t},\n\t\t\t\t\t\"validation_message\": {\n\t\t\t\t\t\t\"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n\t\t\t\t\t},\n\t\t\t\t\t\"value\": {\n\t\t\t\t\t\t\"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t],\n\t\t\t\"features\": [\n\t\t\t\t{\n\t\t\t\t\t\"name\": {\n\t\t\t\t\t\t\"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n\t\t\t\t\t},\n\t\t\t\t\t\"description\": {\n\t\t\t\t\t\t\"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"name\": {\n\t\t\t\t\t\t\"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n\t\t\t\t\t},\n\t\t\t\t\t\"description\": {\n\t\t\t\t\t\t\"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t]\n\t\t},\n\t\t{\n\t\t\t\"id\": \"<string>\",\n\t\t\t\"name\": \"<string>\",\n\t\t\t\"type\": \"incididunt ut\",\n\t\t\t\"website\": \"<string>\",\n\t\t\t\"display_name\": \"<string>\",\n\t\t\t\"country_codes\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t],\n\t\t\t\"primary_color\": \"<string>\",\n\t\t\t\"logo\": \"<string>\",\n\t\t\t\"icon_logo\": \"<string>\",\n\t\t\t\"text_logo\": \"<string>\",\n\t\t\t\"form_fields\": [\n\t\t\t\t{\n\t\t\t\t\t\"name\": {\n\t\t\t\t\t\t\"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n\t\t\t\t\t},\n\t\t\t\t\t\"type\": {\n\t\t\t\t\t\t\"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n\t\t\t\t\t},\n\t\t\t\t\t\"label\": {\n\t\t\t\t\t\t\"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n\t\t\t\t\t},\n\t\t\t\t\t\"validation\": {\n\t\t\t\t\t\t\"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n\t\t\t\t\t},\n\t\t\t\t\t\"placeholder\": {\n\t\t\t\t\t\t\"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n\t\t\t\t\t},\n\t\t\t\t\t\"validation_message\": {\n\t\t\t\t\t\t\"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n\t\t\t\t\t},\n\t\t\t\t\t\"value\": {\n\t\t\t\t\t\t\"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"name\": {\n\t\t\t\t\t\t\"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n\t\t\t\t\t},\n\t\t\t\t\t\"type\": {\n\t\t\t\t\t\t\"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n\t\t\t\t\t},\n\t\t\t\t\t\"label\": {\n\t\t\t\t\t\t\"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n\t\t\t\t\t},\n\t\t\t\t\t\"validation\": {\n\t\t\t\t\t\t\"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n\t\t\t\t\t},\n\t\t\t\t\t\"placeholder\": {\n\t\t\t\t\t\t\"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n\t\t\t\t\t},\n\t\t\t\t\t\"validation_message\": {\n\t\t\t\t\t\t\"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n\t\t\t\t\t},\n\t\t\t\t\t\"value\": {\n\t\t\t\t\t\t\"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t],\n\t\t\t\"features\": [\n\t\t\t\t{\n\t\t\t\t\t\"name\": {\n\t\t\t\t\t\t\"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n\t\t\t\t\t},\n\t\t\t\t\t\"description\": {\n\t\t\t\t\t\t\"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"name\": {\n\t\t\t\t\t\t\"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n\t\t\t\t\t},\n\t\t\t\t\t\"description\": {\n\t\t\t\t\t\t\"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t]\n\t\t}\n\t]\n}"
    },
    {
      "name": "Unauthorized",
      "originalRequest": {
        "method": "GET",
        "header": [
          {
            "description": "Added as a part of security scheme: basic",
            "key": "Authorization",
            "value": "Basic <credentials>"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/api/institutions?page=<integer>",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "api",
            "institutions"
          ],
          "query": [
            {
              "key": "page",
              "value": "<integer>"
            }
          ]
        }
      },
      "status": "Unauthorized",
      "code": 401,
      "_postman_previewlanguage": "json",
      "header": [
        {
          "key": "Content-Type",
          "value": "application/json"
        }
      ],
      "cookie": [
      ],
      "body": "[\n\t{\n\t\t\"code\": \"<string>\",\n\t\t\"message\": \"<string>\",\n\t\t\"request_id\": \"<string>\"\n\t},\n\t{\n\t\t\"code\": \"<string>\",\n\t\t\"message\": \"<string>\",\n\t\t\"request_id\": \"<string>\"\n\t}\n]"
    }
  ]
}