Chilkat Online Tools

PHP (Extension) / Microsoft Graph / Get connection operation status

Back to Collection Items

<?php

include("chilkat_9_5_0.php");

$http->put_AuthToken('<access_token>');$success = $http->QuickGetSb('https://domain.com/',$sbResponseBody);
?>

Curl Command

curl -X GET
	-H "Authorization: Bearer <access_token>"
https://domain.com/

Postman Collection Item JSON

{
  "name": "Get connection operation status",
  "event": [
    {
      "listen": "test",
      "script": {
        "exec": [
          ""
        ],
        "type": "text/javascript"
      }
    }
  ],
  "request": {
    "method": "GET",
    "header": [
    ],
    "url": {
      "raw": "{{OperationUrl}}",
      "host": [
        "{{OperationUrl}}"
      ]
    }
  },
  "response": [
  ]
}