Magidoc

conversions
Query

List and filter transactions.

Arguments

#

after

Returns the elements in the list that come after the specified cursor.

before

Returns the elements in the list that come before the specified cursor.

conversationIds

[ UUID !]

Filter to get conversions by conversations ids

conversionIds

[ UUID !]

Filter to get conversions by ids

externalIds

[ String !]

Filter to get conversions by their external ids

first

Returns the first n elements from the list.

from

Filter to get conversions created on or after a given date

hasConversation

Filter conversions attributed to a conversation

last

Returns the last n elements from the list.

opearatorIds

[Deprecated] Use operatorIds instead

operatorIds

Filter to get conversions by operator ids

projectsIds

Ids of the iAdvize project

to

Filter to get conversions before a given date

Response

#

Returns ConversionConnection .

Example

#