Report
Detalhes sobre o relatório




POST at this target:

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


Report

ParamsDescription
idThe ID of an object
dbIdIdentifies the primary key from the database.
nameReport name
descriptionReport description
defaultReport is used as default
organizationIdOrganization
userIdUser
entityIdEntity
organizationOrganization that report belongs
userUser that created report
entityEntity shown
fieldsFields of report
resultsReport results
groupsReport groups
entitiesReport entities
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

CreateReportInput

ArgumentsTypeDescription
organizationId
Not Null
The organization ID that report belongs to
name
Not Null
Report name
description
String
SCALAR
Report description
default
Int
SCALAR
Report is used as default
fields
LIST
ReportFieldsInput
groups
LIST
ReportGroupsInput
clientMutationId
String
SCALAR

UpdateReportInput

ArgumentsTypeDescription
id
Not Null
The ID of report object
name
String
SCALAR
Report name
description
String
SCALAR
Report description
default
Int
SCALAR
Report is used as default
fields
LIST
ReportFieldsInput
groups
LIST
ReportGroupsInput
attach
LIST
String
Attach related rather than replace
clientMutationId
String
SCALAR

DeleteReportInput

ArgumentsTypeDescription
id
Not Null
The ID of report object
clientMutationId
String
SCALAR