get_app_launches
Gets application launches.
Path:
/lib/get_app_launches.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.js",
"Args":{
"startDateIncrement": 2,
"endDateIncrement": 1,
"PageNumber":1,
"PageSize":10,
"Limit":10,
"SortBy":"",
"direction":"False",
"Caching":-1
}
}
Example Response:
"Query has failed: Query has failed: no such column: undefined\r\nLine: 28 Char: 0\r\nNo source code available.",
Updated almost 5 years ago