POST api/Islah/GetDailyIslahFactorsOverViewGraph
Request Information
URI Parameters
None.
Body Parameters
IslahViewModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | globally unique identifier |
None. |
|
| StartDate | date |
None. |
|
| EndDate | date |
None. |
|
| UserId | globally unique identifier |
None. |
|
| GroupId | globally unique identifier |
None. |
|
| DepartmentId | globally unique identifier |
None. |
|
| EventId | globally unique identifier |
None. |
|
| ActionById | globally unique identifier |
None. |
|
| EventRegistrationId | globally unique identifier |
None. |
|
| EventSectorId | globally unique identifier |
None. |
|
| UserIslahJourneyId | globally unique identifier |
None. |
|
| IslahJourneyId | globally unique identifier |
None. |
|
| IslahLevelId | globally unique identifier |
None. |
|
| Day | integer |
None. |
|
| Status | integer |
None. |
|
| Date | date |
None. |
|
| SummaryType | integer |
None. |
|
| WakeUpTime | time interval |
None. |
|
| SleepTime | time interval |
None. |
|
| MurabiId | globally unique identifier |
None. |
|
| FactorsDetail | Collection of DTOIslahFactors |
None. |
|
| MamoolatIds | Collection of globally unique identifier |
None. |
|
| CountryIds | Collection of globally unique identifier |
None. |
|
| StateOrProvinceIds | Collection of globally unique identifier |
None. |
|
| CityIds | Collection of globally unique identifier |
None. |
|
| Search | string |
None. |
|
| Start | integer |
None. |
|
| Length | integer |
None. |
|
| OrderDir | string |
None. |
|
| OrderColumn | integer |
None. |
|
| ApprovalStatus | integer |
None. |
|
| DisplayApprovalStatus | string |
None. |
|
| RequestedBy | integer |
None. |
|
| RequestedByName | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": "0c778232-7c8a-4d3e-bdf7-5451fa836a96",
"StartDate": "2026-06-06T12:46:23.9459104+05:00",
"EndDate": "2026-06-06T12:46:23.9459104+05:00",
"UserId": "c8b5bc07-9dc9-4e10-bd9c-4c8642b0daaa",
"GroupId": "892574e7-6a1e-4a12-8ab6-410e11dfa372",
"DepartmentId": "ec6a2489-7f37-4087-9f3d-1e6106390d5b",
"EventId": "e0ae443c-1e70-435b-9b71-e0fb8b32da82",
"ActionById": "23d18428-6804-4f3b-8d53-2e7bb077f35c",
"EventRegistrationId": "d17134e9-6788-419c-a7d8-e25b71f12f57",
"EventSectorId": "a0c841db-4532-4bba-ac37-756bf511423d",
"UserIslahJourneyId": "ef489f4a-54e4-48a4-b7d7-541b02d7122e",
"IslahJourneyId": "47b1d4ca-fd11-41ab-9939-79b71bb3f613",
"IslahLevelId": "f7cbb30f-e91d-4e06-810a-c6dea2cdbe85",
"Day": 1,
"Status": 1,
"Date": "2026-06-06T12:46:23.9469377+05:00",
"SummaryType": 2,
"WakeUpTime": "00:00:00.1234567",
"SleepTime": "00:00:00.1234567",
"MurabiId": "4d6bb635-dae3-4c98-995e-e0a7a40d6636",
"FactorsDetail": [
{
"UserIslahJourneyId": "1813fda7-c5d9-4ff2-b84d-c2f0e32e6468",
"FactorId": "a805c3df-b178-4d5d-8b1a-21fd2dc854fd",
"FactorName": "sample string 1",
"FactorCategoryName": "sample string 2",
"Day": 1,
"CurrentDay": 1,
"IslahFactorStatus": "sample string 3",
"Status": 1,
"Date": "2026-06-06T12:46:23.9469377+05:00",
"OngoingFactorsCount": 1,
"CompletedFactorsCount": 1,
"ChillaNumber": 1,
"WakeUpTime": "00:00:00.1234567",
"SleepTime": "00:00:00.1234567"
},
{
"UserIslahJourneyId": "1813fda7-c5d9-4ff2-b84d-c2f0e32e6468",
"FactorId": "a805c3df-b178-4d5d-8b1a-21fd2dc854fd",
"FactorName": "sample string 1",
"FactorCategoryName": "sample string 2",
"Day": 1,
"CurrentDay": 1,
"IslahFactorStatus": "sample string 3",
"Status": 1,
"Date": "2026-06-06T12:46:23.9469377+05:00",
"OngoingFactorsCount": 1,
"CompletedFactorsCount": 1,
"ChillaNumber": 1,
"WakeUpTime": "00:00:00.1234567",
"SleepTime": "00:00:00.1234567"
}
],
"MamoolatIds": [
"fcf1a2d4-1e25-4a77-98d6-aa14dcaa5805",
"e65a7308-bada-4be1-9e24-5ea7b66c1fc5"
],
"CountryIds": [
"8edd5e6e-8a81-4de7-906a-e337bc6b8d5b",
"57ee0d0d-2a66-4860-9208-283721b89f7a"
],
"StateOrProvinceIds": [
"5f0b3226-1fe6-4328-87cf-aaab4a7e3786",
"0569e9ff-6512-43df-8999-6ef34c5799d0"
],
"CityIds": [
"fddde07b-89dc-4dda-b28a-da5c4e5b1f8c",
"46815fed-6f0e-425e-a045-b30b90145c2f"
],
"Search": "sample string 3",
"Start": 1,
"Length": 1,
"OrderDir": "sample string 4",
"OrderColumn": 5,
"ApprovalStatus": 1,
"DisplayApprovalStatus": "sample string 6",
"RequestedBy": 1,
"RequestedByName": "sample string 7"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.