Integration
@TODO DESCRIBE ME




POST as x-www-form-urlencoded:

https://joy.classapp.co/graphql?access_token=YOUR_TOKEN_HERE&client_id=YOUR_CLIENT_ID


Integration

ParamsDescription
idThe ID of an object
dbIdIdentifies the primary key from the database.
moduleIdThe application ID that tag belongs to
applicationIdThe application ID that tag belongs to
organizationIdThe application ID that tag belongs to
addressId
timeModule's time execution
statusModule's integration status
onlyReport
configurationThe application ID that tag belongs to
commentsComments of integration module
lastRunAn ISO-8601 encoded UTC date string of when last execution
lastRunStatusLast run: failed or success
startDevAn ISO-8601 encoded UTC date string of when record was startDev
conclusionAn ISO-8601 encoded UTC date string of when record was conclusion
entityIdThe application ID that tag belongs to
labelIdLabel to send charge from integration
applicationApplication associated with the Integration
labelLabel associated with the Integration
applicationAccess
organization
moduleModule
entityEntity
createdAn ISO-8601 encoded UTC date string of when record was created
modifiedAn ISO-8601 encoded UTC date string of when record was updated
deletedAn ISO-8601 encoded UTC date string of when record was deleted
splitedConfigurationThe application ID that tag belongs to
statusChangeLogtemp
isActiveIs active of integration module
keyRandom ID to differentiate from others
selectedHelper field for clients
highlightedHelper field for clients
expandedHelper field for clients
loadedHelper field for clients
loadingHelper field for clients

CreateIntegrationInput

ArgumentsTypeDescription
applicationId
Not Null
Module's id application
moduleId
Not Null
Module's id module
organizationId
Not Null
Module's id organization
entityId
Int
SCALAR
Responsible entity
address
ID
SCALAR
Id
time
String
SCALAR
Module's time execution
status
Not Null
Module's integration status
onlyReport
Not Null
configuration
JSONObject
SCALAR
comments
String
SCALAR
Module's integration comments
lastRun
String
SCALAR
Last run
lastRunStatus
IntegrationLastRunStatus
ENUM
Last run: failed or success
startDev
String
SCALAR
Start of development
conclusion
String
SCALAR
Conclusion
labelId
Int
SCALAR
Label to send charge from integration
labelType
LabelTypeEnum
ENUM
The type of the label
clientMutationId
String
SCALAR

UpdateIntegrationInput

ArgumentsTypeDescription
id
Not Null
The ID of a tag object
moduleId
Not Null
Module's id module
applicationId
Not Null
Module's id application
organizationId
Not Null
Module's id organization
address
ID
SCALAR
Id
time
String
SCALAR
Module's time execution
status
IntegrationStatus
ENUM
Module's integration status
onlyReport
Boolean
SCALAR
configuration
JSONObject
SCALAR
comments
String
SCALAR
Module's integration comments
lastRun
String
SCALAR
Last run
lastRunStatus
IntegrationLastRunStatus
ENUM
Last run: failed or success
startDev
String
SCALAR
Start of development
conclusion
String
SCALAR
Conclusion
entityId
Int
SCALAR
Responsible entity
labelId
Int
SCALAR
Label to send charge from integration
labelType
LabelTypeEnum
ENUM
The type of the label
clientMutationId
String
SCALAR

DeleteIntegrationInput

ArgumentsTypeDescription
id
Not Null
The ID of a tag object
clientMutationId
String
SCALAR