This method allows to get the list of mobile reports in a simplified manner.
The method to be used when getting the list of mobile reports is:
GET url/api/mytenant/myorganization/settings/mobilereports/getMobileReportPaged?maxRecords=200&modifiedOn=19000-01-01T
When this method is executed successfully, it returns HttpStatusCode.200OK.
[
{
"version": null,
"versionByte": null,
"definition": "https://vlkpdvsharedstr.blob.core.windows.net/private-default-defaultlocal/PreventiveMaintenances.EN.xml",
"description": "DescricaoTeste",
"isDefault": true,
"mobileReportKey": "Mobile1",
"remarks": "RemarksTeste",
"customAttributes": {},
"naturalKey": "",
"isDraft": false,
"id": "24ae3858-41a3-43e1-9b91-c8780db1a149",
"isActive": true,
"isDeleted": false,
"isSystem": false,
"createdBy": null,
"createdOn": "0001-01-01T00:00:00+00:00",
"modifiedBy": null,
"modifiedOn": "2022-10-17T12:37:49.6419945+01:00",
"draftId": "00000000-0000-0000-0000-000000000000",
"subscriptionId": null,
"_state": 0
}
]
This method allows to list the mobile reports according to the parameters filled in:
i.maxRecords: Number of returned records.
modifiedOn: Gets the mobile reports after the inserted date.