Skip to main content
Version: 5.7.0

SysListLatestReports

Returns a list of the metadata for the latest reports for the given report options.

ServiceOperation
reportSYS_LIST_LATEST_REPORTS

Method Parameters

ParameterDescription
optionsJsonThe report options to be applied. Must include 'subject'. May include 'recurrence'.
maxReturnThe maximum number of results to return. Typically limited to a maximum of 20 results.

Usage

http://localhost:3000
// Cloud Code only. To view example, switch to the Cloud Code tab
JSON Response
{
"data": {
"_serverTime": 1739211901588,
"list": [
{
"reportId": "3f8e0907-f1a9-4eac-93dd-e0f68b28191c",
"endDate": "2025-02-10",
"subject": "retention",
"appName": "deploypeer",
"title": null,
"ownerId": null,
"expireAtIso": 1740010518040,
"recurrence": ["daily"],
"createdAt": 1739146518040,
"isFinancial": false,
"appId": "23782",
"isPublic": true,
"genTitle": {
"en": "All retention stats for enduser accounts created between 2025-01-10 - 2025-02-10",
"fr": "Tous les retention stats for enduser accounts created between 2025-01-10 - 2025-02-10"
},
"startDate": "2025-01-10",
"updatedAt": 1739146518040
},
{
"reportId": "e062e4c1-8a75-4602-85a9-3c2125495aca",
"endDate": "2025-02-09",
"subject": "retention",
"appName": "deploypeer",
"title": null,
"ownerId": null,
"expireAtIso": 1739924118054,
"recurrence": ["daily"],
"createdAt": 1739060118054,
"isFinancial": false,
"appId": "23782",
"isPublic": true,
"genTitle": {
"en": "All retention stats for enduser accounts created between 2025-01-09 - 2025-02-09",
"fr": "Tous les retention stats for enduser accounts created between 2025-01-09 - 2025-02-09"
},
"startDate": "2025-01-09",
"updatedAt": 1739060118054
}
]
},
"status": 200
}