Skip to content

GraphQL Overview

Download GraphQL schema

Queries

Overview

Directives

Overview

Objects

Overview

Interfaces

Overview

Enums

Overview

Inputs

Overview

DatePeriod

fromIncluded
String!,non-null

Start date and time of the query (inclusive), e.g., 2025-03-03T15:00:00.000Z (UTC).

toExcluded
String!,non-null

End date and time of the query (exclusive), e.g., 2025-03-03T15:05:00.000Z (UTC).

Sample
{ "fromIncluded": "Example String", "toExcluded": "Example String" }

FaxInColumnUdrFilters

Filter for fax reception record identifier.

documentDeliveryStatus

Filter for document delivery status code.

calledNumber

Filter for receiving phone number.

archivingStatus

Filter for document archiving status.

billingCode

Filter for billing code used for cost allocation.

accountingService

Filter for accounting service identifier.

faxTransmitStatus

Filter for fax transmission status.

resolution

Filter for fax reception quality/resolution.

calledCountry

Filter for originating country.

callingTsId

Filter for Transmitting Station Identifier of the sending fax machine.

Sample
{ "faxId": { "__typename": "ColumnFilter" }, "documentDeliveryStatus": { "__typename": "ColumnFilter" }, "calledNumber": { "__typename": "ColumnFilter" }, "archivingStatus": { "__typename": "ColumnFilter" }, "billingCode": { "__typename": "ColumnFilter" }, "accountingService": { "__typename": "ColumnFilter" }, "faxTransmitStatus": { "__typename": "ColumnFilter" }, "resolution": { "__typename": "ColumnFilter" }, "calledCountry": { "__typename": "ColumnFilter" }, "callingTsId": { "__typename": "ColumnFilter" } }

FaxOutColumnUdrFilters

Filter by fax transmission record identifier.

statusName

Filter by transmission status name.

calledNumber

Filter by destination phone number.

jobCustomerRef

Filter by job customer reference identifier.

faxCustomerRef

Filter by fax-specific customer reference identifier.

jobBillingCode

Filter by job billing code.

accountService

Filter by account service type.

jobCustomerResolution

Filter by fax resolution quality setting.

calledCountry

Filter by destination country of fax transmission.

callingTsId

Filter by Transmitting Station Identifier (TSI) of the sending fax machine.

Sample
{ "faxId": { "__typename": "ColumnFilter" }, "statusName": { "__typename": "ColumnFilter" }, "calledNumber": { "__typename": "ColumnFilter" }, "jobCustomerRef": { "__typename": "ColumnFilter" }, "faxCustomerRef": { "__typename": "ColumnFilter" }, "jobBillingCode": { "__typename": "ColumnFilter" }, "accountService": { "__typename": "ColumnFilter" }, "jobCustomerResolution": { "__typename": "ColumnFilter" }, "calledCountry": { "__typename": "ColumnFilter" }, "callingTsId": { "__typename": "ColumnFilter" } }

SmsOutColumnUdrFilters

Filter options for SMS outbound usage detail records.

Filter for the Retarus service used for sending (e.g., 'SMS4AREST').

statusCode

Filter for the status code of the SMS.

recipient

Filter for the recipient phone number.

reference

Filter for the job reference.

Sample
{ "service": { "__typename": "ColumnFilter" }, "statusCode": { "__typename": "ColumnFilter" }, "recipient": { "__typename": "ColumnFilter" }, "reference": { "__typename": "ColumnFilter" } }

TransactionalEmailColumnEventFilters

Filter by the value of the 'usageId' field.

eventType

Filter by event type. This can be either 'OPEN' or 'CLICK'.

eventSubType

Filter by event subtype. This can be 'LINK_CLICKED' for click event types or 'MAIL_OPENED' for mail event types.

Filter for user ID (technical account) of the client using the service.

Sample
{ "usageId": { "__typename": "ColumnFilter" }, "eventType": { "__typename": "ColumnFilter" }, "eventSubType": { "__typename": "ColumnFilter" }, "userId": { "__typename": "ColumnFilter" } }

TransactionalEmailColumnUdrFilters

Filter by the value of the 'usageId' field.

usageType

Filter by usage type. This can be either 'mail' or 'traceRecover'.

Filter for user ID (technical account) of the client using the service.

Sample
{ "usageId": { "__typename": "ColumnFilter" }, "usageType": { "__typename": "ColumnFilter" }, "userId": { "__typename": "ColumnFilter" } }

Scalars

Overview