draft_customer_detection
Retrieve activity logs for draft detection rules, filtered by bulk job, customer, or rule type, to monitor changes in ReliaQuest GreyMatter.
Instructions
Detections · query draftCustomerDetection. Variables: after, filter, first, order, by. Example variables: {"after":"T18w","filter":{"activityLogType":"BULK_NEW_RULES_DEPLOYED","activityLogTypes":["BULK_NEW_RULES_DEPLOYED"],"bulkJobId":"","customerDetectionId":"","draftCustomerDetectionId":"","isBulk":true,"parentCustomerId":""},"first":10,"order":{"direction":"ASC","orderBy...
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| by | Yes | GraphQL: DraftCustomerDetectionBy! | |
| after | No | GraphQL: String | |
| first | No | GraphQL: Int | |
| order | No | GraphQL: CustomerDetectionActivityLogOrder | |
| filter | No | GraphQL: CustomerDetectionActivityLogFilter | |
| customer_slug | No | Override the x-reliaquest-customer (OpCo) header. |