Chilkat Online Tools

Unicode C++ / Microsoft Graph / Get retentionEventType

Back to Collection Items

void ChilkatSample(void)
    {
    http.put_AuthToken(L"<access_token>");    success = http.QuickGetSb(L"https://graph.microsoft.com/beta/security/triggerTypes/retentionEventTypes/{{retentionEventTypeId}}",sbResponseBody);
    }

Curl Command

curl -X GET
	-H "Authorization: Bearer <access_token>"
https://graph.microsoft.com/beta/security/triggerTypes/retentionEventTypes/{{retentionEventTypeId}}

Postman Collection Item JSON

{
  "name": "Get retentionEventType",
  "protocolProfileBehavior": {
    "disableBodyPruning": true
  },
  "request": {
    "method": "GET",
    "header": [
    ],
    "body": {
      "mode": "raw",
      "raw": "",
      "options": {
        "raw": {
          "language": "json"
        }
      }
    },
    "url": {
      "raw": "https://graph.microsoft.com/beta/security/triggerTypes/retentionEventTypes/{{retentionEventTypeId}}",
      "protocol": "https",
      "host": [
        "graph",
        "microsoft",
        "com"
      ],
      "path": [
        "beta",
        "security",
        "triggerTypes",
        "retentionEventTypes",
        "{{retentionEventTypeId}}"
      ]
    }
  },
  "response": [
  ]
}