monthlyReport
Graphql fields and variables for the monthlyReport query
Scope required: standard:read
For a complete list of possible response fields see the MonthlyReport type.
query monthlyReport ($year: Int, $entityId: ID) {
monthlyReport (year: $year, entityId: $entityId) {
}
}
Arguments
Name
Type
Description
year
Int
entityId
ID
Response
Last updated
Was this helpful?