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