Microsoft Copilot · Example Payload

Microsoft Copilot Subscription Example

AgentsAI AssistantArtificial IntelligenceChatbotCopilotExtensibilityGenerative AIMicrosoft 365Productivity

Microsoft Copilot Subscription Example is an example object payload from Microsoft Copilot, with 6 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

idresourcechangeTypenotificationUrlexpirationDateTimeclientState

Example Payload

Raw ↑
{
  "id": "abc123",
  "resource": "example_value",
  "changeType": "example_value",
  "notificationUrl": "https://www.example.com",
  "expirationDateTime": "example_value",
  "clientState": "example_value"
}