Request Parameter Description
| Field | Data Type | Required/Optional | Description |
|---|---|---|---|
| SolutionsId | String (Guid) | Optional | SolutionsId registered within Fusion. |
| StartDate | String | Optional | Accepts UTC Date. Filters the DataFiles created time stamp. Returns the records that were created only after the specified date if parameter is passed. Date Format should be yyyy-MM-dd hh:mm:ss (Example: 2022-06-15 13:30:00). If only date part provided then system will take the 12 midnight as Start Time for that day. If EndDate not passed along with StartDate, Fusion will return all the records which submitted from mentioned StartDate. |
| EndDate | String | Optional | Accepts UTC Date. Filters the DataFiles created time stamp. Returns the records that were created only before the specified date if parameter is passed. Date Format should be yyyy-MM-dd hh:mm:ss (Example: 2022-06-15 13:30:00). If only date part provided then system will take 23:59:59 as end time for that day. If StartDate not passed along with EndDate, Fusion will return all the records which submitted up-to mentioned EndDate. |
| PageNumber | Integer (Int32) | Optional | Number of pages results will return. By default only 1 page of results will be returned if value is null or not passed. |
| PageSize | Integer (Int32) | Optional | Number of records that will return per page. By default only 10 records per page will be returned if value is null or not passed. |
| Status | String | Optional | Recent event happened against to data record. |