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": "dedf69aa-1746-434f-be1c-d488463f449e",
"StartDate": "2026-05-16T01:25:13.8091809+05:00",
"EndDate": "2026-05-16T01:25:13.8091809+05:00",
"UserId": "36442d62-f49d-4a71-955c-d57b6266bb9e",
"GroupId": "b8d2a2d0-5cf4-47de-86d4-489090d86607",
"DepartmentId": "d0eb67e5-0254-4afb-b425-e107741f9791",
"EventId": "065700c4-991d-45de-a633-3a35a9b4d654",
"ActionById": "50672870-c128-4590-ba20-2d44fad8bf3d",
"EventRegistrationId": "91329890-a73e-4caa-b889-e33d958d49e2",
"EventSectorId": "60057cf2-0930-4d9c-a6d4-c12eb0ec4057",
"UserIslahJourneyId": "56d08675-12d1-48a2-a317-adece6171c1e",
"IslahJourneyId": "0f3b02bd-e0b5-4a5c-8cd7-f6fb35229e85",
"IslahLevelId": "ae9b185e-c688-43c5-9fe4-870605a42526",
"Day": 1,
"Status": 1,
"Date": "2026-05-16T01:25:13.8091809+05:00",
"SummaryType": 2,
"WakeUpTime": "00:00:00.1234567",
"SleepTime": "00:00:00.1234567",
"MurabiId": "0d09ec87-a60a-4584-b799-1217259dad13",
"FactorsDetail": [
{
"UserIslahJourneyId": "ee5ea290-c9c0-4d32-960a-199e8d8b2fe1",
"FactorId": "b753f808-7385-40d3-9def-2792a1deb748",
"FactorName": "sample string 1",
"FactorCategoryName": "sample string 2",
"Day": 1,
"CurrentDay": 1,
"IslahFactorStatus": "sample string 3",
"Status": 1,
"Date": "2026-05-16T01:25:13.8091809+05:00",
"OngoingFactorsCount": 1,
"CompletedFactorsCount": 1,
"ChillaNumber": 1,
"WakeUpTime": "00:00:00.1234567",
"SleepTime": "00:00:00.1234567"
},
{
"UserIslahJourneyId": "ee5ea290-c9c0-4d32-960a-199e8d8b2fe1",
"FactorId": "b753f808-7385-40d3-9def-2792a1deb748",
"FactorName": "sample string 1",
"FactorCategoryName": "sample string 2",
"Day": 1,
"CurrentDay": 1,
"IslahFactorStatus": "sample string 3",
"Status": 1,
"Date": "2026-05-16T01:25:13.8091809+05:00",
"OngoingFactorsCount": 1,
"CompletedFactorsCount": 1,
"ChillaNumber": 1,
"WakeUpTime": "00:00:00.1234567",
"SleepTime": "00:00:00.1234567"
}
],
"MamoolatIds": [
"bf1cac34-3df1-4f1a-a013-837cc8930c5b",
"134fe4a9-b594-42b9-ab07-e6ec5ad4aa8c"
],
"CountryIds": [
"5c5a1ab5-d113-4f5c-b3dc-7a29a46dfa6c",
"6c2eeaf8-9b66-4fd4-b487-f7ed4338fd69"
],
"StateOrProvinceIds": [
"44abb0a5-3bb6-4575-ad0c-6d321ad77a49",
"1316e745-8899-48b9-8ce0-13575e1ba702"
],
"CityIds": [
"53f00c80-43ac-4e83-becf-bcfbaf7edf72",
"45bff7b1-e6e8-408f-9e91-6217b3e1b1ea"
],
"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.