get_app_launches_with_icon
Gets application launches with icon.
Path:
/lib/get_app_launches_with_icon.js
Parameters:
Name | Type | Description |
---|---|---|
startDateIncrement | Integer | The number of days in the past after which, app launches are to be retrieved. |
endDateIncrement | Integer | The number of days in the past before which, app launches are to be retrieved. |
Example Request:
POST /redrock/query
{
"Script":"@/lib/get_app_launches_with_icon.js",
"Args":{
"startDateIncrement": 2,
"endDateIncrement": 1,
"PageNumber":1,
"PageSize":10,
"Limit":10,
"SortBy":"",
"direction":"False",
"Caching":-1
}
}
Example Response:
"Message": "Query has failed: Query has failed: System.ArgumentException: Invalid time span passed to _date.\r\nLine: 31 Char: 4\r\nNo source code available.",
Updated almost 5 years ago