OBJECT
Query
link GraphQL Schema definition
- type Query {
- # All access logs for this entity.
- #
- # Arguments
- # id: The ID of the entity.
- # sonar_unique_id: An ID that uniquely identifies this entity
- # across the whole Sonar system.
- # created_at: The date and time this entity was created.
- # updated_at: The last date and time this entity was modified.
- # _version: A string that shows the version of this entity. It
- # will be incremented whenever the entity is modified.
- # access_datetime: The date and time that this entity was
- # accessed.
- # accessloggable_id: The ID of the entity that this access log
- # belongs to.
- # accessloggable_type: The entity that this access log belongs
- # to.
- # entity_id: The ID of the entity that this access log belongs
- # to.
- # entity_name: The entity that this access log belongs to.
- # user_id: The ID of the user that accessed this entity.
- # paginator: Provides the ability to paginate through results.
- # sorter: Provides the ability to sort results.
- # search: Complex search parameters.
- # general_search: Search across all string fields with partial
- # matching.
- # general_search_mode: The mode to use for general search
- # requests.
- # aggregation: Provides the ability to return aggregated
- # mathematical data about your results.
- # reverse_relation_filters: Reverse relation filters allow you to
- # filter the result of a relation, and use that filter to affect the returned root
- # elements.
- (
- Int64Bit, :
- ID, :
- Datetime, :
- Datetime, :
- String, :
- Datetime, :
- Int64Bit, :
- String, :
- Int64Bit, :
- String, :
- Int64Bit, :
- Paginator, :
- Sorter], : [
- Search], : [
- String, :
- GeneralSearchMode, :
- Aggregator], : [
- ReverseRelationFilter] : [
- ): AccessLogConnection!
- # Account billing parameters.
- #
- # Arguments
- # id: The ID of the entity.
- # sonar_unique_id: An ID that uniquely identifies this entity
- # across the whole Sonar system.
- # created_at: The date and time this entity was created.
- # updated_at: The last date and time this entity was modified.
- # _version: A string that shows the version of this entity. It
- # will be incremented whenever the entity is modified.
- # account_id: The ID of an Account.
- # aggregate_invoice_taxes: Whether or not to aggregate invoice
- # taxes instead of printing with each charge.
- # auto_pay_day: If `invoice_day` is not null, this allows you to
- # select whether `auto_pay_days` is calculated from the billing day, or the
- # invoice day.
- # auto_pay_days: The number of days after `auto_pay_day` that
- # auto pay runs for an invoice.
- # bill_day: The day that billing runs.
- # bill_day_mode: Whether the account bill and invoice day are
- # fixed, the account activation day is used as bill day, or the account activation
- # day is used as the invoice day.
- # bill_mode: The type of bill this account receives.
- # days_of_delinquency_for_status_switch: If
- # `switch_status_after_delinquency` is `true`, then this is the number of days of
- # delinquency to allow before the status switch.
- # delinquency_account_status_id: If
- # `switch_status_after_delinquency` is true, this is the account status that the
- # account will be moved into after `days_of_delinquency_for_status_switch` days of
- # delinquency.
- # delinquency_removal_account_status_id: If
- # `switch_status_after_delinquency` is `true`, then this is the status the account
- # will be moved back into if delinquency is cleared while the account is set to
- # the `delinquency_account_status_id` account status.
- # due_days: The number of days after the invoice date that it is
- # due.
- # due_days_day: If `invoice_day` is not null, this allows you to
- # select whether `due_days` is calculated from the billing day, or the invoice
- # day.
- # grace_days: The number of days after the invoice due date that
- # the invoice is marked delinquent.
- # grace_until: A temporary override that stops the account
- # becoming delinquent until this date.
- # invoice_day: The day that automatic billing invoices are
- # generated for. If this is `null`, then `bill_day` is used.
- # lifeline: Whether or not this account participates in the
- # federal Lifeline program.
- # months_to_bill: The number of months to bill at a time.
- # print_invoice: Whether this account receives a printed invoice.
- # switch_status_after_delinquency: Whether or not this account
- # should be moved into another status after being delinquent for a preset period.
- # tax_exempt: Whether or not this account is tax exempt.
- # paginator: Provides the ability to paginate through results.
- # sorter: Provides the ability to sort results.
- # search: Complex search parameters.
- # general_search: Search across all string fields with partial
- # matching.
- # general_search_mode: The mode to use for general search
- # requests.
- # aggregation: Provides the ability to return aggregated
- # mathematical data about your results.
- # reverse_relation_filters: Reverse relation filters allow you to
- # filter the result of a relation, and use that filter to affect the returned root
- # elements.
- (
- Int64Bit, :
- ID, :
- Datetime, :
- Datetime, :
- String, :
- Int64Bit, :
- Boolean, :
- BillingParameterDayOption, :
- Int, :
- Int, :
- BillDayModeOption, :
- BillMode, :
- Int, :
- Int64Bit, :
- Int64Bit, :
- Int, :
- BillingParameterDayOption, :
- Int, :
- Date, :
- Int, :
- Boolean, :
- Int, :
- Boolean, :
- Boolean, :
- Boolean, :
- Paginator, :
- Sorter], : [
- Search], : [
- String, :
- GeneralSearchMode, :
- Aggregator], : [
- ReverseRelationFilter] : [
- ): AccountBillingParameterConnection!
- # Account Calix Service Details.
- #
- # Arguments
- # id: The ID of the entity.
- # sonar_unique_id: An ID that uniquely identifies this entity
- # across the whole Sonar system.
- # created_at: The date and time this entity was created.
- # updated_at: The last date and time this entity was modified.
- # _version: A string that shows the version of this entity. It
- # will be incremented whenever the entity is modified.
- # account_service_id: The ID of an AccountService.
- # calix_integration_id: Calix Inegartion ID.
- # custom_json: Custom JSON.
- # cvlan: C-VLAN.
- # global_vlan: Global VLAN.
- # ont_port_id: ONT Port ID.
- # policy_map: Policy Map.
- # use_custom_json: Use Custom JSON.
- # vlan: VLAN.
- # paginator: Provides the ability to paginate through results.
- # sorter: Provides the ability to sort results.
- # search: Complex search parameters.
- # general_search: Search across all string fields with partial
- # matching.
- # general_search_mode: The mode to use for general search
- # requests.
- # aggregation: Provides the ability to return aggregated
- # mathematical data about your results.
- # reverse_relation_filters: Reverse relation filters allow you to
- # filter the result of a relation, and use that filter to affect the returned root
- # elements.
- (
- Int64Bit, :
- ID, :
- Datetime, :
- Datetime, :
- String, :
- Int64Bit, :
- Int64Bit, :
- String, :
- Int, :
- String, :
- String, :
- String, :
- Boolean, :
- Int64Bit, :
- Paginator, :
- Sorter], : [
- Search], : [
- String, :
- GeneralSearchMode, :
- Aggregator], : [
- ReverseRelationFilter] : [
- ): AccountCalixServiceDetailConnection!
- # Account events.
- #
- # Arguments
- # id: The ID of the entity.
- # sonar_unique_id: An ID that uniquely identifies this entity
- # across the whole Sonar system.
- # created_at: The date and time this entity was created.
- # updated_at: The last date and time this entity was modified.
- # _version: A string that shows the version of this entity. It
- # will be incremented whenever the entity is modified.
- # account_id: The ID of an Account.
- # current: Current data.
- # event: An event.
- # event_datetime: The date and time of an event sent from
- # Mandrill
- # previous: Previous data.
- # paginator: Provides the ability to paginate through results.
- # sorter: Provides the ability to sort results.
- # search: Complex search parameters.
- # general_search: Search across all string fields with partial
- # matching.
- # general_search_mode: The mode to use for general search
- # requests.
- # aggregation: Provides the ability to return aggregated
- # mathematical data about your results.
- # reverse_relation_filters: Reverse relation filters allow you to
- # filter the result of a relation, and use that filter to affect the returned root
- # elements.
- (
- Int64Bit, :
- ID, :
- Datetime, :
- Datetime, :
- String, :
- Int64Bit, :
- String, :
- AccountUpdateEvent, :
- Datetime, :
- String, :
- Paginator, :
- Sorter], : [
- Search], : [
- String, :
- GeneralSearchMode, :
- Aggregator], : [
- ReverseRelationFilter] : [
- ): AccountEventConnection!
- # Account groups.
- #
- # Arguments
- # id: The ID of the entity.
- # sonar_unique_id: An ID that uniquely identifies this entity
- # across the whole Sonar system.
- # created_at: The date and time this entity was created.
- # updated_at: The last date and time this entity was modified.
- # _version: A string that shows the version of this entity. It
- # will be incremented whenever the entity is modified.
- # name: A descriptive name.
- # paginator: Provides the ability to paginate through results.
- # sorter: Provides the ability to sort results.
- # search: Complex search parameters.
- # general_search: Search across all string fields with partial
- # matching.
- # general_search_mode: The mode to use for general search
- # requests.
- # aggregation: Provides the ability to return aggregated
- # mathematical data about your results.
- # reverse_relation_filters: Reverse relation filters allow you to
- # filter the result of a relation, and use that filter to affect the returned root
- # elements.
- (
- Int64Bit, :
- ID, :
- Datetime, :
- Datetime, :
- String, :
- String, :
- Paginator, :
- Sorter], : [
- Search], : [
- String, :
- GeneralSearchMode, :
- Aggregator], : [
- ReverseRelationFilter] : [
- ): AccountGroupConnection!
- # Services that have been attached to accounts.
- #
- # Arguments
- # id: The ID of the entity.
- # sonar_unique_id: An ID that uniquely identifies this entity
- # across the whole Sonar system.
- # created_at: The date and time this entity was created.
- # updated_at: The last date and time this entity was modified.
- # _version: A string that shows the version of this entity. It
- # will be incremented whenever the entity is modified.
- # account_id: The ID of an Account.
- # addition_prorate_date: If this service was prorated when added,
- # this is the date it was prorated from.
- # data_usage_last_calculated_date: The date data usage was last
- # calculated.
- # name_override: Overriding the service name will alter the
- # service name printed on an invoice.
- # next_bill_date: The next date this service will bill. If this
- # is null, it will bill on the next account billing date.
- # number_of_times_billed: The number of times this particular
- # service has been billed to the customer. This is only used for expiring
- # services.
- # package_id: The ID of a `Package`.
- # price_override: The amount that this service price has been
- # overridden to. If this is null, then the service price is used.
- # price_override_reason: The reason that the price of a service
- # has been overridden.
- # quantity: The quantity for this service.
- # service_id: The ID of a Service.
- # unique_package_relationship_id: A unique ID that describes this
- # unique instance of a `Package` assignment.
- # paginator: Provides the ability to paginate through results.
- # sorter: Provides the ability to sort results.
- # search: Complex search parameters.
- # general_search: Search across all string fields with partial
- # matching.
- # general_search_mode: The mode to use for general search
- # requests.
- # aggregation: Provides the ability to return aggregated
- # mathematical data about your results.
- # reverse_relation_filters: Reverse relation filters allow you to
- # filter the result of a relation, and use that filter to affect the returned root
- # elements.
- (
- Int64Bit, :
- ID, :
- Datetime, :
- Datetime, :
- String, :
- Int64Bit, :
- Date, :
- Date, :
- String, :
- Date, :
- Int, :
- Int64Bit, :
- Int, :
- String, :
- Int, :
- Int64Bit, :
- String, :
- Paginator, :
- Sorter], : [
- Search], : [
- String, :
- GeneralSearchMode, :
- Aggregator], : [
- ReverseRelationFilter] : [
- ): AccountServiceConnection!
- # Account statuses.
- #
- # Arguments
- # id: The ID of the entity.
- # sonar_unique_id: An ID that uniquely identifies this entity
- # across the whole Sonar system.
- # created_at: The date and time this entity was created.
- # updated_at: The last date and time this entity was modified.
- # _version: A string that shows the version of this entity. It
- # will be incremented whenever the entity is modified.
- # activates_account: Whether or not this status activates the
- # account.
- # color: Color.
- # icon: An icon.
- # name: A descriptive name.
- # paginator: Provides the ability to paginate through results.
- # sorter: Provides the ability to sort results.
- # search: Complex search parameters.
- # general_search: Search across all string fields with partial
- # matching.
- # general_search_mode: The mode to use for general search
- # requests.
- # aggregation: Provides the ability to return aggregated
- # mathematical data about your results.
- # reverse_relation_filters: Reverse relation filters allow you to
- # filter the result of a relation, and use that filter to affect the returned root
- # elements.
- (
- Int64Bit, :
- ID, :
- Datetime, :
- Datetime, :
- String, :
- Boolean, :
- HtmlHexColor, :
- Icon, :
- String, :
- Paginator, :
- Sorter], : [
- Search], : [
- String, :
- GeneralSearchMode, :
- Aggregator], : [
- ReverseRelationFilter] : [
- ): AccountStatusConnection!
- # Account types.
- #
- # Arguments
- # id: The ID of the entity.
- # sonar_unique_id: An ID that uniquely identifies this entity
- # across the whole Sonar system.
- # created_at: The date and time this entity was created.
- # updated_at: The last date and time this entity was modified.
- # _version: A string that shows the version of this entity. It
- # will be incremented whenever the entity is modified.
- # color: Color.
- # icon: An icon.
- # invoice_message_id: The ID of an `InvoiceMessage`.
- # name: A descriptive name.
- # type: The type.
- # paginator: Provides the ability to paginate through results.
- # sorter: Provides the ability to sort results.
- # search: Complex search parameters.
- # general_search: Search across all string fields with partial
- # matching.
- # general_search_mode: The mode to use for general search
- # requests.
- # aggregation: Provides the ability to return aggregated
- # mathematical data about your results.
- # reverse_relation_filters: Reverse relation filters allow you to
- # filter the result of a relation, and use that filter to affect the returned root
- # elements.
- (
- Int64Bit, :
- ID, :
- Datetime, :
- Datetime, :
- String, :
- HtmlHexColor, :
- Icon, :
- Int64Bit, :
- String, :
- AccountTypeEnum, :
- Paginator, :
- Sorter], : [
- Search], : [
- String, :
- GeneralSearchMode, :
- Aggregator], : [
- ReverseRelationFilter] : [
- ): AccountTypeConnection!
- # Details of a voice service attached to an account.
- #
- # Arguments
- # id: The ID of the entity.
- # sonar_unique_id: An ID that uniquely identifies this entity
- # across the whole Sonar system.
- # created_at: The date and time this entity was created.
- # updated_at: The last date and time this entity was modified.
- # _version: A string that shows the version of this entity. It
- # will be incremented whenever the entity is modified.
- # account_service_id: The ID of an AccountService.
- # price_override: The amount that this service price has been
- # overridden to. If this is null, then the service price is used.
- # price_override_reason: The reason that the price of a service
- # has been overridden.
- # quantity: The quantity for this service.
- # voice_service_generic_parameter_id: The ID of a voice service
- # configuration parameter.
- # paginator: Provides the ability to paginate through results.
- # sorter: Provides the ability to sort results.
- # search: Complex search parameters.
- # general_search: Search across all string fields with partial
- # matching.
- # general_search_mode: The mode to use for general search
- # requests.
- # aggregation: Provides the ability to return aggregated
- # mathematical data about your results.
- # reverse_relation_filters: Reverse relation filters allow you to
- # filter the result of a relation, and use that filter to affect the returned root
- # elements.
- (
- Int64Bit, :
- ID, :
- Datetime, :
- Datetime, :
- String, :
- Int64Bit, :
- Int, :
- String, :
- Int, :
- Int64Bit, :
- Paginator, :
- Sorter], : [
- Search], : [
- String, :
- GeneralSearchMode, :
- Aggregator], : [
- ReverseRelationFilter] : [
- ): AccountVoiceServiceDetailConnection!
- # Customer accounts.
- #
- # Arguments
- # id: The ID of the entity.
- # sonar_unique_id: An ID that uniquely identifies this entity
- # across the whole Sonar system.
- # created_at: The date and time this entity was created.
- # updated_at: The last date and time this entity was modified.
- # _version: A string that shows the version of this entity. It
- # will be incremented whenever the entity is modified.
- # account_status_id: The ID of an AccountStatus.
- # account_type_id: The ID of an AccountType.
- # activation_date: The date an account was first activated.
- # activation_time: The time an account was first activated.
- # company_id: The ID of the company that this entity operates
- # under.
- # data_usage_percentage: The percentage of the data usage cap
- # that this account has consumed this month, taking into account any data usage
- # top offs.
- # geopoint: A geo-point.
- # name: A descriptive name.
- # next_bill_date: The next date this service will bill. If this
- # is null, it will bill on the next account billing date.
- # next_recurring_charge_amount: The next recurring charge amount
- # for an account. This is the sum of data, expiring, recurring, and voice services
- # of an account for this billing cycle, including tax.
- # parent_account_id: The ID of the `Account` that is this
- # `Account`s master.
- # paginator: Provides the ability to paginate through results.
- # sorter: Provides the ability to sort results.
- # search: Complex search parameters.
- # general_search: Search across all string fields with partial
- # matching.
- # general_search_mode: The mode to use for general search
- # requests.
- # aggregation: Provides the ability to return aggregated
- # mathematical data about your results.
- # reverse_relation_filters: Reverse relation filters allow you to
- # filter the result of a relation, and use that filter to affect the returned root
- # elements.
- (
- Int64Bit, :
- ID, :
- Datetime, :
- Datetime, :
- String, :
- Int64Bit, :
- Int64Bit, :
- Date, :
- Time, :
- Int64Bit, :
- Int, :
- Geopoint, :
- String, :
- Date, :
- Int, :
- Int64Bit, :
- Paginator, :
- Sorter], : [
- Search], : [
- String, :
- GeneralSearchMode, :
- Aggregator], : [
- ReverseRelationFilter] : [
- ): AccountConnection!
- # ACH batches.
- #
- # Arguments
- # id: The ID of the entity.
- # sonar_unique_id: An ID that uniquely identifies this entity
- # across the whole Sonar system.
- # created_at: The date and time this entity was created.
- # updated_at: The last date and time this entity was modified.
- # _version: A string that shows the version of this entity. It
- # will be incremented whenever the entity is modified.
- # ach_sequence: The batch ID that gets inserted into the ACH file
- # on generation.
- # format: The provider to use when transacting against bank
- # accounts.
- # payments_after: This batch includes payments after this date.
- # payments_before: This batch includes payments before this date.
- # type: Whether this is a batch of debits or credits.
- # paginator: Provides the ability to paginate through results.
- # sorter: Provides the ability to sort results.
- # search: Complex search parameters.
- # general_search: Search across all string fields with partial
- # matching.
- # general_search_mode: The mode to use for general search
- # requests.
- # aggregation: Provides the ability to return aggregated
- # mathematical data about your results.
- # reverse_relation_filters: Reverse relation filters allow you to
- # filter the result of a relation, and use that filter to affect the returned root
- # elements.
- (
- Int64Bit, :
- ID, :
- Datetime, :
- Datetime, :
- String, :
- Int64Bit, :
- BankAccountProvider, :
- Datetime, :
- Datetime, :
- AchBatchType, :
- Paginator, :
- Sorter], : [
- Search], : [
- String, :
- GeneralSearchMode, :
- Aggregator], : [
- ReverseRelationFilter] : [
- ): AchBatchConnection!
- # Address lists.
- #
- # Arguments
- # id: The ID of the entity.
- # sonar_unique_id: An ID that uniquely identifies this entity
- # across the whole Sonar system.
- # created_at: The date and time this entity was created.
- # updated_at: The last date and time this entity was modified.
- # _version: A string that shows the version of this entity. It
- # will be incremented whenever the entity is modified.
- # account_status: The types of account statuses for accounts that
- # are part of this grouping.
- # delinquency: The delinquency state for accounts that are part
- # of this grouping.
- # name: A descriptive name.
- # paginator: Provides the ability to paginate through results.
- # sorter: Provides the ability to sort results.
- # search: Complex search parameters.
- # general_search: Search across all string fields with partial
- # matching.
- # general_search_mode: The mode to use for general search
- # requests.
- # aggregation: Provides the ability to return aggregated
- # mathematical data about your results.
- # reverse_relation_filters: Reverse relation filters allow you to
- # filter the result of a relation, and use that filter to affect the returned root
- # elements.
- (
- Int64Bit, :
- ID, :
- Datetime, :
- Datetime, :
- String, :
- AddressListAccountStatus, :
- AddressListDelinquency, :
- String, :
- Paginator, :
- Sorter], : [
- Search], : [
- String, :
- GeneralSearchMode, :
- Aggregator], : [
- ReverseRelationFilter] : [
- ): AddressListConnection!
- # Address statuses.
- #
- # Arguments
- # id: The ID of the entity.
- # sonar_unique_id: An ID that uniquely identifies this entity
- # across the whole Sonar system.
- # created_at: The date and time this entity was created.
- # updated_at: The last date and time this entity was modified.
- # _version: A string that shows the version of this entity. It
- # will be incremented whenever the entity is modified.
- # color: Color.
- # icon: An icon.
- # name: A descriptive name.
- # paginator: Provides the ability to paginate through results.
- # sorter: Provides the ability to sort results.
- # search: Complex search parameters.
- # general_search: Search across all string fields with partial
- # matching.
- # general_search_mode: The mode to use for general search
- # requests.
- # aggregation: Provides the ability to return aggregated
- # mathematical data about your results.
- # reverse_relation_filters: Reverse relation filters allow you to
- # filter the result of a relation, and use that filter to affect the returned root
- # elements.
- (
- Int64Bit, :
- ID, :
- Datetime, :
- Datetime, :
- String, :
- HtmlHexColor, :
- Icon, :
- String, :
- Paginator, :
- Sorter], : [
- Search], : [
- String, :
- GeneralSearchMode, :
- Aggregator], : [
- ReverseRelationFilter] : [
- ): AddressStatusConnection!
- # Geographical addresses.
- #
- # Arguments
- # id: The ID of the entity.
- # sonar_unique_id: An ID that uniquely identifies this entity
- # across the whole Sonar system.
- # created_at: The date and time this entity was created.
- # updated_at: The last date and time this entity was modified.
- # _version: A string that shows the version of this entity. It
- # will be incremented whenever the entity is modified.
- # address_status_id: Address status ID.
- # addressable_id: The ID of the entity that owns this address.
- # addressable_type: The type of entity that owns this address.
- # avalara_pcode: Avalara PCode.
- # census_year: The year used for calculating fips and census
- # tract information.
- # city: A city.
- # country: A two character country code.
- # county: A US county. Only used for US addresses.
- # fips: Only used in the USA, this is the census tract
- # information used for calculating things like FCC Form 477.
- # latitude: A decimal latitude.
- # line1: Address line 1.
- # line2: Address line 2.
- # longitude: A decimal longitude.
- # serviceable: Whether or not the address is serviceable, and can
- # be used for new accounts.
- # subdivision: A state, province, or other country subdivision.
- # timezone: The timezone you want times in the system displayed
- # in.
- # type: The type.
- # zip: A ZIP or postal code.
- # paginator: Provides the ability to paginate through results.
- # sorter: Provides the ability to sort results.
- # search: Complex search parameters.
- # general_search: Search across all string fields with partial
- # matching.
- # general_search_mode: The mode to use for general search
- # requests.
- # aggregation: Provides the ability to return aggregated
- # mathematical data about your results.
- # reverse_relation_filters: Reverse relation filters allow you to
- # filter the result of a relation, and use that filter to affect the returned root
- # elements.
- (
- Int64Bit, :
- ID, :
- Datetime, :
- Datetime, :
- String, :
- Int64Bit, :
- Int64Bit, :
- AddressableType, :
- String, :
- Int, :
- String, :
- Country, :
- UsCounty, :
- String, :
- Latitude, :
- String, :
- String, :
- Longitude, :
- Boolean, :
- Subdivision, :
- Timezone, :
- AddressType, :
- String, :
- Paginator, :
- Sorter], : [
- Search], : [
- String, :
- GeneralSearchMode, :
- Aggregator], : [
- ReverseRelationFilter] : [
- ): AddressConnection!
- # Details related to an adjustment service.
- #
- # Arguments
- # id: The ID of the entity.
- # sonar_unique_id: An ID that uniquely identifies this entity
- # across the whole Sonar system.
- # created_at: The date and time this entity was created.
- # updated_at: The last date and time this entity was modified.
- # _version: A string that shows the version of this entity. It
- # will be incremented whenever the entity is modified.
- # amount: The amount that can be adjusted using this service
- # within the period defined in `adjustment_service_days`.
- # days: The period of time in which transactions are tracked to
- # calculate against the total defined in `adjustment_service_amount`.
- # service_id: The ID of a Service.
- # paginator: Provides the ability to paginate through results.
- # sorter: Provides the ability to sort results.
- # search: Complex search parameters.
- # general_search: Search across all string fields with partial
- # matching.
- # general_search_mode: The mode to use for general search
- # requests.
- # aggregation: Provides the ability to return aggregated
- # mathematical data about your results.
- # reverse_relation_filters: Reverse relation filters allow you to
- # filter the result of a relation, and use that filter to affect the returned root
- # elements.
- (
- Int64Bit, :
- ID, :
- Datetime, :
- Datetime, :
- String, :
- Int, :
- Int, :
- Int64Bit, :
- Paginator, :
- Sorter], : [
- Search], : [
- String, :
- GeneralSearchMode, :
- Aggregator], : [
- ReverseRelationFilter] : [
- ): AdjustmentServiceDetailConnection!
- # Alerting rotation days and times.
- #
- # Arguments
- # id: The ID of the entity.
- # sonar_unique_id: An ID that uniquely identifies this entity
- # across the whole Sonar system.
- # created_at: The date and time this entity was created.
- # updated_at: The last date and time this entity was modified.
- # _version: A string that shows the version of this entity. It
- # will be incremented whenever the entity is modified.
- # alerting_rotation_id: The alerting rotation ID.
- # day: A day.
- # end_time: The end time for the day.
- # start_time: The start time for the day.
- # paginator: Provides the ability to paginate through results.
- # sorter: Provides the ability to sort results.
- # search: Complex search parameters.
- # general_search: Search across all string fields with partial
- # matching.
- # general_search_mode: The mode to use for general search
- # requests.
- # aggregation: Provides the ability to return aggregated
- # mathematical data about your results.
- # reverse_relation_filters: Reverse relation filters allow you to
- # filter the result of a relation, and use that filter to affect the returned root
- # elements.
- (
- Int64Bit, :
- ID, :
- Datetime, :
- Datetime, :
- String, :
- Int64Bit, :
- Day, :
- Time, :
- Time, :
- Paginator, :
- Sorter], : [
- Search], : [
- String, :
- GeneralSearchMode, :
- Aggregator], : [
- ReverseRelationFilter] : [
- ): AlertingRotationDayConnection!
- # Inventory items associated with alerting rotations.
- #
- # Arguments
- # id: The ID of the entity.
- # sonar_unique_id: An ID that uniquely identifies this entity
- # across the whole Sonar system.
- # created_at: The date and time this entity was created.
- # updated_at: The last date and time this entity was modified.
- # _version: A string that shows the version of this entity. It
- # will be incremented whenever the entity is modified.
- # alerting_rotation_id: The alerting rotation ID.
- # inventory_item_id: The ID of an `InventoryItem`.
- # last_alerted_datetime: The date and time that this rotation was
- # last notified of a status change.
- # last_overall_status: The last monitoring status of an inventory
- # item.
- # last_status_change_datetime: The date and time that the
- # inventory item status last changed.
- # next_alert_datetime: The next date and time to send a status
- # alert for this rotation.
- # paginator: Provides the ability to paginate through results.
- # sorter: Provides the ability to sort results.
- # search: Complex search parameters.
- # general_search: Search across all string fields with partial
- # matching.
- # general_search_mode: The mode to use for general search
- # requests.
- # aggregation: Provides the ability to return aggregated
- # mathematical data about your results.
- # reverse_relation_filters: Reverse relation filters allow you to
- # filter the result of a relation, and use that filter to affect the returned root
- # elements.
- (
- Int64Bit, :
- ID, :
- Datetime, :
- Datetime, :
- String, :
- Int64Bit, :
- Int64Bit, :
- Datetime, :
- InventoryItemDeviceStatus, :
- Datetime, :
- Datetime, :
- Paginator, :
- Sorter], : [
- Search], : [
- String, :
- GeneralSearchMode, :
- Aggregator], : [
- ReverseRelationFilter] : [
- ): AlertingRotationInventoryItemConnection!
- # Alerting rotations.
- #
- # Arguments
- # id: The ID of the entity.
- # sonar_unique_id: An ID that uniquely identifies this entity
- # across the whole Sonar system.
- # created_at: The date and time this entity was created.
- # updated_at: The last date and time this entity was modified.
- # _version: A string that shows the version of this entity. It
- # will be incremented whenever the entity is modified.
- # all_accounts: Whether to include all account equipment in this
- # rotation.
- # all_inventory_models: Whether to include all inventory models
- # in this rotation.
- # all_network_sites: Whether to include all network site
- # equipment in this rotation.
- # down_time_in_minutes_before_alerting: The number of minutes a
- # device can be in a down state before generating alert.
- # down_time_in_minutes_before_repeat: The number of minutes a
- # device can remain in a down state before sending a repeat alert.
- # enabled: Whether or not this is enabled.
- # infinite_repetitions: Whether this repeats forever or not.
- # name: A descriptive name.
- # repetitions: The number of times this repeats.
- # start: The start.
- # warning_time_in_minutes_before_alerting: The number of minutes
- # a device can be in a warning state before generating alert.
- # warning_time_in_minutes_before_repeat: The number of minutes a
- # device can remain in a warning state before sending a repeat alert.
- # weeks_between_repetitions: The number of weeks between
- # repetitions.
- # paginator: Provides the ability to paginate through results.
- # sorter: Provides the ability to sort results.
- # search: Complex search parameters.
- # general_search: Search across all string fields with partial
- # matching.
- # general_search_mode: The mode to use for general search
- # requests.
- # aggregation: Provides the ability to return aggregated
- # mathematical data about your results.
- # reverse_relation_filters: Reverse relation filters allow you to
- # filter the result of a relation, and use that filter to affect the returned root
- # elements.
- (
- Int64Bit, :
- ID, :
- Datetime, :
- Datetime, :
- String, :
- Boolean, :
- Boolean, :
- Boolean, :
- Int, :
- Int, :
- Boolean, :
- Boolean, :
- String, :
- Int, :
- Date, :
- Int, :
- Int, :
- Int, :
- Paginator, :
- Sorter], : [
- Search], : [
- String, :
- GeneralSearchMode, :
- Aggregator], : [
- ReverseRelationFilter] : [
- ): AlertingRotationConnection!
- # Application firewall rules.
- #
- # Arguments
- # id: The ID of the entity.
- # sonar_unique_id: An ID that uniquely identifies this entity
- # across the whole Sonar system.
- # created_at: The date and time this entity was created.
- # updated_at: The last date and time this entity was modified.
- # _version: A string that shows the version of this entity. It
- # will be incremented whenever the entity is modified.
- # description: A human readable description.
- # subnet: An IPv4/IPv6 subnet.
- # paginator: Provides the ability to paginate through results.
- # sorter: Provides the ability to sort results.
- # search: Complex search parameters.
- # general_search: Search across all string fields with partial
- # matching.
- # general_search_mode: The mode to use for general search
- # requests.
- # aggregation: Provides the ability to return aggregated
- # mathematical data about your results.
- # reverse_relation_filters: Reverse relation filters allow you to
- # filter the result of a relation, and use that filter to affect the returned root
- # elements.
- (
- Int64Bit, :
- ID, :
- Datetime, :
- Datetime, :
- String, :
- String, :
- SubnetScalar, :
- Paginator, :
- Sorter], : [
- Search], : [
- String, :
- GeneralSearchMode, :
- Aggregator], : [
- ReverseRelationFilter] : [
- ): ApplicationFirewallRuleConnection!
- # Auth providers.
- #
- # Arguments
- # id: The ID of the entity.
- # sonar_unique_id: An ID that uniquely identifies this entity
- # across the whole Sonar system.
- # created_at: The date and time this entity was created.
- # updated_at: The last date and time this entity was modified.
- # _version: A string that shows the version of this entity. It
- # will be incremented whenever the entity is modified.
- # auth0_client_id: The Auth0 client ID.
- # auth0_client_secret: The Auth0 client secret.
- # enabled: Whether or not this is enabled.
- # type: The type.
- # paginator: Provides the ability to paginate through results.
- # sorter: Provides the ability to sort results.
- # search: Complex search parameters.
- # general_search: Search across all string fields with partial
- # matching.
- # general_search_mode: The mode to use for general search
- # requests.
- # aggregation: Provides the ability to return aggregated
- # mathematical data about your results.
- # reverse_relation_filters: Reverse relation filters allow you to
- # filter the result of a relation, and use that filter to affect the returned root
- # elements.
- (
- Int64Bit, :
- ID, :
- Datetime, :
- Datetime, :
- String, :
- String, :
- String, :
- Boolean, :
- AuthProviderType, :
- Paginator, :
- Sorter], : [
- Search], : [
- String, :
- GeneralSearchMode, :
- Aggregator], : [
- ReverseRelationFilter] : [
- ): AuthProviderConnection!
- # Available explores.
- AvailableExploresConnection! :
- # Available reports.
- AvailableReportsConnection! :
- # Avalara tax categories.
- #
- # Arguments
- # id: The ID of the entity.
- # sonar_unique_id: An ID that uniquely identifies this entity
- # across the whole Sonar system.
- # created_at: The date and time this entity was created.
- # updated_at: The last date and time this entity was modified.
- # _version: A string that shows the version of this entity. It
- # will be incremented whenever the entity is modified.
- # name: A descriptive name.
- # value: The value.
- # paginator: Provides the ability to paginate through results.
- # sorter: Provides the ability to sort results.
- # search: Complex search parameters.
- # general_search: Search across all string fields with partial
- # matching.
- # general_search_mode: The mode to use for general search
- # requests.
- # aggregation: Provides the ability to return aggregated
- # mathematical data about your results.
- # reverse_relation_filters: Reverse relation filters allow you to
- # filter the result of a relation, and use that filter to affect the returned root
- # elements.
- (
- Int64Bit, :
- ID, :
- Datetime, :
- Datetime, :
- String, :
- String, :
- Int, :
- Paginator, :
- Sorter], : [
- Search], : [
- String, :
- GeneralSearchMode, :
- Aggregator], : [
- ReverseRelationFilter] : [
- ): AvalaraTaxCategoryConnection!
- # Avalara tax definitions.
- #
- # Arguments
- # id: The ID of the entity.
- # sonar_unique_id: An ID that uniquely identifies this entity
- # across the whole Sonar system.
- # created_at: The date and time this entity was created.
- # updated_at: The last date and time this entity was modified.
- # _version: A string that shows the version of this entity. It
- # will be incremented whenever the entity is modified.
- # archived: Whether or not this entity is archived.
- # is_custom: Whether or not this tax definition is custom.
- # service_name: The service name as defined by Avalara.
- # service_type: The service type as defined by Avalara.
- # transaction_name: The transaction name as defined by Avalara.
- # transaction_type: The transaction type as defined by Avalara.
- # paginator: Provides the ability to paginate through results.
- # sorter: Provides the ability to sort results.
- # search: Complex search parameters.
- # general_search: Search across all string fields with partial
- # matching.
- # general_search_mode: The mode to use for general search
- # requests.
- # aggregation: Provides the ability to return aggregated
- # mathematical data about your results.
- # reverse_relation_filters: Reverse relation filters allow you to
- # filter the result of a relation, and use that filter to affect the returned root
- # elements.
- (
- Int64Bit, :
- ID, :
- Datetime, :
- Datetime, :
- String, :
- Boolean, :
- Boolean, :
- String, :
- Int, :
- String, :
- Int, :
- Paginator, :
- Sorter], : [
- Search], : [
- String, :
- GeneralSearchMode, :
- Aggregator], : [
- ReverseRelationFilter] : [
- ): AvalaraTaxDefinitionConnection!
- # Bank account processor credentials.
- #
- # Arguments
- # id: The ID of the entity.
- # sonar_unique_id: An ID that uniquely identifies this entity
- # across the whole Sonar system.
- # created_at: The date and time this entity was created.
- # updated_at: The last date and time this entity was modified.
- # _version: A string that shows the version of this entity. It
- # will be incremented whenever the entity is modified.
- # bank_account_processor_id: The ID of a BankProcessor.
- # credential: The credential name.
- # value: The value.
- # paginator: Provides the ability to paginate through results.
- # sorter: Provides the ability to sort results.
- # search: Complex search parameters.
- # general_search: Search across all string fields with partial
- # matching.
- # general_search_mode: The mode to use for general search
- # requests.
- # aggregation: Provides the ability to return aggregated
- # mathematical data about your results.
- # reverse_relation_filters: Reverse relation filters allow you to
- # filter the result of a relation, and use that filter to affect the returned root
- # elements.
- (
- Int64Bit, :
- ID, :
- Datetime, :
- Datetime, :
- String, :
- Int64Bit, :
- BankAccountProviderCredential, :
- String, :
- Paginator, :
- Sorter], : [
- Search], : [
- String, :
- GeneralSearchMode, :
- Aggregator], : [
- ReverseRelationFilter] : [
- ): BankAccountProcessorCredentialConnection!
- # Processors of transactions to and from bank accounts.
- #
- # Arguments
- # id: The ID of the entity.
- # sonar_unique_id: An ID that uniquely identifies this entity
- # across the whole Sonar system.
- # created_at: The date and time this entity was created.
- # updated_at: The last date and time this entity was modified.
- # _version: A string that shows the version of this entity. It
- # will be incremented whenever the entity is modified.
- # enabled: Whether or not this is enabled.
- # primary: Whether or not this is the primary type of entity.
- # provider: The provider for this processor.
- # paginator: Provides the ability to paginate through results.
- # sorter: Provides the ability to sort results.
- # search: Complex search parameters.
- # general_search: Search across all string fields with partial
- # matching.
- # general_search_mode: The mode to use for general search
- # requests.
- # aggregation: Provides the ability to return aggregated
- # mathematical data about your results.
- # reverse_relation_filters: Reverse relation filters allow you to
- # filter the result of a relation, and use that filter to affect the returned root
- # elements.
- (
- Int64Bit, :
- ID, :
- Datetime, :
- Datetime, :
- String, :
- Boolean, :
- Boolean, :
- BankAccountProvider, :
- Paginator, :
- Sorter], : [
- Search], : [
- String, :
- GeneralSearchMode, :
- Aggregator], : [
- ReverseRelationFilter] : [
- ): BankAccountProcessorConnection!
- # Bank accounts.
- #
- # Arguments
- # id: The ID of the entity.
- # sonar_unique_id: An ID that uniquely identifies this entity
- # across the whole Sonar system.
- # created_at: The date and time this entity was created.
- # updated_at: The last date and time this entity was modified.
- # _version: A string that shows the version of this entity. It
- # will be incremented whenever the entity is modified.
- # account_id: The ID of an Account.
- # auto: Whether or not this payment method is enabled for
- # automatic payments.
- # bank_account_processor_id: The ID of a BankProcessor.
- # bank_account_type: The type of bank account this is.
- # customer_profile_id: The profile ID provided by a credit card
- # processing service.
- # masked_account_number: A partial account number that can be
- # used for identification.
- # name_on_account: The name on the account.
- # routing_number: The bank routing number.
- # token: The tokenized value that represents a credit card,
- # provided by a credit card processing service.
- # paginator: Provides the ability to paginate through results.
- # sorter: Provides the ability to sort results.
- # search: Complex search parameters.
- # general_search: Search across all string fields with partial
- # matching.
- # general_search_mode: The mode to use for general search
- # requests.
- # aggregation: Provides the ability to return aggregated
- # mathematical data about your results.
- # reverse_relation_filters: Reverse relation filters allow you to
- # filter the result of a relation, and use that filter to affect the returned root
- # elements.
- (
- Int64Bit, :
- ID, :
- Datetime, :
- Datetime, :
- String, :
- Int64Bit, :
- Boolean, :
- Int64Bit, :
- BankAccountType, :
- String, :
- String, :
- String, :
- String, :
- String, :
- Paginator, :
- Sorter], : [
- Search], : [
- String, :
- GeneralSearchMode, :
- Aggregator], : [
- ReverseRelationFilter] : [
- ): BankAccountConnection!
- # Default billing values for new accounts.
- #
- # Arguments
- # id: The ID of the entity.
- # sonar_unique_id: An ID that uniquely identifies this entity
- # across the whole Sonar system.
- # created_at: The date and time this entity was created.
- # updated_at: The last date and time this entity was modified.
- # _version: A string that shows the version of this entity. It
- # will be incremented whenever the entity is modified.
- # account_type_id: The ID of an AccountType.
- # aggregate_invoice_taxes: Whether or not to aggregate invoice
- # taxes instead of printing with each charge.
- # auto_pay_day: If `invoice_day` is not null, this allows you to
- # select whether `auto_pay_days` is calculated from the billing day, or the
- # invoice day.
- # auto_pay_days: The number of days after `auto_pay_day` that
- # auto pay runs for an invoice.
- # bill_day: The day that billing runs.
- # bill_day_mode: Whether the account bill and invoice day are
- # fixed, the account activation day is used as bill day, or the account activation
- # day is used as the invoice day.
- # bill_mode: The type of bill this account receives.
- # days_of_delinquency_for_status_switch: If
- # `switch_status_after_delinquency` is `true`, then this is the number of days of
- # delinquency to allow before the status switch.
- # default: If this is `true`, then this is the default billing
- # default that is used, if there is no more specific billing default option for an
- # account.
- # delinquency_account_status_id: If
- # `switch_status_after_delinquency` is true, this is the account status that the
- # account will be moved into after `days_of_delinquency_for_status_switch` days of
- # delinquency.
- # delinquency_removal_account_status_id: If
- # `switch_status_after_delinquency` is `true`, then this is the status the account
- # will be moved back into if delinquency is cleared while the account is set to
- # the `delinquency_account_status_id` account status.
- # due_days: The number of days after the invoice date that it is
- # due.
- # due_days_day: If `invoice_day` is not null, this allows you to
- # select whether `due_days` is calculated from the billing day, or the invoice
- # day.
- # fixed_bill_day: Whether or not to use a fixed bill day, versus
- # anniversary day billing. Use `bill_day_mode` for further customization.
- # grace_days: The number of days after the invoice due date that
- # the invoice is marked delinquent.
- # invoice_day: The day that automatic billing invoices are
- # generated for. If this is `null`, then `bill_day` is used.
- # lifeline: Whether or not this account participates in the
- # federal Lifeline program.
- # months_to_bill: The number of months to bill at a time.
- # name: A descriptive name.
- # print_invoice: Whether this account receives a printed invoice.
- # switch_status_after_delinquency: Whether or not this account
- # should be moved into another status after being delinquent for a preset period.
- # tax_exempt: Whether or not this account is tax exempt.
- # paginator: Provides the ability to paginate through results.
- # sorter: Provides the ability to sort results.
- # search: Complex search parameters.
- # general_search: Search across all string fields with partial
- # matching.
- # general_search_mode: The mode to use for general search
- # requests.
- # aggregation: Provides the ability to return aggregated
- # mathematical data about your results.
- # reverse_relation_filters: Reverse relation filters allow you to
- # filter the result of a relation, and use that filter to affect the returned root
- # elements.
- (
- Int64Bit, :
- ID, :
- Datetime, :
- Datetime, :
- String, :
- Int64Bit, :
- Boolean, :
- BillingParameterDayOption, :
- Int, :
- Int, :
- BillDayModeOption, :
- BillMode, :
- Int, :
- Boolean, :
- Int64Bit, :
- Int64Bit, :
- Int, :
- BillingParameterDayOption, :
- Boolean, :
- Int, :
- Int, :
- Boolean, :
- Int, :
- String, :
- Boolean, :
- Boolean, :
- Boolean, :
- Paginator, :
- Sorter], : [
- Search], : [
- String, :
- GeneralSearchMode, :
- Aggregator], : [
- ReverseRelationFilter] : [
- ): BillingDefaultConnection!
- # Billing settings.
- BillingSetting! :
- # Cable modem provisioner credentials.
- #
- # Arguments
- # id: The ID of the entity.
- # sonar_unique_id: An ID that uniquely identifies this entity
- # across the whole Sonar system.
- # created_at: The date and time this entity was created.
- # updated_at: The last date and time this entity was modified.
- # _version: A string that shows the version of this entity. It
- # will be incremented whenever the entity is modified.
- # cable_modem_provisioner_id: The ID of a
- # `CableModemProvisioner`.
- # credential: An individual credential to authenticate to a cable
- # modem provisioner.
- # value: The credential value (e.g. username, password, etc.)
- # paginator: Provides the ability to paginate through results.
- # sorter: Provides the ability to sort results.
- # search: Complex search parameters.
- # general_search: Search across all string fields with partial
- # matching.
- # general_search_mode: The mode to use for general search
- # requests.
- # aggregation: Provides the ability to return aggregated
- # mathematical data about your results.
- # reverse_relation_filters: Reverse relation filters allow you to
- # filter the result of a relation, and use that filter to affect the returned root
- # elements.
- (
- Int64Bit, :
- ID, :
- Datetime, :
- Datetime, :
- String, :
- Int64Bit, :
- CableModemProvisionerAuthenticationCredential, :
- String, :
- Paginator, :
- Sorter], : [
- Search], : [
- String, :
- GeneralSearchMode, :
- Aggregator], : [
- ReverseRelationFilter] : [
- ): CableModemProvisionerCredentialConnection!
- # Cable modem provisioners.
- #
- # Arguments
- # id: The ID of the entity.
- # sonar_unique_id: An ID that uniquely identifies this entity
- # across the whole Sonar system.
- # created_at: The date and time this entity was created.
- # updated_at: The last date and time this entity was modified.
- # _version: A string that shows the version of this entity. It
- # will be incremented whenever the entity is modified.
- # enabled: Whether or not this is enabled.
- # hostname: Hostname.
- # last_synchronized: The date and time this device was last
- # synchronized.
- # name: A descriptive name.
- # status: The status.
- # status_message: A message describing what caused the current
- # status of this device.
- # synchronization_queued: Whether or not a synchronization
- # request is queued.
- # synchronization_start: The date/time that synchronization
- # started.
- # type: The type.
- # paginator: Provides the ability to paginate through results.
- # sorter: Provides the ability to sort results.
- # search: Complex search parameters.
- # general_search: Search across all string fields with partial
- # matching.
- # general_search_mode: The mode to use for general search
- # requests.
- # aggregation: Provides the ability to return aggregated
- # mathematical data about your results.
- # reverse_relation_filters: Reverse relation filters allow you to
- # filter the result of a relation, and use that filter to affect the returned root
- # elements.
- (
- Int64Bit, :
- ID, :
- Datetime, :
- Datetime, :
- String, :
- Boolean, :
- String, :
- Datetime, :
- String, :
- ProvisioningDeviceStatus, :
- String, :
- Boolean, :
- Datetime, :
- CableModemProvisionerType, :
- Paginator, :
- Sorter], : [
- Search], : [
- String, :
- GeneralSearchMode, :
- Aggregator], : [
- ReverseRelationFilter] : [
- ): CableModemProvisionerConnection!
- # Calendar - iCalendar
- #
- # Arguments
- # id: The ID of the entity.
- # sonar_unique_id: An ID that uniquely identifies this entity
- # across the whole Sonar system.
- # created_at: The date and time this entity was created.
- # updated_at: The last date and time this entity was modified.
- # _version: A string that shows the version of this entity. It
- # will be incremented whenever the entity is modified.
- # enabled: Whether or not this is enabled.
- # name: A descriptive name.
- # url: The url that can be used on remote calendars for
- # integration of Sonar events.
- # user_id: The ID of a User.
- # paginator: Provides the ability to paginate through results.
- # sorter: Provides the ability to sort results.
- # search: Complex search parameters.
- # general_search: Search across all string fields with partial
- # matching.
- # general_search_mode: The mode to use for general search
- # requests.
- # aggregation: Provides the ability to return aggregated
- # mathematical data about your results.
- # reverse_relation_filters: Reverse relation filters allow you to
- # filter the result of a relation, and use that filter to affect the returned root
- # elements.
- (
- Int64Bit, :
- ID, :
- Datetime, :
- Datetime, :
- String, :
- Boolean, :
- String, :
- URL, :
- Int64Bit, :
- Paginator, :
- Sorter], : [
- Search], : [
- String, :
- GeneralSearchMode, :
- Aggregator], : [
- ReverseRelationFilter] : [
- ): CalendarIcalConnection!
- # Unique Calix SMx server configuration.
- #
- # Arguments
- # id: The ID of the entity.
- # sonar_unique_id: An ID that uniquely identifies this entity
- # across the whole Sonar system.
- # created_at: The date and time this entity was created.
- # updated_at: The last date and time this entity was modified.
- # _version: A string that shows the version of this entity. It
- # will be incremented whenever the entity is modified.
- # alarms_change_device_status: Controls if Sonar updates the ICMP
- # device status from SMx alarms
- # alarms_create_logs: Controls if Sonar should add SMx device
- # alarms to inventory item logs
- # alarms_update_ip_assignment: Controls if Sonar updates the
- # inventory item's soft IP address from SMx DHCP lease alarms.
- # bounce_ports: Disable, pause, then re-enable Calix ONT ports
- # after creating or removing service. Recommended for deployments using DHCP
- # within SMx.
- # commercial_delinquency_policy_map: The Calix policy map name to
- # use when a commercial account becomes delinquent.
- # commercial_delinquency_service_template: The Calix service
- # template name to use when a commercial account becomes delinquent.
- # enable_ont_synchronization: Controls whether to turn on
- # synchronization of Calix ONTs and Subscribers, from Sonar Inventory Items and
- # Accounts.
- # government_delinquency_policy_map: The Calix policy map name to
- # use when a government account becomes delinquent.
- # government_delinquency_service_template: The Calix service
- # template name to use when a government account becomes delinquent.
- # last_synchronized: The date and time this device was last
- # synchronized.
- # org_id: Subscriber organization ID to use for integration
- # residential_delinquency_policy_map: The Calix policy map name
- # to use when a residential account becomes delinquent.
- # residential_delinquency_service_template: The Calix service
- # template name to use when a residential account becomes delinquent.
- # smx_credentials: The basic auth credentials to use with SMx,
- # username:password
- # smx_url: The URL of the SMx server including the SMx API port,
- # eg. mysmx.org:18443 (SMx uses 18443 as the default API port)
- # smx_version: The software version of SMx that will be used in
- # integration
- # status: The status.
- # status_message: A message describing what caused the current
- # status of this device.
- # subscriber_custom_field_id: The ID of the account custom field
- # which holds the SMx subscriber ID of the account.
- # synchronization_queued: Whether or not a synchronization
- # request is queued.
- # synchronization_start: The date/time that synchronization
- # started.
- # paginator: Provides the ability to paginate through results.
- # sorter: Provides the ability to sort results.
- # search: Complex search parameters.
- # general_search: Search across all string fields with partial
- # matching.
- # general_search_mode: The mode to use for general search
- # requests.
- # aggregation: Provides the ability to return aggregated
- # mathematical data about your results.
- # reverse_relation_filters: Reverse relation filters allow you to
- # filter the result of a relation, and use that filter to affect the returned root
- # elements.
- (
- Int64Bit, :
- ID, :
- Datetime, :
- Datetime, :
- String, :
- Boolean, :
- Boolean, :
- Boolean, :
- Boolean, :
- String, :
- String, :
- Boolean, :
- String, :
- String, :
- Datetime, :
- String, :
- String, :
- String, :
- String, :
- String, :
- CalixIntegrationVersion, :
- ProvisioningDeviceStatus, :
- String, :
- Int64Bit, :
- Boolean, :
- Datetime, :
- Paginator, :
- Sorter], : [
- Search], : [
- String, :
- GeneralSearchMode, :
- Aggregator], : [
- ReverseRelationFilter] : [
- ): CalixIntegrationConnection!
- # Calix provisioning list.
- #
- # Arguments
- # list_type: The type.
- # calix_integration_id: Calix Inegartion ID.
- # inventory_item_id: The ID of an `InventoryItem`.
- # smx_url: The URL of the SMx server including the SMx API port,
- # eg. mysmx.org:18443 (SMx uses 18443 as the default API port)
- # smx_credentials: The basic auth credentials to use with SMx,
- # username:password
- # smx_version: The software version of SMx that will be used in
- # integration
- # paginator: Provides the ability to paginate through results.
- (
- CalixProvisioningListType, :
- Int64Bit, :
- Int64Bit, :
- String, :
- String, :
- CalixIntegrationVersion, :
- Paginator :
- ): CalixProvisioningListConnection!
- # Call Detail Record Import Recipes
- #
- # Arguments
- # id: The ID of the entity.
- # sonar_unique_id: An ID that uniquely identifies this entity
- # across the whole Sonar system.
- # created_at: The date and time this entity was created.
- # updated_at: The last date and time this entity was modified.
- # _version: A string that shows the version of this entity. It
- # will be incremented whenever the entity is modified.
- # clean_records: How many records passed validation checks during
- # import.
- # errors: Any errors encountered for this import.
- # failed_records: How many records did not pass validation checks
- # during import.
- # flatfile_batch_identifier: The identifier of a unique batch at
- # Flatfile.
- # hash: A hash of the data content of an import.
- # progress: The progress of an import as a percentage.
- # start_datetime: The start date and time for the import.
- # status: The status.
- # user_id: The ID of a User.
- # voice_provider_id: The ID of a `VoiceProvider`.
- # paginator: Provides the ability to paginate through results.
- # sorter: Provides the ability to sort results.
- # search: Complex search parameters.
- # general_search: Search across all string fields with partial
- # matching.
- # general_search_mode: The mode to use for general search
- # requests.
- # aggregation: Provides the ability to return aggregated
- # mathematical data about your results.
- # reverse_relation_filters: Reverse relation filters allow you to
- # filter the result of a relation, and use that filter to affect the returned root
- # elements.
- (
- Int64Bit, :
- ID, :
- Datetime, :
- Datetime, :
- String, :
- Int, :
- Clob, :
- Int, :
- String, :
- String, :
- Int, :
- Datetime, :
- ImportStatus, :
- Int64Bit, :
- Int64Bit, :
- Paginator, :
- Sorter], : [
- Search], : [
- String, :
- GeneralSearchMode, :
- Aggregator], : [
- ReverseRelationFilter] : [
- ): CallDetailRecordImportRecipeConnection!
- # Call Detail Record Imports
- #
- # Arguments
- # id: The ID of the entity.
- # sonar_unique_id: An ID that uniquely identifies this entity
- # across the whole Sonar system.
- # created_at: The date and time this entity was created.
- # updated_at: The last date and time this entity was modified.
- # _version: A string that shows the version of this entity. It
- # will be incremented whenever the entity is modified.
- # call_data_record_import_id: The ID of a call data record (CDR)
- # import.
- # clean_records: How many records passed validation checks during
- # import.
- # errors: Any errors encountered for this import.
- # failed_records: How many records did not pass validation checks
- # during import.
- # status: The status.
- # voice_provider_id: The ID of a `VoiceProvider`.
- # paginator: Provides the ability to paginate through results.
- # sorter: Provides the ability to sort results.
- # search: Complex search parameters.
- # general_search: Search across all string fields with partial
- # matching.
- # general_search_mode: The mode to use for general search
- # requests.
- # aggregation: Provides the ability to return aggregated
- # mathematical data about your results.
- # reverse_relation_filters: Reverse relation filters allow you to
- # filter the result of a relation, and use that filter to affect the returned root
- # elements.
- (
- Int64Bit, :
- ID, :
- Datetime, :
- Datetime, :
- String, :
- Int64Bit, :
- Int, :
- Text, :
- Int, :
- AsyncImportStatus, :
- Int64Bit, :
- Paginator, :
- Sorter], : [
- Search], : [
- String, :
- GeneralSearchMode, :
- Aggregator], : [
- ReverseRelationFilter] : [
- ): CallDetailRecordImportConnection!
- # Call Detail Records
- #
- # Arguments
- # id: The ID of the entity.
- # sonar_unique_id: An ID that uniquely identifies this entity
- # across the whole Sonar system.
- # created_at: The date and time this entity was created.
- # updated_at: The last date and time this entity was modified.
- # _version: A string that shows the version of this entity. It
- # will be incremented whenever the entity is modified.
- # account_id: The ID of an Account.
- # amount: The amount, in the smallest currency value (e.g. cents,
- # pence, pesos.)
- # charge_rate: The rate that is charged to a customer.
- # description: The prefix description for the call detail record
- # having provider rated prefix.
- # direction: The direction of the call.
- # length_in_seconds: The total length of the call in seconds.
- # matched_prefix: The matched prefix of this call record.
- # monthly_billing_completion_id: The ID of a
- # `MonthlyBillingCompletion`.
- # originating_number: The DID that initiated the call.
- # prefix_type: The prefix type of this call record.
- # receiving_number: The DID that received the call.
- # service_id: The ID of a Service.
- # started_at: When the call was started.
- # voice_provider_id: The ID of a `VoiceProvider`.
- # paginator: Provides the ability to paginate through results.
- # sorter: Provides the ability to sort results.
- # search: Complex search parameters.
- # general_search: Search across all string fields with partial
- # matching.
- # general_search_mode: The mode to use for general search
- # requests.
- # aggregation: Provides the ability to return aggregated
- # mathematical data about your results.
- # reverse_relation_filters: Reverse relation filters allow you to
- # filter the result of a relation, and use that filter to affect the returned root
- # elements.
- (
- Int64Bit, :
- ID, :
- Datetime, :
- Datetime, :
- String, :
- Int64Bit, :
- Float, :
- Float, :
- String, :
- CallDetailRecordDirection, :
- Int, :
- String, :
- Int64Bit, :
- String, :
- CallDetailRecordPrefixType, :
- String, :
- Int64Bit, :
- Datetime, :
- Int64Bit, :
- Paginator, :
- Sorter], : [
- Search], : [
- String, :
- GeneralSearchMode, :
- Aggregator], : [
- ReverseRelationFilter] : [
- ): CallDetailRecordConnection!
- # Call Logs for accounts.
- #
- # Arguments
- # id: The ID of the entity.
- # sonar_unique_id: An ID that uniquely identifies this entity
- # across the whole Sonar system.
- # created_at: The date and time this entity was created.
- # updated_at: The last date and time this entity was modified.
- # _version: A string that shows the version of this entity. It
- # will be incremented whenever the entity is modified.
- # account_id: The ID of an Account.
- # body: The body.
- # subject: The subject.
- # time_in_seconds: The time in seconds.
- # user_id: The ID of a User.
- # paginator: Provides the ability to paginate through results.
- # sorter: Provides the ability to sort results.
- # search: Complex search parameters.
- # general_search: Search across all string fields with partial
- # matching.
- # general_search_mode: The mode to use for general search
- # requests.
- # aggregation: Provides the ability to return aggregated
- # mathematical data about your results.
- # reverse_relation_filters: Reverse relation filters allow you to
- # filter the result of a relation, and use that filter to affect the returned root
- # elements.
- (
- Int64Bit, :
- ID, :
- Datetime, :
- Datetime, :
- String, :
- Int64Bit, :
- Text, :
- String, :
- String, :
- Int64Bit, :
- Paginator, :
- Sorter], : [
- Search], : [
- String, :
- GeneralSearchMode, :
- Aggregator], : [
- ReverseRelationFilter] : [
- ): CallLogConnection!
- # Canned replies.
- #
- # Arguments
- # id: The ID of the entity.
- # sonar_unique_id: An ID that uniquely identifies this entity
- # across the whole Sonar system.
- # created_at: The date and time this entity was created.
- # updated_at: The last date and time this entity was modified.
- # _version: A string that shows the version of this entity. It
- # will be incremented whenever the entity is modified.
- # body: The body.
- # canned_reply_category_id: The ID of a `CannedReplyCategory`.
- # name: A descriptive name.
- # paginator: Provides the ability to paginate through results.
- # sorter: Provides the ability to sort results.
- # search: Complex search parameters.
- # general_search: Search across all string fields with partial
- # matching.
- # general_search_mode: The mode to use for general search
- # requests.
- # aggregation: Provides the ability to return aggregated
- # mathematical data about your results.
- # reverse_relation_filters: Reverse relation filters allow you to
- # filter the result of a relation, and use that filter to affect the returned root
- # elements.
- (
- Int64Bit, :
- ID, :
- Datetime, :
- Datetime, :
- String, :
- Text, :
- Int64Bit, :
- String, :
- Paginator, :
- Sorter], : [
- Search], : [
- String, :
- GeneralSearchMode, :
- Aggregator], : [
- ReverseRelationFilter] : [
- ): CannedReplyConnection!
- # Canned reply categories.
- #
- # Arguments
- # id: The ID of the entity.
- # sonar_unique_id: An ID that uniquely identifies this entity
- # across the whole Sonar system.
- # created_at: The date and time this entity was created.
- # updated_at: The last date and time this entity was modified.
- # _version: A string that shows the version of this entity. It
- # will be incremented whenever the entity is modified.
- # name: A descriptive name.
- # paginator: Provides the ability to paginate through results.
- # sorter: Provides the ability to sort results.
- # search: Complex search parameters.
- # general_search: Search across all string fields with partial
- # matching.
- # general_search_mode: The mode to use for general search
- # requests.
- # aggregation: Provides the ability to return aggregated
- # mathematical data about your results.
- # reverse_relation_filters: Reverse relation filters allow you to
- # filter the result of a relation, and use that filter to affect the returned root
- # elements.
- (
- Int64Bit, :
- ID, :
- Datetime, :
- Datetime, :
- String, :
- String, :
- Paginator, :
- Sorter], : [
- Search], : [
- String, :
- GeneralSearchMode, :
- Aggregator], : [
- ReverseRelationFilter] : [
- ): CannedReplyCategoryConnection!
- # Canned reply with variable replacement.
- #
- # Arguments
- # canned_reply_id: fields.canned_reply_id
- # ticket_id: The ID of a `Ticket`.
- (
- Int64Bit!, :
- Int64Bit! :
- ): CannedReply!
- # Companies that you do business as.
- #
- # Arguments
- # id: The ID of the entity.
- # sonar_unique_id: An ID that uniquely identifies this entity
- # across the whole Sonar system.
- # created_at: The date and time this entity was created.
- # updated_at: The last date and time this entity was modified.
- # _version: A string that shows the version of this entity. It
- # will be incremented whenever the entity is modified.
- # checks_payable_to: On an enabled remittance slip, who should
- # checks be made payable to?
- # country: A two character country code.
- # customer_portal_url: The URL to your customer portal.
- # default: Whether or not this entity is a default entry.
- # enabled: Whether or not this is enabled.
- # isp_type: The ISP type of this `Company`.
- # name: A descriptive name.
- # phone_number: A telephone number.
- # primary_color: The primary color to use in Sonar.
- # secondary_color: The secondary color to use in Sonar.
- # show_remittance_slip: Whether or not to include a detachable
- # remittance slip on the invoice.
- # tax_identification: A tax identification number. Should only be
- # entered if you are required to share some type of tax identification information
- # with your customers.
- # website_address: The address of the company website.
- # paginator: Provides the ability to paginate through results.
- # sorter: Provides the ability to sort results.
- # search: Complex search parameters.
- # general_search: Search across all string fields with partial
- # matching.
- # general_search_mode: The mode to use for general search
- # requests.
- # aggregation: Provides the ability to return aggregated
- # mathematical data about your results.
- # reverse_relation_filters: Reverse relation filters allow you to
- # filter the result of a relation, and use that filter to affect the returned root
- # elements.
- (
- Int64Bit, :
- ID, :
- Datetime, :
- Datetime, :
- String, :
- String, :
- Country, :
- URL, :
- Boolean, :
- Boolean, :
- IspType, :
- String, :
- Numeric, :
- HtmlHexColor, :
- HtmlHexColor, :
- Boolean, :
- String, :
- URL, :
- Paginator, :
- Sorter], : [
- Search], : [
- String, :
- GeneralSearchMode, :
- Aggregator], : [
- ReverseRelationFilter] : [
- ): CompanyConnection!
- # A contact person.
- #
- # Arguments
- # id: The ID of the entity.
- # sonar_unique_id: An ID that uniquely identifies this entity
- # across the whole Sonar system.
- # created_at: The date and time this entity was created.
- # updated_at: The last date and time this entity was modified.
- # _version: A string that shows the version of this entity. It
- # will be incremented whenever the entity is modified.
- # contactable_id: The ID of the entity that owns this contact.
- # contactable_type: The type of entity that owns this contact.
- # email_address: An email address.
- # language: A supported language.
- # name: A descriptive name.
- # primary: Whether or not this is the primary type of entity.
- # role: The role of the contact, e.g. "CEO" or "Network
- # Engineer".
- # username: A username, used for authentication.
- # paginator: Provides the ability to paginate through results.
- # sorter: Provides the ability to sort results.
- # search: Complex search parameters.
- # general_search: Search across all string fields with partial
- # matching.
- # general_search_mode: The mode to use for general search
- # requests.
- # aggregation: Provides the ability to return aggregated
- # mathematical data about your results.
- # reverse_relation_filters: Reverse relation filters allow you to
- # filter the result of a relation, and use that filter to affect the returned root
- # elements.
- (
- Int64Bit, :
- ID, :
- Datetime, :
- Datetime, :
- String, :
- Int64Bit, :
- ContactableType, :
- EmailAddress, :
- Language, :
- String, :
- Boolean, :
- String, :
- String, :
- Paginator, :
- Sorter], : [
- Search], : [
- String, :
- GeneralSearchMode, :
- Aggregator], : [
- ReverseRelationFilter] : [
- ): ContactConnection!
- # Contract templates.
- #
- # Arguments
- # id: The ID of the entity.
- # sonar_unique_id: An ID that uniquely identifies this entity
- # across the whole Sonar system.
- # created_at: The date and time this entity was created.
- # updated_at: The last date and time this entity was modified.
- # _version: A string that shows the version of this entity. It
- # will be incremented whenever the entity is modified.
- # body: The body.
- # company_id: The ID of the company that this entity operates
- # under.
- # enabled: Whether or not this is enabled.
- # name: A descriptive name.
- # term_in_months: The term in months.
- # ticket_group_id: The ID of a `TicketGroup`.
- # paginator: Provides the ability to paginate through results.
- # sorter: Provides the ability to sort results.
- # search: Complex search parameters.
- # general_search: Search across all string fields with partial
- # matching.
- # general_search_mode: The mode to use for general search
- # requests.
- # aggregation: Provides the ability to return aggregated
- # mathematical data about your results.
- # reverse_relation_filters: Reverse relation filters allow you to
- # filter the result of a relation, and use that filter to affect the returned root
- # elements.
- (
- Int64Bit, :
- ID, :
- Datetime, :
- Datetime, :
- String, :
- Text, :
- Int64Bit, :
- Boolean, :
- String, :
- Int, :
- Int64Bit, :
- Paginator, :
- Sorter], : [
- Search], : [
- String, :
- GeneralSearchMode, :
- Aggregator], : [
- ReverseRelationFilter] : [
- ): ContractTemplateConnection!
- # Contracts.
- #
- # Arguments
- # id: The ID of the entity.
- # sonar_unique_id: An ID that uniquely identifies this entity
- # across the whole Sonar system.
- # created_at: The date and time this entity was created.
- # updated_at: The last date and time this entity was modified.
- # _version: A string that shows the version of this entity. It
- # will be incremented whenever the entity is modified.
- # account_id: The ID of an Account.
- # body: The body.
- # contact_id: The ID of the contact that owns this.
- # contract_template_id: The ID of a `ContractTemplate`.
- # custom_message: The custom message.
- # expiration_date: The expiration date.
- # handwritten_signature_id: The ID of a `HandwrittenSignature`.
- # name: A descriptive name.
- # term_in_months: The term in months.
- # unique_link_key: Part of the unique URL used for signing.
- # paginator: Provides the ability to paginate through results.
- # sorter: Provides the ability to sort results.
- # search: Complex search parameters.
- # general_search: Search across all string fields with partial
- # matching.
- # general_search_mode: The mode to use for general search
- # requests.
- # aggregation: Provides the ability to return aggregated
- # mathematical data about your results.
- # reverse_relation_filters: Reverse relation filters allow you to
- # filter the result of a relation, and use that filter to affect the returned root
- # elements.
- (
- Int64Bit, :
- ID, :
- Datetime, :
- Datetime, :
- String, :
- Int64Bit, :
- Text, :
- Int64Bit, :
- Int64Bit, :
- Text, :
- Date, :
- Int64Bit, :
- String, :
- Int, :
- String, :
- Paginator, :
- Sorter], : [
- Search], : [
- String, :
- GeneralSearchMode, :
- Aggregator], : [
- ReverseRelationFilter] : [
- ): ContractConnection!
- # Core credit cards.
- #
- # Arguments
- # id: The ID of the entity.
- # sonar_unique_id: An ID that uniquely identifies this entity
- # across the whole Sonar system.
- # created_at: The date and time this entity was created.
- # updated_at: The last date and time this entity was modified.
- # _version: A string that shows the version of this entity. It
- # will be incremented whenever the entity is modified.
- # account_id: The ID of an Account.
- # auto: Whether or not this payment method is enabled for
- # automatic payments.
- # credit_card_processor_id: The ID of a CreditCardProcessor.
- # credit_card_type: The type of a credit card (e.g. Visa,
- # Mastercard.)
- # customer_profile_id: The profile ID provided by a credit card
- # processing service.
- # expiration_month: The month the credit card expires.
- # expiration_year: The year the credit card expires.
- # masked_number: A partial credit card number that can be used
- # for identification.
- # name_on_card: The name on the credit card.
- # token: The tokenized value that represents a credit card,
- # provided by a credit card processing service.
- # paginator: Provides the ability to paginate through results.
- # sorter: Provides the ability to sort results.
- # search: Complex search parameters.
- # general_search: Search across all string fields with partial
- # matching.
- # general_search_mode: The mode to use for general search
- # requests.
- # aggregation: Provides the ability to return aggregated
- # mathematical data about your results.
- # reverse_relation_filters: Reverse relation filters allow you to
- # filter the result of a relation, and use that filter to affect the returned root
- # elements.
- (
- Int64Bit, :
- ID, :
- Datetime, :
- Datetime, :
- String, :
- Int64Bit, :
- Boolean, :
- Int64Bit, :
- CreditCardType, :
- String, :
- Int, :
- Int, :
- String, :
- String, :
- String, :
- Paginator, :
- Sorter], : [
- Search], : [
- String, :
- GeneralSearchMode, :
- Aggregator], : [
- ReverseRelationFilter] : [
- ): CreditCardConnection!
- # Core invoices.
- #
- # Arguments
- # id: The ID of the entity.
- # sonar_unique_id: An ID that uniquely identifies this entity
- # across the whole Sonar system.
- # created_at: The date and time this entity was created.
- # updated_at: The last date and time this entity was modified.
- # _version: A string that shows the version of this entity. It
- # will be incremented whenever the entity is modified.
- # account_id: The ID of an Account.
- # auto_pay_attempts: The number of times that auto pay has been
- # attempted.
- # auto_pay_date: The date that auto pay will be attempted.
- # child_invoice_remaining_due: The sum of all due amounts on
- # child invoices.
- # company_id: The ID of the company that this entity operates
- # under.
- # date: A date
- # delinquency_date: The date that this became delinquent.
- # delinquent: Whether or not this entity is delinquent.
- # due_date: The date this invoice is due by.
- # end_date: The date that this ends.
- # frozen: If an invoice is frozen, payments will not be
- # automatically applied to it, and it cannot be modified.
- # late_fee_applied: Whether or not a late fee has been applied.
- # late_fee_only: Whether or not the invoice includes only late
- # fees.
- # message: The message.
- # number_of_months: The number of months of service this invoice
- # was billed for.
- # parent_invoice_id: The ID of the `Invoice` that is this
- # `Invoice`s master.
- # pending_email: Used by system to indicate the invoice has been
- # marked to be sent to email contacts.
- # remaining_due: The amount remaining to be paid.
- # tax_committed: Whether this entity's taxes have been committed
- # or not.
- # tax_provider_id: The ID of an `TaxProvider`.
- # total_debits: The sum of all debits that make up this invoice.
- # total_taxes: The sum of all taxes on debits that make up this
- # invoice.
- # void: Whether or not this entity has been voided.
- # voided_at: When this was voided.
- # paginator: Provides the ability to paginate through results.
- # sorter: Provides the ability to sort results.
- # search: Complex search parameters.
- # general_search: Search across all string fields with partial
- # matching.
- # general_search_mode: The mode to use for general search
- # requests.
- # aggregation: Provides the ability to return aggregated
- # mathematical data about your results.
- # reverse_relation_filters: Reverse relation filters allow you to
- # filter the result of a relation, and use that filter to affect the returned root
- # elements.
- (
- Int64Bit, :
- ID, :
- Datetime, :
- Datetime, :
- String, :
- Int64Bit, :
- Int, :
- Date, :
- Int, :
- Int64Bit, :
- Date, :
- Date, :
- Boolean, :
- Date, :
- Date, :
- Boolean, :
- Boolean, :
- Boolean, :
- Text, :
- Int, :
- Int64Bit, :
- Boolean, :
- Int, :
- Boolean, :
- Int64Bit, :
- Int, :
- Int, :
- Boolean, :
- Datetime, :
- Paginator, :
- Sorter], : [
- Search], : [
- String, :
- GeneralSearchMode, :
- Aggregator], : [
- ReverseRelationFilter] : [
- ): InvoiceConnection!
- # Core transactions.
- #
- # Arguments
- # account_id: The ID of an Account.
- # paginator: Provides the ability to paginate through results.
- Int64Bit, : Paginator): TransactionConnection! ( :
- # Credit card processor credentials.
- #
- # Arguments
- # id: The ID of the entity.
- # sonar_unique_id: An ID that uniquely identifies this entity
- # across the whole Sonar system.
- # created_at: The date and time this entity was created.
- # updated_at: The last date and time this entity was modified.
- # _version: A string that shows the version of this entity. It
- # will be incremented whenever the entity is modified.
- # credential: The credential name.
- # credit_card_processor_id: The ID of a CreditCardProcessor.
- # value: The value.
- # paginator: Provides the ability to paginate through results.
- # sorter: Provides the ability to sort results.
- # search: Complex search parameters.
- # general_search: Search across all string fields with partial
- # matching.
- # general_search_mode: The mode to use for general search
- # requests.
- # aggregation: Provides the ability to return aggregated
- # mathematical data about your results.
- # reverse_relation_filters: Reverse relation filters allow you to
- # filter the result of a relation, and use that filter to affect the returned root
- # elements.
- (
- Int64Bit, :
- ID, :
- Datetime, :
- Datetime, :
- String, :
- CreditCardProviderCredential, :
- Int64Bit, :
- String, :
- Paginator, :
- Sorter], : [
- Search], : [
- String, :
- GeneralSearchMode, :
- Aggregator], : [
- ReverseRelationFilter] : [
- ): CreditCardProcessorCredentialConnection!
- # Credit card processors configured in Sonar.
- #
- # Arguments
- # id: The ID of the entity.
- # sonar_unique_id: An ID that uniquely identifies this entity
- # across the whole Sonar system.
- # created_at: The date and time this entity was created.
- # updated_at: The last date and time this entity was modified.
- # _version: A string that shows the version of this entity. It
- # will be incremented whenever the entity is modified.
- # amex: American Express.
- # dankort: Dankort.
- # dinersclub: Diner's Club.
- # discover: Discover.
- # enabled: Whether or not this is enabled.
- # forbrugsforeningen: Forbrugsforeningen.
- # jcb: JCB
- # maestro: Maestro.
- # mastercard: MasterCard.
- # moto_enabled: Enables processor specific `Mail Or Telephone
- # Order` functionality. Currently only applicable for `Stripe`.
- # primary: Whether or not this is the primary type of entity.
- # provider: The company that provides credit card processing
- # services.
- # unionpay: Union Pay.
- # visa: Visa
- # visaelectron: VISA Electron.
- # paginator: Provides the ability to paginate through results.
- # sorter: Provides the ability to sort results.
- # search: Complex search parameters.
- # general_search: Search across all string fields with partial
- # matching.
- # general_search_mode: The mode to use for general search
- # requests.
- # aggregation: Provides the ability to return aggregated
- # mathematical data about your results.
- # reverse_relation_filters: Reverse relation filters allow you to
- # filter the result of a relation, and use that filter to affect the returned root
- # elements.
- (
- Int64Bit, :
- ID, :
- Datetime, :
- Datetime, :
- String, :
- Boolean, :
- Boolean, :
- Boolean, :
- Boolean, :
- Boolean, :
- Boolean, :
- Boolean, :
- Boolean, :
- Boolean, :
- Boolean, :
- Boolean, :
- CreditCardProvider, :
- Boolean, :
- Boolean, :
- Boolean, :
- Paginator, :
- Sorter], : [
- Search], : [
- String, :
- GeneralSearchMode, :
- Aggregator], : [
- ReverseRelationFilter] : [
- ): CreditCardProcessorConnection!
- # Credit cards.
- #
- # Arguments
- # id: The ID of the entity.
- # sonar_unique_id: An ID that uniquely identifies this entity
- # across the whole Sonar system.
- # created_at: The date and time this entity was created.
- # updated_at: The last date and time this entity was modified.
- # _version: A string that shows the version of this entity. It
- # will be incremented whenever the entity is modified.
- # account_id: The ID of an Account.
- # auto: Whether or not this payment method is enabled for
- # automatic payments.
- # credit_card_processor_id: The ID of a CreditCardProcessor.
- # credit_card_type: The type of a credit card (e.g. Visa,
- # Mastercard.)
- # customer_profile_id: The profile ID provided by a credit card
- # processing service.
- # expiration_month: The month the credit card expires.
- # expiration_year: The year the credit card expires.
- # masked_number: A partial credit card number that can be used
- # for identification.
- # name_on_card: The name on the credit card.
- # token: The tokenized value that represents a credit card,
- # provided by a credit card processing service.
- # paginator: Provides the ability to paginate through results.
- # sorter: Provides the ability to sort results.
- # search: Complex search parameters.
- # general_search: Search across all string fields with partial
- # matching.
- # general_search_mode: The mode to use for general search
- # requests.
- # aggregation: Provides the ability to return aggregated
- # mathematical data about your results.
- # reverse_relation_filters: Reverse relation filters allow you to
- # filter the result of a relation, and use that filter to affect the returned root
- # elements.
- (
- Int64Bit, :
- ID, :
- Datetime, :
- Datetime, :
- String, :
- Int64Bit, :
- Boolean, :
- Int64Bit, :
- CreditCardType, :
- String, :
- Int, :
- Int, :
- String, :
- String, :
- String, :
- Paginator, :
- Sorter], : [
- Search], : [
- String, :
- GeneralSearchMode, :
- Aggregator], : [
- ReverseRelationFilter] : [
- ): CreditCardConnection!
- # Credits applied to invoices.
- #
- # Arguments
- # id: The ID of the entity.
- # sonar_unique_id: An ID that uniquely identifies this entity
- # across the whole Sonar system.
- # created_at: The date and time this entity was created.
- # updated_at: The last date and time this entity was modified.
- # _version: A string that shows the version of this entity. It
- # will be incremented whenever the entity is modified.
- # account_id: The ID of an Account.
- # amount: The amount, in the smallest currency value (e.g. cents,
- # pence, pesos.)
- # creditable_id: The ID the transaction that created this credit.
- # creditable_type: The type of transaction that created this
- # credit.
- # invoice_id: The ID of an `Invoice`.
- # void: Whether or not this entity has been voided.
- # voided_at: When this was voided.
- # paginator: Provides the ability to paginate through results.
- # sorter: Provides the ability to sort results.
- # search: Complex search parameters.
- # general_search: Search across all string fields with partial
- # matching.
- # general_search_mode: The mode to use for general search
- # requests.
- # aggregation: Provides the ability to return aggregated
- # mathematical data about your results.
- # reverse_relation_filters: Reverse relation filters allow you to
- # filter the result of a relation, and use that filter to affect the returned root
- # elements.
- (
- Int64Bit, :
- ID, :
- Datetime, :
- Datetime, :
- String, :
- Int64Bit, :
- Int, :
- Int64Bit, :
- CreditableType, :
- Int64Bit, :
- Boolean, :
- Datetime, :
- Paginator, :
- Sorter], : [
- Search], : [
- String, :
- GeneralSearchMode, :
- Aggregator], : [
- ReverseRelationFilter] : [
- ): CreditConnection!
- # Data in custom fields.
- #
- # Arguments
- # id: The ID of the entity.
- # sonar_unique_id: An ID that uniquely identifies this entity
- # across the whole Sonar system.
- # created_at: The date and time this entity was created.
- # updated_at: The last date and time this entity was modified.
- # _version: A string that shows the version of this entity. It
- # will be incremented whenever the entity is modified.
- # custom_field_id: The ID of a CustomField that is associated
- # with this type of entity.
- # customfielddataable_id: The ID of the entity that owns this
- # custom field data.
- # customfielddataable_type: The type of entity that owns this
- # custom field data.
- # value: The value.
- # paginator: Provides the ability to paginate through results.
- # sorter: Provides the ability to sort results.
- # search: Complex search parameters.
- # general_search: Search across all string fields with partial
- # matching.
- # general_search_mode: The mode to use for general search
- # requests.
- # aggregation: Provides the ability to return aggregated
- # mathematical data about your results.
- # reverse_relation_filters: Reverse relation filters allow you to
- # filter the result of a relation, and use that filter to affect the returned root
- # elements.
- (
- Int64Bit, :
- ID, :
- Datetime, :
- Datetime, :
- String, :
- Int64Bit, :
- Int64Bit, :
- CustomfielddataableType, :
- String, :
- Paginator, :
- Sorter], : [
- Search], : [
- String, :
- GeneralSearchMode, :
- Aggregator], : [
- ReverseRelationFilter] : [
- ): CustomFieldDataConnection!
- # Custom fields.
- #
- # Arguments
- # id: The ID of the entity.
- # sonar_unique_id: An ID that uniquely identifies this entity
- # across the whole Sonar system.
- # created_at: The date and time this entity was created.
- # updated_at: The last date and time this entity was modified.
- # _version: A string that shows the version of this entity. It
- # will be incremented whenever the entity is modified.
- # entity_type: The type of entity this custom field will be
- # associated with.
- # enum_options: A list of values that are valid for this field,
- # if this is a TEXT field. If this is empty, and the field is a TEXT type, then
- # any value will be allowed.
- # name: A descriptive name.
- # required: Whether or not this field is required.
- # type: The type.
- # unique: Whether or not the value of this custom field must be
- # unique throughout the system.
- # paginator: Provides the ability to paginate through results.
- # sorter: Provides the ability to sort results.
- # search: Complex search parameters.
- # general_search: Search across all string fields with partial
- # matching.
- # general_search_mode: The mode to use for general search
- # requests.
- # aggregation: Provides the ability to return aggregated
- # mathematical data about your results.
- # reverse_relation_filters: Reverse relation filters allow you to
- # filter the result of a relation, and use that filter to affect the returned root
- # elements.
- (
- Int64Bit, :
- ID, :
- Datetime, :
- Datetime, :
- String, :
- CustomfielddataableType, :
- String], : [
- String, :
- Boolean, :
- CustomFieldType, :
- Boolean, :
- Paginator, :
- Sorter], : [
- Search], : [
- String, :
- GeneralSearchMode, :
- Aggregator], : [
- ReverseRelationFilter] : [
- ): CustomFieldConnection!
- # Aggregate values for a given date.
- #
- # Arguments
- # id: The ID of the entity.
- # sonar_unique_id: An ID that uniquely identifies this entity
- # across the whole Sonar system.
- # created_at: The date and time this entity was created.
- # updated_at: The last date and time this entity was modified.
- # _version: A string that shows the version of this entity. It
- # will be incremented whenever the entity is modified.
- # context: Additional context regarding the item.
- # date: A date
- # key: Key for a specific value.
- # value: The value.
- # paginator: Provides the ability to paginate through results.
- # sorter: Provides the ability to sort results.
- # search: Complex search parameters.
- # general_search: Search across all string fields with partial
- # matching.
- # general_search_mode: The mode to use for general search
- # requests.
- # aggregation: Provides the ability to return aggregated
- # mathematical data about your results.
- # reverse_relation_filters: Reverse relation filters allow you to
- # filter the result of a relation, and use that filter to affect the returned root
- # elements.
- (
- Int64Bit, :
- ID, :
- Datetime, :
- Datetime, :
- String, :
- Text, :
- Date, :
- AggregateKey, :
- Float, :
- Paginator, :
- Sorter], : [
- Search], : [
- String, :
- GeneralSearchMode, :
- Aggregator], : [
- ReverseRelationFilter] : [
- ): DailyAggregateValueConnection!
- # Details related to a data service.
- #
- # Arguments
- # id: The ID of the entity.
- # sonar_unique_id: An ID that uniquely identifies this entity
- # across the whole Sonar system.
- # created_at: The date and time this entity was created.
- # updated_at: The last date and time this entity was modified.
- # _version: A string that shows the version of this entity. It
- # will be incremented whenever the entity is modified.
- # billing_frequency: How often this service bills, in months.
- # download_speed_kilobits_per_second: The download speed of the
- # service in kilobits per second.
- # service_id: The ID of a Service.
- # technology_code: The FCC technology code for the service. Only
- # relevant to US ISPs filing FCC Form 477.
- # telrad_global_service_profile_name: The global service profile
- # name for this service if using Telrad provisioning.
- # upload_speed_kilobits_per_second: The upload speed of the
- # service in kilobits per second.
- # usage_based_billing_policy_id: The ID of a
- # `UsageBasedBillingPolicy`.
- # paginator: Provides the ability to paginate through results.
- # sorter: Provides the ability to sort results.
- # search: Complex search parameters.
- # general_search: Search across all string fields with partial
- # matching.
- # general_search_mode: The mode to use for general search
- # requests.
- # aggregation: Provides the ability to return aggregated
- # mathematical data about your results.
- # reverse_relation_filters: Reverse relation filters allow you to
- # filter the result of a relation, and use that filter to affect the returned root
- # elements.
- (
- Int64Bit, :
- ID, :
- Datetime, :
- Datetime, :
- String, :
- Int, :
- Int, :
- Int64Bit, :
- TechnologyCode, :
- String, :
- Int, :
- Int64Bit, :
- Paginator, :
- Sorter], : [
- Search], : [
- String, :
- GeneralSearchMode, :
- Aggregator], : [
- ReverseRelationFilter] : [
- ): DataServiceDetailConnection!
- # Data usage.
- #
- # Arguments
- # start_datetime: The date and time that this starts.
- # end_datetime: The date and time that this ends.
- # time: The time.
- # account_id: The ID of an Account.
- (
- Datetime, :
- Datetime, :
- Datetime, :
- Int64Bit! :
- ): [DataUsage]!
- # Data usage history.
- #
- # Arguments
- # id: The ID of the entity.
- # sonar_unique_id: An ID that uniquely identifies this entity
- # across the whole Sonar system.
- # created_at: The date and time this entity was created.
- # updated_at: The last date and time this entity was modified.
- # _version: A string that shows the version of this entity. It
- # will be incremented whenever the entity is modified.
- # account_id: The ID of an Account.
- # billable_in_bytes: The total billable inbound data in bytes.
- # billable_out_bytes: The total billable outbound data in bytes.
- # end_time: The end time of this data usage history interval.
- # free_in_bytes: The total free inbound data in bytes.
- # free_out_bytes: The total free outbound data in bytes.
- # policy_cap_at_close_in_bytes: The policy cap when this data
- # usage history interval was closed.
- # rollover_available_in_bytes: The total available rollover data
- # in bytes.
- # rollover_remainder_bytes: The total remaining rollover data in
- # bytes.
- # rollover_unconsumed_bytes: The total unconsumed rollover data
- # in bytes.
- # rollover_used_at_close_in_bytes: The rollover used when this
- # data usage history interval was closed.
- # start_time: The start time of this data usage history interval.
- # top_off_total_at_close_in_bytes: The top off total when this
- # data usage history interval was closed.
- # paginator: Provides the ability to paginate through results.
- # sorter: Provides the ability to sort results.
- # search: Complex search parameters.
- # general_search: Search across all string fields with partial
- # matching.
- # general_search_mode: The mode to use for general search
- # requests.
- # aggregation: Provides the ability to return aggregated
- # mathematical data about your results.
- # reverse_relation_filters: Reverse relation filters allow you to
- # filter the result of a relation, and use that filter to affect the returned root
- # elements.
- (
- Int64Bit, :
- ID, :
- Datetime, :
- Datetime, :
- String, :
- Int64Bit, :
- Int64Bit, :
- Int64Bit, :
- Datetime, :
- Int64Bit, :
- Int64Bit, :
- Int64Bit, :
- Int64Bit, :
- Int64Bit, :
- Int64Bit, :
- Int64Bit, :
- Datetime, :
- Int64Bit, :
- Paginator, :
- Sorter], : [
- Search], : [
- String, :
- GeneralSearchMode, :
- Aggregator], : [
- ReverseRelationFilter] : [
- ): DataUsageHistoryConnection!
- # Data usage top offs.
- #
- # Arguments
- # id: The ID of the entity.
- # sonar_unique_id: An ID that uniquely identifies this entity
- # across the whole Sonar system.
- # created_at: The date and time this entity was created.
- # updated_at: The last date and time this entity was modified.
- # _version: A string that shows the version of this entity. It
- # will be incremented whenever the entity is modified.
- # account_id: The ID of an Account.
- # amount_in_bytes: The amount of top off data in bytes.
- # data_usage_history_id: The ID of a `DataUsageHistory`.
- # debit_id: The ID of a `Debit`.
- # paginator: Provides the ability to paginate through results.
- # sorter: Provides the ability to sort results.
- # search: Complex search parameters.
- # general_search: Search across all string fields with partial
- # matching.
- # general_search_mode: The mode to use for general search
- # requests.
- # aggregation: Provides the ability to return aggregated
- # mathematical data about your results.
- # reverse_relation_filters: Reverse relation filters allow you to
- # filter the result of a relation, and use that filter to affect the returned root
- # elements.
- (
- Int64Bit, :
- ID, :
- Datetime, :
- Datetime, :
- String, :
- Int64Bit, :
- Int64Bit, :
- Int64Bit, :
- Int64Bit, :
- Paginator, :
- Sorter], : [
- Search], : [
- String, :
- GeneralSearchMode, :
- Aggregator], : [
- ReverseRelationFilter] : [
- ): DataUsageTopOffConnection!
- # Debits.
- #
- # Arguments
- # id: The ID of the entity.
- # sonar_unique_id: An ID that uniquely identifies this entity
- # across the whole Sonar system.
- # created_at: The date and time this entity was created.
- # updated_at: The last date and time this entity was modified.
- # _version: A string that shows the version of this entity. It
- # will be incremented whenever the entity is modified.
- # account_id: The ID of an Account.
- # amount: The amount, in the smallest currency value (e.g. cents,
- # pence, pesos.)
- # company_id: The ID of the company that this entity operates
- # under.
- # description: A human readable description.
- # general_ledger_code: A general ledger code.
- # general_ledger_code_description: A general ledger code
- # description.
- # invoice_id: The ID of an `Invoice`.
- # minutes: The total number of minutes.
- # number_of_months: The number of months of service this invoice
- # was billed for.
- # prorated_from: The date this transaction was prorated from.
- # prorated_to: The date this transaction was prorated to.
- # quantity: The quantity for this service.
- # quantity_prorated_from: The quantity the associated service had
- # before the quantity was changed and prorated.
- # quantity_prorated_to: The quantity the associated service was
- # changed to when the quantity was changed and prorated.
- # reversed: Whether or not this has been reversed.
- # reversed_at: When this was reversed.
- # reversed_by_user_id: The user ID that reversed this.
- # service_id: The ID of a Service.
- # service_name: The name of a service.
- # service_transaction_type: The type of transaction on this
- # service.
- # type: The type.
- # user_id: The ID of the user who created this transaction.
- # voice_service_generic_parameter_id: The ID of a voice service
- # configuration parameter.
- # paginator: Provides the ability to paginate through results.
- # sorter: Provides the ability to sort results.
- # search: Complex search parameters.
- # general_search: Search across all string fields with partial
- # matching.
- # general_search_mode: The mode to use for general search
- # requests.
- # aggregation: Provides the ability to return aggregated
- # mathematical data about your results.
- # reverse_relation_filters: Reverse relation filters allow you to
- # filter the result of a relation, and use that filter to affect the returned root
- # elements.
- (
- Int64Bit, :
- ID, :
- Datetime, :
- Datetime, :
- String, :
- Int64Bit, :
- Int, :
- Int64Bit, :
- String, :
- String, :
- String, :
- Int64Bit, :
- Float, :
- Int, :
- Date, :
- Date, :
- Int, :
- Int, :
- Int, :
- Boolean, :
- Datetime, :
- Int64Bit, :
- Int64Bit, :
- String, :
- ServiceTransactionType, :
- ServiceType, :
- Int64Bit, :
- Int64Bit, :
- Paginator, :
- Sorter], : [
- Search], : [
- String, :
- GeneralSearchMode, :
- Aggregator], : [
- ReverseRelationFilter] : [
- ): DebitConnection!
- # Periods of time in which delinquency is not calculated.
- #
- # Arguments
- # id: The ID of the entity.
- # sonar_unique_id: An ID that uniquely identifies this entity
- # across the whole Sonar system.
- # created_at: The date and time this entity was created.
- # updated_at: The last date and time this entity was modified.
- # _version: A string that shows the version of this entity. It
- # will be incremented whenever the entity is modified.
- # day: A day.
- # month: A month.
- # name: A descriptive name.
- # year: A year.
- # paginator: Provides the ability to paginate through results.
- # sorter: Provides the ability to sort results.
- # search: Complex search parameters.
- # general_search: Search across all string fields with partial
- # matching.
- # general_search_mode: The mode to use for general search
- # requests.
- # aggregation: Provides the ability to return aggregated
- # mathematical data about your results.
- # reverse_relation_filters: Reverse relation filters allow you to
- # filter the result of a relation, and use that filter to affect the returned root
- # elements.
- (
- Int64Bit, :
- ID, :
- Datetime, :
- Datetime, :
- String, :
- Int, :
- Int, :
- String, :
- Int, :
- Paginator, :
- Sorter], : [
- Search], : [
- String, :
- GeneralSearchMode, :
- Aggregator], : [
- ReverseRelationFilter] : [
- ): DelinquencyExclusionConnection!
- # Modes in which a piece of inventory can be deployed.
- #
- # Arguments
- # id: The ID of the entity.
- # sonar_unique_id: An ID that uniquely identifies this entity
- # across the whole Sonar system.
- # created_at: The date and time this entity was created.
- # updated_at: The last date and time this entity was modified.
- # _version: A string that shows the version of this entity. It
- # will be incremented whenever the entity is modified.
- # inventory_model_id: The ID of an `InventoryModel`.
- # name: A descriptive name.
- # network_monitoring_template_id: The ID of a
- # `NetworkMonitoringTemplate`.
- # paginator: Provides the ability to paginate through results.
- # sorter: Provides the ability to sort results.
- # search: Complex search parameters.
- # general_search: Search across all string fields with partial
- # matching.
- # general_search_mode: The mode to use for general search
- # requests.
- # aggregation: Provides the ability to return aggregated
- # mathematical data about your results.
- # reverse_relation_filters: Reverse relation filters allow you to
- # filter the result of a relation, and use that filter to affect the returned root
- # elements.
- (
- Int64Bit, :
- ID, :
- Datetime, :
- Datetime, :
- String, :
- Int64Bit, :
- String, :
- Int64Bit, :
- Paginator, :
- Sorter], : [
- Search], : [
- String, :
- GeneralSearchMode, :
- Aggregator], : [
- ReverseRelationFilter] : [
- ): DeploymentTypeConnection!
- # Deposit slips.
- #
- # Arguments
- # id: The ID of the entity.
- # sonar_unique_id: An ID that uniquely identifies this entity
- # across the whole Sonar system.
- # created_at: The date and time this entity was created.
- # updated_at: The last date and time this entity was modified.
- # _version: A string that shows the version of this entity. It
- # will be incremented whenever the entity is modified.
- # bank_account_line: The bank account name/number
- # date: A date
- # memo: The memo.
- # paginator: Provides the ability to paginate through results.
- # sorter: Provides the ability to sort results.
- # search: Complex search parameters.
- # general_search: Search across all string fields with partial
- # matching.
- # general_search_mode: The mode to use for general search
- # requests.
- # aggregation: Provides the ability to return aggregated
- # mathematical data about your results.
- # reverse_relation_filters: Reverse relation filters allow you to
- # filter the result of a relation, and use that filter to affect the returned root
- # elements.
- (
- Int64Bit, :
- ID, :
- Datetime, :
- Datetime, :
- String, :
- String, :
- Date, :
- String, :
- Paginator, :
- Sorter], : [
- Search], : [
- String, :
- GeneralSearchMode, :
- Aggregator], : [
- ReverseRelationFilter] : [
- ): DepositSlipConnection!
- # Device interface mappings.
- #
- # Arguments
- # id: The ID of the entity.
- # sonar_unique_id: An ID that uniquely identifies this entity
- # across the whole Sonar system.
- # created_at: The date and time this entity was created.
- # updated_at: The last date and time this entity was modified.
- # _version: A string that shows the version of this entity. It
- # will be incremented whenever the entity is modified.
- # description: A human readable description.
- # inventory_item_id: The ID of an `InventoryItem`.
- # mac_address: A MAC address.
- # metadata: The metadata.
- # speed_mbps_in: The interface in speed in Mbps.
- # speed_mbps_out: The interface out speed in Mbps.
- # type: The type.
- # up: Whether or not this interface is up.
- # paginator: Provides the ability to paginate through results.
- # sorter: Provides the ability to sort results.
- # search: Complex search parameters.
- # general_search: Search across all string fields with partial
- # matching.
- # general_search_mode: The mode to use for general search
- # requests.
- # aggregation: Provides the ability to return aggregated
- # mathematical data about your results.
- # reverse_relation_filters: Reverse relation filters allow you to
- # filter the result of a relation, and use that filter to affect the returned root
- # elements.
- (
- Int64Bit, :
- ID, :
- Datetime, :
- Datetime, :
- String, :
- String, :
- Int64Bit, :
- MacAddress, :
- Text, :
- Int, :
- Int, :
- String, :
- Boolean, :
- Paginator, :
- Sorter], : [
- Search], : [
- String, :
- GeneralSearchMode, :
- Aggregator], : [
- ReverseRelationFilter] : [
- ): DeviceInterfaceMappingConnection!
- # DHCP server credentials.
- #
- # Arguments
- # id: The ID of the entity.
- # sonar_unique_id: An ID that uniquely identifies this entity
- # across the whole Sonar system.
- # created_at: The date and time this entity was created.
- # updated_at: The last date and time this entity was modified.
- # _version: A string that shows the version of this entity. It
- # will be incremented whenever the entity is modified.
- # credential: A credential for a `DhcpServer`.
- # dhcp_server_id: The ID of a `DhcpServer`.
- # value: The value of a credential for a `DhcpServer`.
- # paginator: Provides the ability to paginate through results.
- # sorter: Provides the ability to sort results.
- # search: Complex search parameters.
- # general_search: Search across all string fields with partial
- # matching.
- # general_search_mode: The mode to use for general search
- # requests.
- # aggregation: Provides the ability to return aggregated
- # mathematical data about your results.
- # reverse_relation_filters: Reverse relation filters allow you to
- # filter the result of a relation, and use that filter to affect the returned root
- # elements.
- (
- Int64Bit, :
- ID, :
- Datetime, :
- Datetime, :
- String, :
- DhcpServerAuthenticationCredential, :
- Int64Bit, :
- String, :
- Paginator, :
- Sorter], : [
- Search], : [
- String, :
- GeneralSearchMode, :
- Aggregator], : [
- ReverseRelationFilter] : [
- ): DhcpServerCredentialConnection!
- # DHCP sever identifiers.
- #
- # Arguments
- # id: The ID of the entity.
- # sonar_unique_id: An ID that uniquely identifies this entity
- # across the whole Sonar system.
- # created_at: The date and time this entity was created.
- # updated_at: The last date and time this entity was modified.
- # _version: A string that shows the version of this entity. It
- # will be incremented whenever the entity is modified.
- # name: A descriptive name.
- # paginator: Provides the ability to paginate through results.
- # sorter: Provides the ability to sort results.
- # search: Complex search parameters.
- # general_search: Search across all string fields with partial
- # matching.
- # general_search_mode: The mode to use for general search
- # requests.
- # aggregation: Provides the ability to return aggregated
- # mathematical data about your results.
- # reverse_relation_filters: Reverse relation filters allow you to
- # filter the result of a relation, and use that filter to affect the returned root
- # elements.
- (
- Int64Bit, :
- ID, :
- Datetime, :
- Datetime, :
- String, :
- String, :
- Paginator, :
- Sorter], : [
- Search], : [
- String, :
- GeneralSearchMode, :
- Aggregator], : [
- ReverseRelationFilter] : [
- ): DhcpServerIdentifierConnection!
- # DHCP servers.
- #
- # Arguments
- # id: The ID of the entity.
- # sonar_unique_id: An ID that uniquely identifies this entity
- # across the whole Sonar system.
- # created_at: The date and time this entity was created.
- # updated_at: The last date and time this entity was modified.
- # _version: A string that shows the version of this entity. It
- # will be incremented whenever the entity is modified.
- # api_key: An API key.
- # enabled: Whether or not this is enabled.
- # ip_address: An IPv4/IPv6 address.
- # last_synchronized: The date and time this device was last
- # synchronized.
- # name: A descriptive name.
- # port: A TCP port.
- # serves_all_pools: Does this `DhcpServer` provide DHCP for all
- # IP pools?
- # status: The status.
- # status_message: A message describing what caused the current
- # status of this device.
- # synchronization_queued: Whether or not a synchronization
- # request is queued.
- # synchronization_start: The date/time that synchronization
- # started.
- # type: The type.
- # use_source_mac_address: If this is `true`, then Sonar will use
- # the MAC address of the DHCP relay rather than the MAC address of the requesting
- # device when writing a lease. This should generally be disabled unless you have a
- # specific reason to enable it.
- # paginator: Provides the ability to paginate through results.
- # sorter: Provides the ability to sort results.
- # search: Complex search parameters.
- # general_search: Search across all string fields with partial
- # matching.
- # general_search_mode: The mode to use for general search
- # requests.
- # aggregation: Provides the ability to return aggregated
- # mathematical data about your results.
- # reverse_relation_filters: Reverse relation filters allow you to
- # filter the result of a relation, and use that filter to affect the returned root
- # elements.
- (
- Int64Bit, :
- ID, :
- Datetime, :
- Datetime, :
- String, :
- String, :
- Boolean, :
- IP, :
- Datetime, :
- String, :
- Port, :
- Boolean, :
- ProvisioningDeviceStatus, :
- String, :
- Boolean, :
- Datetime, :
- DhcpServerType, :
- Boolean, :
- Paginator, :
- Sorter], : [
- Search], : [
- String, :
- GeneralSearchMode, :
- Aggregator], : [
- ReverseRelationFilter] : [
- ): DhcpServerConnection!
- # DID assignment histories.
- #
- # Arguments
- # id: The ID of the entity.
- # sonar_unique_id: An ID that uniquely identifies this entity
- # across the whole Sonar system.
- # created_at: The date and time this entity was created.
- # updated_at: The last date and time this entity was modified.
- # _version: A string that shows the version of this entity. It
- # will be incremented whenever the entity is modified.
- # account_id: The ID of an Account.
- # assigned_datetime: The date and time of assignment.
- # did_assignment_id: The ID of a `DidAssignment`.
- # did_id: The ID of a `Did`.
- # removed_datetime: The date and time of removal.
- # service_id: The ID of a Service.
- # paginator: Provides the ability to paginate through results.
- # sorter: Provides the ability to sort results.
- # search: Complex search parameters.
- # general_search: Search across all string fields with partial
- # matching.
- # general_search_mode: The mode to use for general search
- # requests.
- # aggregation: Provides the ability to return aggregated
- # mathematical data about your results.
- # reverse_relation_filters: Reverse relation filters allow you to
- # filter the result of a relation, and use that filter to affect the returned root
- # elements.
- (
- Int64Bit, :
- ID, :
- Datetime, :
- Datetime, :
- String, :
- Int64Bit, :
- Datetime, :
- Int64Bit, :
- Int64Bit, :
- Datetime, :
- Int64Bit, :
- Paginator, :
- Sorter], : [
- Search], : [
- String, :
- GeneralSearchMode, :
- Aggregator], : [
- ReverseRelationFilter] : [
- ): DidAssignmentHistoryConnection!
- # DID assignments.
- #
- # Arguments
- # id: The ID of the entity.
- # sonar_unique_id: An ID that uniquely identifies this entity
- # across the whole Sonar system.
- # created_at: The date and time this entity was created.
- # updated_at: The last date and time this entity was modified.
- # _version: A string that shows the version of this entity. It
- # will be incremented whenever the entity is modified.
- # account_id: The ID of an Account.
- # did_id: The ID of a `Did`.
- # service_id: The ID of a Service.
- # paginator: Provides the ability to paginate through results.
- # sorter: Provides the ability to sort results.
- # search: Complex search parameters.
- # general_search: Search across all string fields with partial
- # matching.
- # general_search_mode: The mode to use for general search
- # requests.
- # aggregation: Provides the ability to return aggregated
- # mathematical data about your results.
- # reverse_relation_filters: Reverse relation filters allow you to
- # filter the result of a relation, and use that filter to affect the returned root
- # elements.
- (
- Int64Bit, :
- ID, :
- Datetime, :
- Datetime, :
- String, :
- Int64Bit, :
- Int64Bit, :
- Int64Bit, :
- Paginator, :
- Sorter], : [
- Search], : [
- String, :
- GeneralSearchMode, :
- Aggregator], : [
- ReverseRelationFilter] : [
- ): DidAssignmentConnection!
- # DID Import Recipes.
- #
- # Arguments
- # id: The ID of the entity.
- # sonar_unique_id: An ID that uniquely identifies this entity
- # across the whole Sonar system.
- # created_at: The date and time this entity was created.
- # updated_at: The last date and time this entity was modified.
- # _version: A string that shows the version of this entity. It
- # will be incremented whenever the entity is modified.
- # clean_records: How many records passed validation checks during
- # import.
- # errors: Any errors encountered for this import.
- # failed_records: How many records did not pass validation checks
- # during import.
- # flatfile_batch_identifier: The identifier of a unique batch at
- # Flatfile.
- # hash: A hash of the data content of an import.
- # progress: The progress of an import as a percentage.
- # rate_center_id: The ID of a `RateCenter`.
- # start_datetime: The start date and time for the import.
- # status: The status.
- # user_id: The ID of a User.
- # voice_provider_id: The ID of a `VoiceProvider`.
- # paginator: Provides the ability to paginate through results.
- # sorter: Provides the ability to sort results.
- # search: Complex search parameters.
- # general_search: Search across all string fields with partial
- # matching.
- # general_search_mode: The mode to use for general search
- # requests.
- # aggregation: Provides the ability to return aggregated
- # mathematical data about your results.
- # reverse_relation_filters: Reverse relation filters allow you to
- # filter the result of a relation, and use that filter to affect the returned root
- # elements.
- (
- Int64Bit, :
- ID, :
- Datetime, :
- Datetime, :
- String, :
- Int, :
- Clob, :
- Int, :
- String, :
- String, :
- Int, :
- Int64Bit, :
- Datetime, :
- ImportStatus, :
- Int64Bit, :
- Int64Bit, :
- Paginator, :
- Sorter], : [
- Search], : [
- String, :
- GeneralSearchMode, :
- Aggregator], : [
- ReverseRelationFilter] : [
- ): DidImportRecipeConnection!
- # DIDs.
- #
- # Arguments
- # id: The ID of the entity.
- # sonar_unique_id: An ID that uniquely identifies this entity
- # across the whole Sonar system.
- # created_at: The date and time this entity was created.
- # updated_at: The last date and time this entity was modified.
- # _version: A string that shows the version of this entity. It
- # will be incremented whenever the entity is modified.
- # number: The number.
- # rate_center_id: The ID of a `RateCenter`.
- # voice_provider_id: The ID of a `VoiceProvider`.
- # paginator: Provides the ability to paginate through results.
- # sorter: Provides the ability to sort results.
- # search: Complex search parameters.
- # general_search: Search across all string fields with partial
- # matching.
- # general_search_mode: The mode to use for general search
- # requests.
- # aggregation: Provides the ability to return aggregated
- # mathematical data about your results.
- # reverse_relation_filters: Reverse relation filters allow you to
- # filter the result of a relation, and use that filter to affect the returned root
- # elements.
- (
- Int64Bit, :
- ID, :
- Datetime, :
- Datetime, :
- String, :
- String, :
- Int64Bit, :
- Int64Bit, :
- Paginator, :
- Sorter], : [
- Search], : [
- String, :
- GeneralSearchMode, :
- Aggregator], : [
- ReverseRelationFilter] : [
- ): DidConnection!
- # Disconnection logs.
- #
- # Arguments
- # id: The ID of the entity.
- # sonar_unique_id: An ID that uniquely identifies this entity
- # across the whole Sonar system.
- # created_at: The date and time this entity was created.
- # updated_at: The last date and time this entity was modified.
- # _version: A string that shows the version of this entity. It
- # will be incremented whenever the entity is modified.
- # account_id: The ID of an Account.
- # disconnected_at: The date and time that the account was
- # disconnected.
- # disconnected_by_user_id: The `User` that disconnected the
- # `Account`.
- # serviceable_address_id: The ID of the serviceable address to
- # use for this account.
- # serviceable_address_reference_record: The deleted address
- # object, as a formatted single line, that was disconnected. Used for historical
- # reporting when address is deleted.
- # paginator: Provides the ability to paginate through results.
- # sorter: Provides the ability to sort results.
- # search: Complex search parameters.
- # general_search: Search across all string fields with partial
- # matching.
- # general_search_mode: The mode to use for general search
- # requests.
- # aggregation: Provides the ability to return aggregated
- # mathematical data about your results.
- # reverse_relation_filters: Reverse relation filters allow you to
- # filter the result of a relation, and use that filter to affect the returned root
- # elements.
- (
- Int64Bit, :
- ID, :
- Datetime, :
- Datetime, :
- String, :
- Int64Bit, :
- Datetime, :
- Int64Bit, :
- Int64Bit, :
- Text, :
- Paginator, :
- Sorter], : [
- Search], : [
- String, :
- GeneralSearchMode, :
- Aggregator], : [
- ReverseRelationFilter] : [
- ): DisconnectionLogConnection!
- # Discounts.
- #
- # Arguments
- # id: The ID of the entity.
- # sonar_unique_id: An ID that uniquely identifies this entity
- # across the whole Sonar system.
- # created_at: The date and time this entity was created.
- # updated_at: The last date and time this entity was modified.
- # _version: A string that shows the version of this entity. It
- # will be incremented whenever the entity is modified.
- # account_id: The ID of an Account.
- # amount: The amount of the `Discount`.
- # amount_remaining: The amount remaining that can be used.
- # company_id: The ID of the company that this entity operates
- # under.
- # debit_id: If this discount was created due to reversal of a
- # `Debit`, this field will link to the reversed `Debit`.
- # description: A human readable description.
- # general_ledger_code: A general ledger code.
- # general_ledger_code_description: A general ledger code
- # description.
- # minutes: The total number of minutes.
- # prorated_from: The date this transaction was prorated from.
- # prorated_to: The date this transaction was prorated to.
- # quantity: The quantity for this service.
- # quantity_prorated_from: The quantity the associated service had
- # before the quantity was changed and prorated.
- # quantity_prorated_to: The quantity the associated service was
- # changed to when the quantity was changed and prorated.
- # reversed: Whether or not this has been reversed.
- # reversed_at: When this was reversed.
- # reversed_by_user_id: The user ID that reversed this.
- # service_id: The ID of a Service.
- # service_name: The name of a service.
- # service_transaction_type: The type of transaction on this
- # service.
- # tax_committed: Whether this entity's taxes have been committed
- # or not.
- # tax_provider_id: The ID of an `TaxProvider`.
- # type: The type.
- # user_id: The ID of the user who created this transaction.
- # paginator: Provides the ability to paginate through results.
- # sorter: Provides the ability to sort results.
- # search: Complex search parameters.
- # general_search: Search across all string fields with partial
- # matching.
- # general_search_mode: The mode to use for general search
- # requests.
- # aggregation: Provides the ability to return aggregated
- # mathematical data about your results.
- # reverse_relation_filters: Reverse relation filters allow you to
- # filter the result of a relation, and use that filter to affect the returned root
- # elements.
- (
- Int64Bit, :
- ID, :
- Datetime, :
- Datetime, :
- String, :
- Int64Bit, :
- Int, :
- Int, :
- Int64Bit, :
- Int64Bit, :
- String, :
- String, :
- String, :
- Float, :
- Date, :
- Date, :
- Int, :
- Int, :
- Int, :
- Boolean, :
- Datetime, :
- Int64Bit, :
- Int64Bit, :
- String, :
- ServiceTransactionType, :
- Boolean, :
- Int64Bit, :
- ServiceType, :
- Int64Bit, :
- Paginator, :
- Sorter], : [
- Search], : [
- String, :
- GeneralSearchMode, :
- Aggregator], : [
- ReverseRelationFilter] : [
- ): DiscountConnection!
- # Drive times.
- #
- # Arguments
- # locations: fields.drive_time_locations
- DriveTimeLocation]!): DriveTimeResultWrapper ( : [
- # Validate contact email address.
- #
- # Arguments
- # email_address: An email address.
- # check_if_available: If true, this checks if the contact does
- # not have a username. If this is false, then it will check if the account has a
- # username.
- (
- String!, :
- Boolean :
- ): Contact!
- # Email categories are associated with contacts, and define the types of emails
- # those contacts receive. The "default" property determines whether or not the
- # category is added to newly created contacts by default.
- #
- # Arguments
- # id: The ID of the entity.
- # sonar_unique_id: An ID that uniquely identifies this entity
- # across the whole Sonar system.
- # created_at: The date and time this entity was created.
- # updated_at: The last date and time this entity was modified.
- # _version: A string that shows the version of this entity. It
- # will be incremented whenever the entity is modified.
- # default: Whether or not this entity is a default entry.
- # name: A descriptive name.
- # paginator: Provides the ability to paginate through results.
- # sorter: Provides the ability to sort results.
- # search: Complex search parameters.
- # general_search: Search across all string fields with partial
- # matching.
- # general_search_mode: The mode to use for general search
- # requests.
- # aggregation: Provides the ability to return aggregated
- # mathematical data about your results.
- # reverse_relation_filters: Reverse relation filters allow you to
- # filter the result of a relation, and use that filter to affect the returned root
- # elements.
- (
- Int64Bit, :
- ID, :
- Datetime, :
- Datetime, :
- String, :
- Boolean, :
- String, :
- Paginator, :
- Sorter], : [
- Search], : [
- String, :
- GeneralSearchMode, :
- Aggregator], : [
- ReverseRelationFilter] : [
- ): EmailCategoryConnection!
- # All clicks for each sent email.
- #
- # Arguments
- # id: The ID of the entity.
- # sonar_unique_id: An ID that uniquely identifies this entity
- # across the whole Sonar system.
- # created_at: The date and time this entity was created.
- # updated_at: The last date and time this entity was modified.
- # _version: A string that shows the version of this entity. It
- # will be incremented whenever the entity is modified.
- # email_id: The ID of an email.
- # email_location_id: The ID of a location associated with a
- # record in EmailClick and EmailOpen.
- # event_datetime: The date and time of an event sent from
- # Mandrill
- # ip: An IPv4/IPv6 address.
- # url: The URL that a user clicked on in a sent email.
- # user_agent: The user agent string of a user that opened or
- # clicked on a sent email.
- # paginator: Provides the ability to paginate through results.
- # sorter: Provides the ability to sort results.
- # search: Complex search parameters.
- # general_search: Search across all string fields with partial
- # matching.
- # general_search_mode: The mode to use for general search
- # requests.
- # aggregation: Provides the ability to return aggregated
- # mathematical data about your results.
- # reverse_relation_filters: Reverse relation filters allow you to
- # filter the result of a relation, and use that filter to affect the returned root
- # elements.
- (
- Int64Bit, :
- ID, :
- Datetime, :
- Datetime, :
- String, :
- Int64Bit, :
- Int64Bit, :
- Datetime, :
- IP, :
- URL, :
- String, :
- Paginator, :
- Sorter], : [
- Search], : [
- String, :
- GeneralSearchMode, :
- Aggregator], : [
- ReverseRelationFilter] : [
- ): EmailClickConnection!
- # Email domains.
- #
- # Arguments
- # id: The ID of the entity.
- # sonar_unique_id: An ID that uniquely identifies this entity
- # across the whole Sonar system.
- # created_at: The date and time this entity was created.
- # updated_at: The last date and time this entity was modified.
- # _version: A string that shows the version of this entity. It
- # will be incremented whenever the entity is modified.
- # dkim: Whether or not the DKIM record is valid.
- # dns_requirements: The DNS requirements for domain validation.
- # domain: A domain name.
- # provider_domain_id: The domain ID from the email provider.
- # ready_for_migration: Indicates that the domain has been
- # verified for migration.
- # spf: Whether or not the SPF record is valid.
- # verified: Whether or not the record is verified.
- # paginator: Provides the ability to paginate through results.
- # sorter: Provides the ability to sort results.
- # search: Complex search parameters.
- # general_search: Search across all string fields with partial
- # matching.
- # general_search_mode: The mode to use for general search
- # requests.
- # aggregation: Provides the ability to return aggregated
- # mathematical data about your results.
- # reverse_relation_filters: Reverse relation filters allow you to
- # filter the result of a relation, and use that filter to affect the returned root
- # elements.
- (
- Int64Bit, :
- ID, :
- Datetime, :
- Datetime, :
- String, :
- Boolean, :
- String, :
- DomainName, :
- Int64Bit, :
- Boolean, :
- Boolean, :
- Boolean, :
- Paginator, :
- Sorter], : [
- Search], : [
- String, :
- GeneralSearchMode, :
- Aggregator], : [
- ReverseRelationFilter] : [
- ): EmailDomainConnection!
- # Get a list of all locations saved for opened and clicked emails.
- #
- # Arguments
- # id: The ID of the entity.
- # sonar_unique_id: An ID that uniquely identifies this entity
- # across the whole Sonar system.
- # created_at: The date and time this entity was created.
- # updated_at: The last date and time this entity was modified.
- # _version: A string that shows the version of this entity. It
- # will be incremented whenever the entity is modified.
- # city: A city.
- # country: A two character country code.
- # latitude: A decimal latitude.
- # longitude: A decimal longitude.
- # postal_code: The zip code of an email location sent by a
- # Mandrill event.
- # timezone: The timezone you want times in the system displayed
- # in.
- # paginator: Provides the ability to paginate through results.
- # sorter: Provides the ability to sort results.
- # search: Complex search parameters.
- # general_search: Search across all string fields with partial
- # matching.
- # general_search_mode: The mode to use for general search
- # requests.
- # aggregation: Provides the ability to return aggregated
- # mathematical data about your results.
- # reverse_relation_filters: Reverse relation filters allow you to
- # filter the result of a relation, and use that filter to affect the returned root
- # elements.
- (
- Int64Bit, :
- ID, :
- Datetime, :
- Datetime, :
- String, :
- String, :
- String, :
- Latitude, :
- Longitude, :
- String, :
- String, :
- Paginator, :
- Sorter], : [
- Search], : [
- String, :
- GeneralSearchMode, :
- Aggregator], : [
- ReverseRelationFilter] : [
- ): EmailLocationConnection!
- # Localized email message details for an EmailMessage container.
- #
- # Arguments
- # id: The ID of the entity.
- # sonar_unique_id: An ID that uniquely identifies this entity
- # across the whole Sonar system.
- # created_at: The date and time this entity was created.
- # updated_at: The last date and time this entity was modified.
- # _version: A string that shows the version of this entity. It
- # will be incremented whenever the entity is modified.
- # body: The body.
- # email_message_id: The ID of an EmailMessage.
- # inbox_preview: A short sentence that will be shown as a preview
- # in compatible email clients.
- # language: A supported language.
- # subject: The subject.
- # paginator: Provides the ability to paginate through results.
- # sorter: Provides the ability to sort results.
- # search: Complex search parameters.
- # general_search: Search across all string fields with partial
- # matching.
- # general_search_mode: The mode to use for general search
- # requests.
- # aggregation: Provides the ability to return aggregated
- # mathematical data about your results.
- # reverse_relation_filters: Reverse relation filters allow you to
- # filter the result of a relation, and use that filter to affect the returned root
- # elements.
- (
- Int64Bit, :
- ID, :
- Datetime, :
- Datetime, :
- String, :
- Text, :
- Int64Bit, :
- String, :
- Language, :
- String, :
- Paginator, :
- Sorter], : [
- Search], : [
- String, :
- GeneralSearchMode, :
- Aggregator], : [
- ReverseRelationFilter] : [
- ): EmailMessageContentConnection!
- # Email message templates.
- #
- # Arguments
- # id: The ID of the entity.
- # sonar_unique_id: An ID that uniquely identifies this entity
- # across the whole Sonar system.
- # created_at: The date and time this entity was created.
- # updated_at: The last date and time this entity was modified.
- # _version: A string that shows the version of this entity. It
- # will be incremented whenever the entity is modified.
- # from_email_address: The email address to send from when using
- # this email message. If `null`, then the system default will be used.
- # from_name: The name to send from when using this email message.
- # If `null`, then the system default will be used.
- # name: A descriptive name.
- # saved_message_category_id: ID of the Saved Message Category.
- # paginator: Provides the ability to paginate through results.
- # sorter: Provides the ability to sort results.
- # search: Complex search parameters.
- # general_search: Search across all string fields with partial
- # matching.
- # general_search_mode: The mode to use for general search
- # requests.
- # aggregation: Provides the ability to return aggregated
- # mathematical data about your results.
- # reverse_relation_filters: Reverse relation filters allow you to
- # filter the result of a relation, and use that filter to affect the returned root
- # elements.
- (
- Int64Bit, :
- ID, :
- Datetime, :
- Datetime, :
- String, :
- EmailAddress, :
- String, :
- String, :
- Int64Bit, :
- Paginator, :
- Sorter], : [
- Search], : [
- String, :
- GeneralSearchMode, :
- Aggregator], : [
- ReverseRelationFilter] : [
- ): EmailMessageConnection!
- # All opens for each sent email.
- #
- # Arguments
- # id: The ID of the entity.
- # sonar_unique_id: An ID that uniquely identifies this entity
- # across the whole Sonar system.
- # created_at: The date and time this entity was created.
- # updated_at: The last date and time this entity was modified.
- # _version: A string that shows the version of this entity. It
- # will be incremented whenever the entity is modified.
- # email_id: The ID of an email.
- # email_location_id: The ID of a location associated with a
- # record in EmailClick and EmailOpen.
- # event_datetime: The date and time of an event sent from
- # Mandrill
- # ip: An IPv4/IPv6 address.
- # user_agent: The user agent string of a user that opened or
- # clicked on a sent email.
- # paginator: Provides the ability to paginate through results.
- # sorter: Provides the ability to sort results.
- # search: Complex search parameters.
- # general_search: Search across all string fields with partial
- # matching.
- # general_search_mode: The mode to use for general search
- # requests.
- # aggregation: Provides the ability to return aggregated
- # mathematical data about your results.
- # reverse_relation_filters: Reverse relation filters allow you to
- # filter the result of a relation, and use that filter to affect the returned root
- # elements.
- (
- Int64Bit, :
- ID, :
- Datetime, :
- Datetime, :
- String, :
- Int64Bit, :
- Int64Bit, :
- Datetime, :
- IP, :
- String, :
- Paginator, :
- Sorter], : [
- Search], : [
- String, :
- GeneralSearchMode, :
- Aggregator], : [
- ReverseRelationFilter] : [
- ): EmailOpenConnection!
- # Get a list of valid email variables for a specific email trigger.
- #
- # Arguments
- # trigger: The event that triggers a specific `Email`.
- EmailTrigger): [EmailVariable] ( :
- # Emails that have been sent.
- #
- # Arguments
- # id: The ID of the entity.
- # sonar_unique_id: An ID that uniquely identifies this entity
- # across the whole Sonar system.
- # created_at: The date and time this entity was created.
- # updated_at: The last date and time this entity was modified.
- # _version: A string that shows the version of this entity. It
- # will be incremented whenever the entity is modified.
- # body: The body.
- # email_address: An email address.
- # emailable_id: The ID of the entity that this email was sent to.
- # emailable_type: The type of entity that this email was sent to.
- # reject_reason: If rejected, the reason for rejection.
- # status: The status.
- # subject: The subject.
- # to_name: The name of the recipient.
- # paginator: Provides the ability to paginate through results.
- # sorter: Provides the ability to sort results.
- # search: Complex search parameters.
- # general_search: Search across all string fields with partial
- # matching.
- # general_search_mode: The mode to use for general search
- # requests.
- # aggregation: Provides the ability to return aggregated
- # mathematical data about your results.
- # reverse_relation_filters: Reverse relation filters allow you to
- # filter the result of a relation, and use that filter to affect the returned root
- # elements.
- (
- Int64Bit, :
- ID, :
- Datetime, :
- Datetime, :
- String, :
- Text, :
- EmailAddress, :
- Int64Bit, :
- EmailableType, :
- String, :
- EmailStatus, :
- String, :
- String, :
- Paginator, :
- Sorter], : [
- Search], : [
- String, :
- GeneralSearchMode, :
- Aggregator], : [
- ReverseRelationFilter] : [
- ): EmailConnection!
- # LTE EPCs.
- #
- # Arguments
- # id: The ID of the entity.
- # sonar_unique_id: An ID that uniquely identifies this entity
- # across the whole Sonar system.
- # created_at: The date and time this entity was created.
- # updated_at: The last date and time this entity was modified.
- # _version: A string that shows the version of this entity. It
- # will be incremented whenever the entity is modified.
- # identifier: The identifier used by the EPC, this is typically
- # numeric.
- # name: A descriptive name.
- # paginator: Provides the ability to paginate through results.
- # sorter: Provides the ability to sort results.
- # search: Complex search parameters.
- # general_search: Search across all string fields with partial
- # matching.
- # general_search_mode: The mode to use for general search
- # requests.
- # aggregation: Provides the ability to return aggregated
- # mathematical data about your results.
- # reverse_relation_filters: Reverse relation filters allow you to
- # filter the result of a relation, and use that filter to affect the returned root
- # elements.
- (
- Int64Bit, :
- ID, :
- Datetime, :
- Datetime, :
- String, :
- String, :
- String, :
- Paginator, :
- Sorter], : [
- Search], : [
- String, :
- GeneralSearchMode, :
- Aggregator], : [
- ReverseRelationFilter] : [
- ): EpcConnection!
- # Details related to an expiring service.
- #
- # Arguments
- # id: The ID of the entity.
- # sonar_unique_id: An ID that uniquely identifies this entity
- # across the whole Sonar system.
- # created_at: The date and time this entity was created.
- # updated_at: The last date and time this entity was modified.
- # _version: A string that shows the version of this entity. It
- # will be incremented whenever the entity is modified.
- # billing_frequency: How often this service bills, in months.
- # service_id: The ID of a Service.
- # times_to_run: The number of times this expiring service should
- # run.
- # paginator: Provides the ability to paginate through results.
- # sorter: Provides the ability to sort results.
- # search: Complex search parameters.
- # general_search: Search across all string fields with partial
- # matching.
- # general_search_mode: The mode to use for general search
- # requests.
- # aggregation: Provides the ability to return aggregated
- # mathematical data about your results.
- # reverse_relation_filters: Reverse relation filters allow you to
- # filter the result of a relation, and use that filter to affect the returned root
- # elements.
- (
- Int64Bit, :
- ID, :
- Datetime, :
- Datetime, :
- String, :
- Int, :
- Int64Bit, :
- Int, :
- Paginator, :
- Sorter], : [
- Search], : [
- String, :
- GeneralSearchMode, :
- Aggregator], : [
- ReverseRelationFilter] : [
- ): ExpiringServiceDetailConnection!
- # External marketing provider credentials.
- #
- # Arguments
- # id: The ID of the entity.
- # sonar_unique_id: An ID that uniquely identifies this entity
- # across the whole Sonar system.
- # created_at: The date and time this entity was created.
- # updated_at: The last date and time this entity was modified.
- # _version: A string that shows the version of this entity. It
- # will be incremented whenever the entity is modified.
- # external_marketing_provider_id: The ID of an
- # `ExternalMarketingProvider`.
- # key: Key for a specific value.
- # value: The value.
- # paginator: Provides the ability to paginate through results.
- # sorter: Provides the ability to sort results.
- # search: Complex search parameters.
- # general_search: Search across all string fields with partial
- # matching.
- # general_search_mode: The mode to use for general search
- # requests.
- # aggregation: Provides the ability to return aggregated
- # mathematical data about your results.
- # reverse_relation_filters: Reverse relation filters allow you to
- # filter the result of a relation, and use that filter to affect the returned root
- # elements.
- (
- Int64Bit, :
- ID, :
- Datetime, :
- Datetime, :
- String, :
- Int64Bit, :
- ExternalMarketingProviderAuthCredential, :
- String, :
- Paginator, :
- Sorter], : [
- Search], : [
- String, :
- GeneralSearchMode, :
- Aggregator], : [
- ReverseRelationFilter] : [
- ): ExternalMarketingProviderCredentialConnection!
- # External marketing providers.
- #
- # Arguments
- # id: The ID of the entity.
- # sonar_unique_id: An ID that uniquely identifies this entity
- # across the whole Sonar system.
- # created_at: The date and time this entity was created.
- # updated_at: The last date and time this entity was modified.
- # _version: A string that shows the version of this entity. It
- # will be incremented whenever the entity is modified.
- # enabled: Whether or not this is enabled.
- # provider: The `ExternalMarketingProviderType` for 3rd party
- # external marketing integration.
- # paginator: Provides the ability to paginate through results.
- # sorter: Provides the ability to sort results.
- # search: Complex search parameters.
- # general_search: Search across all string fields with partial
- # matching.
- # general_search_mode: The mode to use for general search
- # requests.
- # aggregation: Provides the ability to return aggregated
- # mathematical data about your results.
- # reverse_relation_filters: Reverse relation filters allow you to
- # filter the result of a relation, and use that filter to affect the returned root
- # elements.
- (
- Int64Bit, :
- ID, :
- Datetime, :
- Datetime, :
- String, :
- Boolean, :
- ExternalMarketingProviderType, :
- Paginator, :
- Sorter], : [
- Search], : [
- String, :
- GeneralSearchMode, :
- Aggregator], : [
- ReverseRelationFilter] : [
- ): ExternalMarketingProviderConnection!
- # The generated FCC Form 477 report.
- #
- # Arguments
- # id: The ID of the entity.
- # sonar_unique_id: An ID that uniquely identifies this entity
- # across the whole Sonar system.
- # created_at: The date and time this entity was created.
- # updated_at: The last date and time this entity was modified.
- # _version: A string that shows the version of this entity. It
- # will be incremented whenever the entity is modified.
- # date: A date
- # format: The format of the reporting for FCC Form 477.
- # user_id: The ID of a User.
- # paginator: Provides the ability to paginate through results.
- # sorter: Provides the ability to sort results.
- # search: Complex search parameters.
- # general_search: Search across all string fields with partial
- # matching.
- # general_search_mode: The mode to use for general search
- # requests.
- # aggregation: Provides the ability to return aggregated
- # mathematical data about your results.
- # reverse_relation_filters: Reverse relation filters allow you to
- # filter the result of a relation, and use that filter to affect the returned root
- # elements.
- (
- Int64Bit, :
- ID, :
- Datetime, :
- Datetime, :
- String, :
- Date, :
- FccForm477Format, :
- Int64Bit, :
- Paginator, :
- Sorter], : [
- Search], : [
- String, :
- GeneralSearchMode, :
- Aggregator], : [
- ReverseRelationFilter] : [
- ): FccForm477ReportConnection!
- # FiberMap integrations.
- #
- # Arguments
- # id: The ID of the entity.
- # sonar_unique_id: An ID that uniquely identifies this entity
- # across the whole Sonar system.
- # created_at: The date and time this entity was created.
- # updated_at: The last date and time this entity was modified.
- # _version: A string that shows the version of this entity. It
- # will be incremented whenever the entity is modified.
- # account_status_id: The ID of an AccountStatus.
- # account_type_id: The ID of an AccountType.
- # always_create_new_network_sites: Always create new network
- # sites
- # api_token: An API token.
- # company_id: The ID of the company that this entity operates
- # under.
- # enabled: Whether or not this is enabled.
- # import_accounts_and_contacts: Import plans and contacts
- # import_serviceable_addresses: Import serviceable addresses
- # last_synchronized: The date and time this device was last
- # synchronized.
- # name: A descriptive name.
- # status: The status.
- # status_message: A message describing what caused the current
- # status of this device.
- # synchronization_queued: Whether or not a synchronization
- # request is queued.
- # synchronization_start: The date/time that synchronization
- # started.
- # paginator: Provides the ability to paginate through results.
- # sorter: Provides the ability to sort results.
- # search: Complex search parameters.
- # general_search: Search across all string fields with partial
- # matching.
- # general_search_mode: The mode to use for general search
- # requests.
- # aggregation: Provides the ability to return aggregated
- # mathematical data about your results.
- # reverse_relation_filters: Reverse relation filters allow you to
- # filter the result of a relation, and use that filter to affect the returned root
- # elements.
- (
- Int64Bit, :
- ID, :
- Datetime, :
- Datetime, :
- String, :
- Int64Bit, :
- Int64Bit, :
- Boolean, :
- String, :
- Int64Bit, :
- Boolean, :
- Boolean, :
- Boolean, :
- Datetime, :
- String, :
- ProvisioningDeviceStatus, :
- String, :
- Boolean, :
- Datetime, :
- Paginator, :
- Sorter], : [
- Search], : [
- String, :
- GeneralSearchMode, :
- Aggregator], : [
- ReverseRelationFilter] : [
- ): FibermapIntegrationConnection!
- # FiberMap plans.
- #
- # Arguments
- # id: The ID of the entity.
- # sonar_unique_id: An ID that uniquely identifies this entity
- # across the whole Sonar system.
- # created_at: The date and time this entity was created.
- # updated_at: The last date and time this entity was modified.
- # _version: A string that shows the version of this entity. It
- # will be incremented whenever the entity is modified.
- # build: Build
- # country: A two character country code.
- # drop: Drop
- # fibermap_integration_id: FiberMap integration ID
- # fibermap_plan_id: FiberMap plan ID
- # fibermap_project_id: Fibermap project ID.
- # fibermap_project_name: Fibermap project name.
- # fibermap_updated_at: FiberMap updated at
- # height_in_meters: Height in meters.
- # is_visible: is_visible of the information
- # latitude: A decimal latitude.
- # longitude: A decimal longitude.
- # map_overlay_id: The ID of a map overlay.
- # mapped_at: Mapped at
- # mapping_user: Mapping user
- # name: A descriptive name.
- # network_site_id: Network site id.
- # subdivision: A state, province, or other country subdivision.
- # paginator: Provides the ability to paginate through results.
- # sorter: Provides the ability to sort results.
- # search: Complex search parameters.
- # general_search: Search across all string fields with partial
- # matching.
- # general_search_mode: The mode to use for general search
- # requests.
- # aggregation: Provides the ability to return aggregated
- # mathematical data about your results.
- # reverse_relation_filters: Reverse relation filters allow you to
- # filter the result of a relation, and use that filter to affect the returned root
- # elements.
- (
- Int64Bit, :
- ID, :
- Datetime, :
- Datetime, :
- String, :
- String, :
- String, :
- String, :
- Int64Bit, :
- Int64Bit, :
- Int64Bit, :
- String, :
- Datetime, :
- Int, :
- Boolean, :
- Latitude, :
- Longitude, :
- Int64Bit, :
- Datetime, :
- String, :
- String, :
- Int64Bit, :
- String, :
- Paginator, :
- Sorter], : [
- Search], : [
- String, :
- GeneralSearchMode, :
- Aggregator], : [
- ReverseRelationFilter] : [
- ): FibermapPlanConnection!
- # FiberMap service locations
- #
- # Arguments
- # id: The ID of the entity.
- # sonar_unique_id: An ID that uniquely identifies this entity
- # across the whole Sonar system.
- # created_at: The date and time this entity was created.
- # updated_at: The last date and time this entity was modified.
- # _version: A string that shows the version of this entity. It
- # will be incremented whenever the entity is modified.
- # address_id: The ID of the address.
- # child_properties_json: Child properties JSON
- # child_vetro_id: Child Vetro ID
- # fibermap_integration_id: FiberMap integration ID
- # fibermap_plan_id: FiberMap plan ID
- # is_visible: is_visible of the information
- # properties_json: Properties JSON
- # vetro_id: Vetro ID
- # paginator: Provides the ability to paginate through results.
- # sorter: Provides the ability to sort results.
- # search: Complex search parameters.
- # general_search: Search across all string fields with partial
- # matching.
- # general_search_mode: The mode to use for general search
- # requests.
- # aggregation: Provides the ability to return aggregated
- # mathematical data about your results.
- # reverse_relation_filters: Reverse relation filters allow you to
- # filter the result of a relation, and use that filter to affect the returned root
- # elements.
- (
- Int64Bit, :
- ID, :
- Datetime, :
- Datetime, :
- String, :
- Int64Bit, :
- String, :
- String, :
- Int64Bit, :
- Int64Bit, :
- Boolean, :
- Text, :
- String, :
- Paginator, :
- Sorter], : [
- Search], : [
- String, :
- GeneralSearchMode, :
- Aggregator], : [
- ReverseRelationFilter] : [
- ): FibermapServiceLocationConnection!
- # Files.
- #
- # Arguments
- # id: The ID of the entity.
- # sonar_unique_id: An ID that uniquely identifies this entity
- # across the whole Sonar system.
- # created_at: The date and time this entity was created.
- # updated_at: The last date and time this entity was modified.
- # _version: A string that shows the version of this entity. It
- # will be incremented whenever the entity is modified.
- # description: A human readable description.
- # file_size_in_bytes: The file size, in bytes.
- # fileable_id: The ID of the entity that owns this file.
- # fileable_type: The type of entity that owns this file.
- # filename: The file name.
- # mime_type: The MIME type of the file.
- # primary_image: An image file may be set to the primary image.
- # This will be used as the displayed image for the object that this file is
- # associated to throughout Sonar.
- # user_id: The ID of a User.
- # paginator: Provides the ability to paginate through results.
- # sorter: Provides the ability to sort results.
- # search: Complex search parameters.
- # general_search: Search across all string fields with partial
- # matching.
- # general_search_mode: The mode to use for general search
- # requests.
- # aggregation: Provides the ability to return aggregated
- # mathematical data about your results.
- # reverse_relation_filters: Reverse relation filters allow you to
- # filter the result of a relation, and use that filter to affect the returned root
- # elements.
- (
- Int64Bit, :
- ID, :
- Datetime, :
- Datetime, :
- String, :
- String, :
- Int64Bit, :
- Int64Bit, :
- FileableType, :
- String, :
- String, :
- Boolean, :
- Int64Bit, :
- Paginator, :
- Sorter], : [
- Search], : [
- String, :
- GeneralSearchMode, :
- Aggregator], : [
- ReverseRelationFilter] : [
- ): FileConnection!
- # Find address by fibermap service location.
- #
- # Arguments
- # fibermap_service_location_id: Fibermap service location ID.
- # country: country
- (
- Int64Bit!, :
- String! :
- ): Address!
- # Fractional debits.
- #
- # Arguments
- # id: The ID of the entity.
- # sonar_unique_id: An ID that uniquely identifies this entity
- # across the whole Sonar system.
- # created_at: The date and time this entity was created.
- # updated_at: The last date and time this entity was modified.
- # _version: A string that shows the version of this entity. It
- # will be incremented whenever the entity is modified.
- # amount: The amount, in the smallest currency value (e.g. cents,
- # pence, pesos.)
- # date: A date
- # debit_id: The ID of a `Debit`.
- # paginator: Provides the ability to paginate through results.
- # sorter: Provides the ability to sort results.
- # search: Complex search parameters.
- # general_search: Search across all string fields with partial
- # matching.
- # general_search_mode: The mode to use for general search
- # requests.
- # aggregation: Provides the ability to return aggregated
- # mathematical data about your results.
- # reverse_relation_filters: Reverse relation filters allow you to
- # filter the result of a relation, and use that filter to affect the returned root
- # elements.
- (
- Int64Bit, :
- ID, :
- Datetime, :
- Datetime, :
- String, :
- Int, :
- Date, :
- Int64Bit, :
- Paginator, :
- Sorter], : [
- Search], : [
- String, :
- GeneralSearchMode, :
- Aggregator], : [
- ReverseRelationFilter] : [
- ): FractionalDebitConnection!
- # Fractional tax transactions.
- #
- # Arguments
- # id: The ID of the entity.
- # sonar_unique_id: An ID that uniquely identifies this entity
- # across the whole Sonar system.
- # created_at: The date and time this entity was created.
- # updated_at: The last date and time this entity was modified.
- # _version: A string that shows the version of this entity. It
- # will be incremented whenever the entity is modified.
- # amount: The amount, in the smallest currency value (e.g. cents,
- # pence, pesos.)
- # amount_taxed: The amount of this `Debit` that was taxed.
- # date: A date
- # description: A human readable description.
- # tax_transaction_id: The ID of a `TaxTransactions`.
- # paginator: Provides the ability to paginate through results.
- # sorter: Provides the ability to sort results.
- # search: Complex search parameters.
- # general_search: Search across all string fields with partial
- # matching.
- # general_search_mode: The mode to use for general search
- # requests.
- # aggregation: Provides the ability to return aggregated
- # mathematical data about your results.
- # reverse_relation_filters: Reverse relation filters allow you to
- # filter the result of a relation, and use that filter to affect the returned root
- # elements.
- (
- Int64Bit, :
- ID, :
- Datetime, :
- Datetime, :
- String, :
- Int, :
- Int, :
- Date, :
- String, :
- Int64Bit, :
- Paginator, :
- Sorter], : [
- Search], : [
- String, :
- GeneralSearchMode, :
- Aggregator], : [
- ReverseRelationFilter] : [
- ): FractionalTaxTransactionConnection!
- # General ledger codes.
- #
- # Arguments
- # id: The ID of the entity.
- # sonar_unique_id: An ID that uniquely identifies this entity
- # across the whole Sonar system.
- # created_at: The date and time this entity was created.
- # updated_at: The last date and time this entity was modified.
- # _version: A string that shows the version of this entity. It
- # will be incremented whenever the entity is modified.
- # code: A code.
- # description: A human readable description.
- # paginator: Provides the ability to paginate through results.
- # sorter: Provides the ability to sort results.
- # search: Complex search parameters.
- # general_search: Search across all string fields with partial
- # matching.
- # general_search_mode: The mode to use for general search
- # requests.
- # aggregation: Provides the ability to return aggregated
- # mathematical data about your results.
- # reverse_relation_filters: Reverse relation filters allow you to
- # filter the result of a relation, and use that filter to affect the returned root
- # elements.
- (
- Int64Bit, :
- ID, :
- Datetime, :
- Datetime, :
- String, :
- String, :
- String, :
- Paginator, :
- Sorter], : [
- Search], : [
- String, :
- GeneralSearchMode, :
- Aggregator], : [
- ReverseRelationFilter] : [
- ): GeneralLedgerCodeConnection!
- # This query provides the ability to perform a general, partial matching search
- # across various entities at the same time.
- #
- # Arguments
- # paginator: Provides the ability to paginate through results.
- # entities: fields.general_search_entities
- # search: fields.general_search_search
- (
- Paginator, :
- String]!, : [
- String! :
- ): GeneralSearchConnection!
- # Generic inventory assignees.
- #
- # Arguments
- # id: The ID of the entity.
- # sonar_unique_id: An ID that uniquely identifies this entity
- # across the whole Sonar system.
- # created_at: The date and time this entity was created.
- # updated_at: The last date and time this entity was modified.
- # _version: A string that shows the version of this entity. It
- # will be incremented whenever the entity is modified.
- # name: A descriptive name.
- # paginator: Provides the ability to paginate through results.
- # sorter: Provides the ability to sort results.
- # search: Complex search parameters.
- # general_search: Search across all string fields with partial
- # matching.
- # general_search_mode: The mode to use for general search
- # requests.
- # aggregation: Provides the ability to return aggregated
- # mathematical data about your results.
- # reverse_relation_filters: Reverse relation filters allow you to
- # filter the result of a relation, and use that filter to affect the returned root
- # elements.
- (
- Int64Bit, :
- ID, :
- Datetime, :
- Datetime, :
- String, :
- String, :
- Paginator, :
- Sorter], : [
- Search], : [
- String, :
- GeneralSearchMode, :
- Aggregator], : [
- ReverseRelationFilter] : [
- ): GenericInventoryAssigneeConnection!
- # Logs of changes made to generic inventory items.
- #
- # Arguments
- # id: The ID of the entity.
- # sonar_unique_id: An ID that uniquely identifies this entity
- # across the whole Sonar system.
- # created_at: The date and time this entity was created.
- # updated_at: The last date and time this entity was modified.
- # _version: A string that shows the version of this entity. It
- # will be incremented whenever the entity is modified.
- # action: The action that was performed.
- # genericinventoryitemactionloggable_id: The ID of the entity
- # that this `GenericInventoryItemActionLog` is for.
- # genericinventoryitemactionloggable_type: The type of entity
- # that this `GenericInventoryItemActionLog` is for.
- # inventory_model_id: The ID of an `InventoryModel`.
- # purchase_price: The purchase price of this item.
- # quantity: The quantity for this service.
- # user_id: The ID of a User.
- # paginator: Provides the ability to paginate through results.
- # sorter: Provides the ability to sort results.
- # search: Complex search parameters.
- # general_search: Search across all string fields with partial
- # matching.
- # general_search_mode: The mode to use for general search
- # requests.
- # aggregation: Provides the ability to return aggregated
- # mathematical data about your results.
- # reverse_relation_filters: Reverse relation filters allow you to
- # filter the result of a relation, and use that filter to affect the returned root
- # elements.
- (
- Int64Bit, :
- ID, :
- Datetime, :
- Datetime, :
- String, :
- GenericInventoryItemActionLogAction, :
- Int64Bit, :
- InventoryitemableType, :
- Int64Bit, :
- Float, :
- Int, :
- Int64Bit, :
- Paginator, :
- Sorter], : [
- Search], : [
- String, :
- GeneralSearchMode, :
- Aggregator], : [
- ReverseRelationFilter] : [
- ): GenericInventoryItemActionLogConnection!
- # Generic inventory items.
- #
- # Arguments
- # id: The ID of the entity.
- # sonar_unique_id: An ID that uniquely identifies this entity
- # across the whole Sonar system.
- # created_at: The date and time this entity was created.
- # updated_at: The last date and time this entity was modified.
- # _version: A string that shows the version of this entity. It
- # will be incremented whenever the entity is modified.
- # genericinventoryitemable_id: The type of entity that owns this
- # generic `InventoryItem`.
- # genericinventoryitemable_type: The ID of the entity that owns
- # this generic `InventoryItem`.
- # inventory_model_id: The ID of an `InventoryModel`.
- # quantity: The quantity for this service.
- # paginator: Provides the ability to paginate through results.
- # sorter: Provides the ability to sort results.
- # search: Complex search parameters.
- # general_search: Search across all string fields with partial
- # matching.
- # general_search_mode: The mode to use for general search
- # requests.
- # aggregation: Provides the ability to return aggregated
- # mathematical data about your results.
- # reverse_relation_filters: Reverse relation filters allow you to
- # filter the result of a relation, and use that filter to affect the returned root
- # elements.
- (
- Int64Bit, :
- ID, :
- Datetime, :
- Datetime, :
- String, :
- Int64Bit, :
- InventoryitemableType, :
- Int64Bit, :
- Int, :
- Paginator, :
- Sorter], : [
- Search], : [
- String, :
- GeneralSearchMode, :
- Aggregator], : [
- ReverseRelationFilter] : [
- ): GenericInventoryItemConnection!
- # Geographical tax zones.
- #
- # Arguments
- # id: The ID of the entity.
- # sonar_unique_id: An ID that uniquely identifies this entity
- # across the whole Sonar system.
- # created_at: The date and time this entity was created.
- # updated_at: The last date and time this entity was modified.
- # _version: A string that shows the version of this entity. It
- # will be incremented whenever the entity is modified.
- # city: A city.
- # country: A two character country code.
- # county: A US county. Only used for US addresses.
- # name: A descriptive name.
- # rate: The rate.
- # subdivision: A state, province, or other country subdivision.
- # tax_id: The ID of a Tax.
- # zip: A ZIP or postal code.
- # zip_partial_match: Whether to match on partial ZIP/postal
- # codes.
- # paginator: Provides the ability to paginate through results.
- # sorter: Provides the ability to sort results.
- # search: Complex search parameters.
- # general_search: Search across all string fields with partial
- # matching.
- # general_search_mode: The mode to use for general search
- # requests.
- # aggregation: Provides the ability to return aggregated
- # mathematical data about your results.
- # reverse_relation_filters: Reverse relation filters allow you to
- # filter the result of a relation, and use that filter to affect the returned root
- # elements.
- (
- Int64Bit, :
- ID, :
- Datetime, :
- Datetime, :
- String, :
- String, :
- Country, :
- UsCounty, :
- String, :
- Float, :
- Subdivision, :
- Int64Bit, :
- String, :
- Boolean, :
- Paginator, :
- Sorter], : [
- Search], : [
- String, :
- GeneralSearchMode, :
- Aggregator], : [
- ReverseRelationFilter] : [
- ): GeoTaxZoneConnection!
- # Geofences.
- #
- # Arguments
- # id: The ID of the entity.
- # sonar_unique_id: An ID that uniquely identifies this entity
- # across the whole Sonar system.
- # created_at: The date and time this entity was created.
- # updated_at: The last date and time this entity was modified.
- # _version: A string that shows the version of this entity. It
- # will be incremented whenever the entity is modified.
- # name: A descriptive name.
- # paginator: Provides the ability to paginate through results.
- # sorter: Provides the ability to sort results.
- # search: Complex search parameters.
- # general_search: Search across all string fields with partial
- # matching.
- # general_search_mode: The mode to use for general search
- # requests.
- # aggregation: Provides the ability to return aggregated
- # mathematical data about your results.
- # reverse_relation_filters: Reverse relation filters allow you to
- # filter the result of a relation, and use that filter to affect the returned root
- # elements.
- (
- Int64Bit, :
- ID, :
- Datetime, :
- Datetime, :
- String, :
- String, :
- Paginator, :
- Sorter], : [
- Search], : [
- String, :
- GeneralSearchMode, :
- Aggregator], : [
- ReverseRelationFilter] : [
- ): GeofenceConnection!
- # Get list of vehicles from external GPS tracking provider.
- #
- # Arguments
- # gps_tracking_provider_id: A `GpsTrackingProvider` ID.
- # filter_assigned: Filter out vehicles already assigned from
- # external provider list.
- (
- Int64Bit!, :
- Boolean! :
- ): GetGpsTrackingProviderVehiclesConnection
- # Returns the next IP address in the IP pool.
- #
- # Arguments
- # ip_pool_id: The ID of an `IpPool`.
- (
- Int64Bit! :
- ): NextIpAddress!
- # Returns the next subnet in the subnet.
- #
- # Arguments
- # subnet_id: The ID of a `Subnet`.
- # cidr_size: fields.cidr_size
- (
- Int64Bit!, :
- Int! :
- ): NextSubnet!
- # Returns the next available subnet of the requested size in the supernet.
- #
- # Arguments
- # supernet_id: The ID of a `Supernet`.
- # cidr_size: fields.cidr_size
- (
- Int64Bit!, :
- Int! :
- ): NextSubnet!
- # Global inventory model minimums/maximums.
- #
- # Arguments
- # id: The ID of the entity.
- # sonar_unique_id: An ID that uniquely identifies this entity
- # across the whole Sonar system.
- # created_at: The date and time this entity was created.
- # updated_at: The last date and time this entity was modified.
- # _version: A string that shows the version of this entity. It
- # will be incremented whenever the entity is modified.
- # inventory_model_id: The ID of an `InventoryModel`.
- # maximum: Maximum value
- # minimum: Minimum value
- # paginator: Provides the ability to paginate through results.
- # sorter: Provides the ability to sort results.
- # search: Complex search parameters.
- # general_search: Search across all string fields with partial
- # matching.
- # general_search_mode: The mode to use for general search
- # requests.
- # aggregation: Provides the ability to return aggregated
- # mathematical data about your results.
- # reverse_relation_filters: Reverse relation filters allow you to
- # filter the result of a relation, and use that filter to affect the returned root
- # elements.
- (
- Int64Bit, :
- ID, :
- Datetime, :
- Datetime, :
- String, :
- Int64Bit, :
- Int, :
- Int, :
- Paginator, :
- Sorter], : [
- Search], : [
- String, :
- GeneralSearchMode, :
- Aggregator], : [
- ReverseRelationFilter] : [
- ): GlobalInventoryModelMinMaxConnection!
- # GPS tracking provider credentials.
- #
- # Arguments
- # id: The ID of the entity.
- # sonar_unique_id: An ID that uniquely identifies this entity
- # across the whole Sonar system.
- # created_at: The date and time this entity was created.
- # updated_at: The last date and time this entity was modified.
- # _version: A string that shows the version of this entity. It
- # will be incremented whenever the entity is modified.
- # gps_tracking_provider_id: A `GpsTrackingProvider` ID.
- # key: Key for a specific value.
- # value: The value.
- # paginator: Provides the ability to paginate through results.
- # sorter: Provides the ability to sort results.
- # search: Complex search parameters.
- # general_search: Search across all string fields with partial
- # matching.
- # general_search_mode: The mode to use for general search
- # requests.
- # aggregation: Provides the ability to return aggregated
- # mathematical data about your results.
- # reverse_relation_filters: Reverse relation filters allow you to
- # filter the result of a relation, and use that filter to affect the returned root
- # elements.
- (
- Int64Bit, :
- ID, :
- Datetime, :
- Datetime, :
- String, :
- Int64Bit, :
- GpsTrackingProviderAuthCredential, :
- String, :
- Paginator, :
- Sorter], : [
- Search], : [
- String, :
- GeneralSearchMode, :
- Aggregator], : [
- ReverseRelationFilter] : [
- ): GpsTrackingProviderCredentialConnection!
- # GPS tracking providers.
- #
- # Arguments
- # id: The ID of the entity.
- # sonar_unique_id: An ID that uniquely identifies this entity
- # across the whole Sonar system.
- # created_at: The date and time this entity was created.
- # updated_at: The last date and time this entity was modified.
- # _version: A string that shows the version of this entity. It
- # will be incremented whenever the entity is modified.
- # enabled: Whether or not this is enabled.
- # oauth_required: Whether OAuth authentication required.
- # provider: A type of GPS tracking provider.
- # paginator: Provides the ability to paginate through results.
- # sorter: Provides the ability to sort results.
- # search: Complex search parameters.
- # general_search: Search across all string fields with partial
- # matching.
- # general_search_mode: The mode to use for general search
- # requests.
- # aggregation: Provides the ability to return aggregated
- # mathematical data about your results.
- # reverse_relation_filters: Reverse relation filters allow you to
- # filter the result of a relation, and use that filter to affect the returned root
- # elements.
- (
- Int64Bit, :
- ID, :
- Datetime, :
- Datetime, :
- String, :
- Boolean, :
- Boolean, :
- GpsTrackingProviderType, :
- Paginator, :
- Sorter], : [
- Search], : [
- String, :
- GeneralSearchMode, :
- Aggregator], : [
- ReverseRelationFilter] : [
- ): GpsTrackingProviderConnection!
- # Signatures on signed contracts.
- #
- # Arguments
- # id: The ID of the entity.
- # sonar_unique_id: An ID that uniquely identifies this entity
- # across the whole Sonar system.
- # created_at: The date and time this entity was created.
- # updated_at: The last date and time this entity was modified.
- # _version: A string that shows the version of this entity. It
- # will be incremented whenever the entity is modified.
- # contact_email_address: The email address of the contact that
- # the contract was originally sent to.
- # contact_name: The name of the contact that the contract was
- # originally sent to.
- # contact_role: The role of the contact that the contract was
- # originally sent to.
- # signer_ip: The IP address of the contract signatory.
- # signer_name: The name provided by the contract signatory.
- # paginator: Provides the ability to paginate through results.
- # sorter: Provides the ability to sort results.
- # search: Complex search parameters.
- # general_search: Search across all string fields with partial
- # matching.
- # general_search_mode: The mode to use for general search
- # requests.
- # aggregation: Provides the ability to return aggregated
- # mathematical data about your results.
- # reverse_relation_filters: Reverse relation filters allow you to
- # filter the result of a relation, and use that filter to affect the returned root
- # elements.
- (
- Int64Bit, :
- ID, :
- Datetime, :
- Datetime, :
- String, :
- EmailAddress, :
- String, :
- String, :
- IP, :
- String, :
- Paginator, :
- Sorter], : [
- Search], : [
- String, :
- GeneralSearchMode, :
- Aggregator], : [
- ReverseRelationFilter] : [
- ): HandwrittenSignatureConnection!
- # ICMP results.
- #
- # Arguments
- # start_datetime: The date and time that this starts.
- # end_datetime: The date and time that this ends.
- # inventory_item_id: The ID of an `InventoryItem`.
- (
- Datetime, :
- Datetime, :
- Int64Bit! :
- ): IcmpNetworkMonitoringResultConnection!
- # Details related to an ActiveDirectory identity provider.
- #
- # Arguments
- # id: The ID of the entity.
- # sonar_unique_id: An ID that uniquely identifies this entity
- # across the whole Sonar system.
- # created_at: The date and time this entity was created.
- # updated_at: The last date and time this entity was modified.
- # _version: A string that shows the version of this entity. It
- # will be incremented whenever the entity is modified.
- # cert_auth: Whether to use client SSL certificate authentication
- # or not.
- # disable_cache: Whether to disable the cache or not.
- # domain_aliases: The list of domains that can be authenticated.
- # icon_url: The ActiveDirectory icon URL.
- # identity_provider_id: The ID of an `IdentityProvider`.
- # ips: The range of IPs with which to use Windows Integrated Auth
- # (Kerberos).
- # kerberos: Whether to use Windows Integrated Auth (Kerberos) or
- # not.
- # ticket_url: The ActiveDirectory provisioning ticket URL.
- # paginator: Provides the ability to paginate through results.
- # sorter: Provides the ability to sort results.
- # search: Complex search parameters.
- # general_search: Search across all string fields with partial
- # matching.
- # general_search_mode: The mode to use for general search
- # requests.
- # aggregation: Provides the ability to return aggregated
- # mathematical data about your results.
- # reverse_relation_filters: Reverse relation filters allow you to
- # filter the result of a relation, and use that filter to affect the returned root
- # elements.
- (
- Int64Bit, :
- ID, :
- Datetime, :
- Datetime, :
- String, :
- Boolean, :
- Boolean, :
- String], : [
- URL, :
- Int64Bit, :
- String], : [
- Boolean, :
- URL, :
- Paginator, :
- Sorter], : [
- Search], : [
- String, :
- GeneralSearchMode, :
- Aggregator], : [
- ReverseRelationFilter] : [
- ): IdentityProviderActiveDirectoryDetailConnection!
- # Details related to a Google identity provider.
- #
- # Arguments
- # id: The ID of the entity.
- # sonar_unique_id: An ID that uniquely identifies this entity
- # across the whole Sonar system.
- # created_at: The date and time this entity was created.
- # updated_at: The last date and time this entity was modified.
- # _version: A string that shows the version of this entity. It
- # will be incremented whenever the entity is modified.
- # client_id: The client ID for this identity provider.
- # client_secret: The client secret for this identity provider.
- # identity_provider_id: The ID of an `IdentityProvider`.
- # paginator: Provides the ability to paginate through results.
- # sorter: Provides the ability to sort results.
- # search: Complex search parameters.
- # general_search: Search across all string fields with partial
- # matching.
- # general_search_mode: The mode to use for general search
- # requests.
- # aggregation: Provides the ability to return aggregated
- # mathematical data about your results.
- # reverse_relation_filters: Reverse relation filters allow you to
- # filter the result of a relation, and use that filter to affect the returned root
- # elements.
- (
- Int64Bit, :
- ID, :
- Datetime, :
- Datetime, :
- String, :
- String, :
- String, :
- Int64Bit, :
- Paginator, :
- Sorter], : [
- Search], : [
- String, :
- GeneralSearchMode, :
- Aggregator], : [
- ReverseRelationFilter] : [
- ): IdentityProviderGoogleDetailConnection!
- # Details related to a Microsoft identity provider.
- #
- # Arguments
- # id: The ID of the entity.
- # sonar_unique_id: An ID that uniquely identifies this entity
- # across the whole Sonar system.
- # created_at: The date and time this entity was created.
- # updated_at: The last date and time this entity was modified.
- # _version: A string that shows the version of this entity. It
- # will be incremented whenever the entity is modified.
- # client_id: The client ID for this identity provider.
- # client_secret: The client secret for this identity provider.
- # identity_provider_id: The ID of