Fetch Idle Alert Settings
Settings
Fetch Idle Alert Settings
GET
Fetch Idle Alert Settings
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Response
Fetched expected eork hours settings successfully
Example:
true
Example:
200
Example:
"Fetched idle alert settings successfully"
Example:
null
Example:
[
{
"userId": "f0ad9ad9-d421-48dc-868d-9760e33e5089",
"userName": "Abirami Kannan",
"emailId": "abiramikannan2006@gmail.com",
"profilePicUrl": null,
"idleAlertSettings": {
"minimumIdleTimeMinutes": 10,
"enableIdleTimeAlert": true
}
},
{
"userId": "b514fe51-df34-414e-8bec-9dcdd23cde23",
"userName": "Swetha Senthil",
"emailId": "senthilsundari2802@gmail.com",
"profilePicUrl": "https://trackpilots.s3.amazonaws.com/profile-pic/9b8090ae-e4c9-49ee-9dbf-62817262d05a.jpeg",
"idleAlertSettings": {
"minimumIdleTimeMinutes": 3,
"enableIdleTimeAlert": false
}
},
{
"userId": "ab7c4f30-1024-471a-a767-739df0dc53fd",
"userName": "Sakthivel Govinthan",
"emailId": "sakthiveltechit@gmail.com",
"profilePicUrl": "https://trackpilots.s3.amazonaws.com/profile-pic/9b8090ae-e4c9-49ee-9dbf-62817262d05a.png",
"idleAlertSettings": {
"minimumIdleTimeMinutes": 5,
"enableIdleTimeAlert": false
}
}
]