Skip to main content

ceContactStores

Retrieves continuing education contact stores that match the filter criteria specified in the optional input argument. By default, results are ordered by continuing education contact store name, ascending.

Optionally, the offset and limit arguments can be used to page through multiple items:

  • offset must be a non-negative integer (defaults to 0).
  • limit must be a positive integer from 1 to 2000 (defaults to 100).
ceContactStores(
input: FindContactStoresInput! = [object Object]
limit: PaginationLimit! = 100
offset: NonNegativeInt! = 0
): [CeContactStore!]!

Arguments

ceContactStores.input ● FindContactStoresInput! non-null input

ceContactStores.limit ● PaginationLimit! non-null scalar

ceContactStores.offset ● NonNegativeInt! non-null scalar

Type

CeContactStore object

Represents an EventsAir continuing education contact store.