pods
Query pod records with filters, pagination, and sorting to retrieve specific information from the GreyMatter platform.
Instructions
Access Groups · query pods. Variables: after, filter, first, notFilter, order. Example variables: {"after":"T18w","filter":{"accessGroups":[""],"customers":[""],"ids":[""],"name":"","roles":[""],"users":[""]},"first":10,"notFilter":{"accessGroups":[""],"customers":[""],"ids":[""],"name":"","roles":[""],"users":["...
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| after | No | GraphQL: String | |
| first | No | GraphQL: Int | |
| order | No | GraphQL: PodOrder | |
| filter | No | GraphQL: PodFilter | |
| notFilter | No | GraphQL: PodFilter | |
| customer_slug | No | Override the x-reliaquest-customer (OpCo) header. |