83. क्वेरी: प्लेटफ़ॉर्म संदर्भ एकत्र करें
query CollectPlatformContext {
getPlatformContext(input: {
userUuids: ["<placeholder_of_user_uuid>"],
statuses: [Start, Done, Warning, Error, Ignored],
dateFrom: "2023-05-25T12:49:00.000Z",
dateTo: "2023-05-30T06:35:00.000Z",
}) {
events {
fieldUuid
subFieldUuid
subFieldType
operationId
status
executionDate
messageKey
optional
}
}
}Previous82. प्रश्न: सदस्यता घटनाएँ पुनर्स्थापित करेंNext84. म्यूटेशन: YieldDataset कैलिब्रेट और क्लीन करें
Last updated
Was this helpful?