Survey
Detalhes sobre as enquetes




POST at this target:

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


Survey

ParamsDescription
idThe ID of an object
dbIdIdentifies the primary key from the database.
nameSurvey's name
optionNumbernumber of selectable options
dateLimitLimit date to answer survey
notifyAtDate to notify users to answer survey
previousIdID of a Survey
expireddate limit has passed
messageIdmessage associated
messageMessage that survey belongs
optionsSurvey's options
resultsSurvey's results
entitiesEntities associated with survey
summarysurvey summary
canRemindcan send remind notifications
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
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

UpdateSurveyInput

ArgumentsTypeDescription
id
Not Null
The ID of a survey object
name
String
SCALAR
Survey's name
optionNumber
Int
SCALAR
number of selectable options
dateLimit
String
SCALAR
Date limit to answer survey
notifyAt
String
SCALAR
Date to notify users to answer survey
previousId
Int
SCALAR
ID of a Survey
options
LIST
UpdateSurveyOptionsInput
reason
String
SCALAR
Reason for changing survey
remindPending
remindPending
INPUT_OBJECT
Remind pending entities
clientMutationId
String
SCALAR

DeleteSurveyInput

ArgumentsTypeDescription
id
Not Null
The ID of a survey object
reason
String
SCALAR
Reason for changing survey
clientMutationId
String
SCALAR