Chilkat Online Tools

DataFlex / Support API / Show Custom Ticket Status

Back to Collection Items

Use ChilkatAx-9.5.0-win32.pkg

Procedure Test
    Handle hoHttp
    Boolean iSuccess
    Variant vSbResponseBody
    Handle hoSbResponseBody
    Handle hoJResp
    Integer iRespStatusCode
    String sStatus_category
    String sAgent_label
    String sActive
    String sCreated_at
    String sDefault
    String sDescription
    String sEnd_user_description
    String sEnd_user_label
    String sId
    String sRaw_agent_label
    String sRaw_description
    String sRaw_end_user_description
    String sRaw_end_user_label
    String sUpdated_at
    String sTemp1

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

    Get Create (RefClass(cComChilkatHttp)) To hoHttp
    If (Not(IsComObjectCreated(hoHttp))) Begin
        Send CreateComObject of hoHttp
    End

    Set ComBasicAuth Of hoHttp To True
    Set ComLogin Of hoHttp To "login"
    Set ComPassword Of hoHttp To "password"

    Send ComSetRequestHeader To hoHttp "Accept" "application/json"

    Get Create (RefClass(cComChilkatStringBuilder)) To hoSbResponseBody
    If (Not(IsComObjectCreated(hoSbResponseBody))) Begin
        Send CreateComObject of hoSbResponseBody
    End
    Get pvComObject of hoSbResponseBody to vSbResponseBody
    Get ComQuickGetSb Of hoHttp "https://example.zendesk.com/api/v2/custom_statuses/:custom_status_id" vSbResponseBody To iSuccess
    If (iSuccess = False) Begin
        Get ComLastErrorText Of hoHttp To sTemp1
        Showln sTemp1
        Procedure_Return
    End

    Get Create (RefClass(cComChilkatJsonObject)) To hoJResp
    If (Not(IsComObjectCreated(hoJResp))) Begin
        Send CreateComObject of hoJResp
    End
    Get pvComObject of hoSbResponseBody to vSbResponseBody
    Get ComLoadSb Of hoJResp vSbResponseBody To iSuccess
    Set ComEmitCompact Of hoJResp To False

    Showln "Response Body:"
    Get ComEmit Of hoJResp To sTemp1
    Showln sTemp1

    Get ComLastStatus Of hoHttp To iRespStatusCode
    Showln "Response Status Code = " iRespStatusCode
    If (iRespStatusCode >= 400) Begin
        Showln "Response Header:"
        Get ComLastHeader Of hoHttp To sTemp1
        Showln sTemp1
        Showln "Failed."
        Procedure_Return
    End

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

    // {
    //   "custom_status": {
    //     "status_category": "open",
    //     "agent_label": "<string>",
    //     "active": "<boolean>",
    //     "created_at": "<dateTime>",
    //     "default": "<boolean>",
    //     "description": "<string>",
    //     "end_user_description": "<string>",
    //     "end_user_label": "<string>",
    //     "id": "<integer>",
    //     "raw_agent_label": "<string>",
    //     "raw_description": "<string>",
    //     "raw_end_user_description": "<string>",
    //     "raw_end_user_label": "<string>",
    //     "updated_at": "<dateTime>"
    //   }
    // }

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

    Get ComStringOf Of hoJResp "custom_status.status_category" To sStatus_category
    Get ComStringOf Of hoJResp "custom_status.agent_label" To sAgent_label
    Get ComStringOf Of hoJResp "custom_status.active" To sActive
    Get ComStringOf Of hoJResp "custom_status.created_at" To sCreated_at
    Get ComStringOf Of hoJResp "custom_status.default" To sDefault
    Get ComStringOf Of hoJResp "custom_status.description" To sDescription
    Get ComStringOf Of hoJResp "custom_status.end_user_description" To sEnd_user_description
    Get ComStringOf Of hoJResp "custom_status.end_user_label" To sEnd_user_label
    Get ComStringOf Of hoJResp "custom_status.id" To sId
    Get ComStringOf Of hoJResp "custom_status.raw_agent_label" To sRaw_agent_label
    Get ComStringOf Of hoJResp "custom_status.raw_description" To sRaw_description
    Get ComStringOf Of hoJResp "custom_status.raw_end_user_description" To sRaw_end_user_description
    Get ComStringOf Of hoJResp "custom_status.raw_end_user_label" To sRaw_end_user_label
    Get ComStringOf Of hoJResp "custom_status.updated_at" To sUpdated_at


End_Procedure

Curl Command

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

Postman Collection Item JSON

{
  "name": "Show Custom Ticket Status",
  "request": {
    "method": "GET",
    "header": [
      {
        "key": "Accept",
        "value": "application/json"
      }
    ],
    "url": {
      "raw": "{{baseUrl}}/api/v2/custom_statuses/:custom_status_id",
      "host": [
        "{{baseUrl}}"
      ],
      "path": [
        "api",
        "v2",
        "custom_statuses",
        ":custom_status_id"
      ],
      "variable": [
        {
          "key": "custom_status_id",
          "value": "<integer>"
        }
      ]
    },
    "description": "Returns the custom ticket status object.\n\n#### Allowed For\n\n* End Users\n"
  },
  "response": [
    {
      "name": "Custom Status",
      "originalRequest": {
        "method": "GET",
        "header": [
          {
            "description": "Added as a part of security scheme: basic",
            "key": "Authorization",
            "value": "Basic <credentials>"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/api/v2/custom_statuses/:custom_status_id",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "api",
            "v2",
            "custom_statuses",
            ":custom_status_id"
          ],
          "variable": [
            {
              "key": "custom_status_id"
            }
          ]
        }
      },
      "status": "OK",
      "code": 200,
      "_postman_previewlanguage": "json",
      "header": [
        {
          "key": "Content-Type",
          "value": "application/json"
        }
      ],
      "cookie": [
      ],
      "body": "{\n  \"custom_status\": {\n    \"status_category\": \"open\",\n    \"agent_label\": \"<string>\",\n    \"active\": \"<boolean>\",\n    \"created_at\": \"<dateTime>\",\n    \"default\": \"<boolean>\",\n    \"description\": \"<string>\",\n    \"end_user_description\": \"<string>\",\n    \"end_user_label\": \"<string>\",\n    \"id\": \"<integer>\",\n    \"raw_agent_label\": \"<string>\",\n    \"raw_description\": \"<string>\",\n    \"raw_end_user_description\": \"<string>\",\n    \"raw_end_user_label\": \"<string>\",\n    \"updated_at\": \"<dateTime>\"\n  }\n}"
    }
  ]
}