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": "41d8e4bb-5602-4713-999d-7decb60260b5",
"StartDate": "2025-12-20T17:34:25.6034927+05:00",
"EndDate": "2025-12-20T17:34:25.6034927+05:00",
"UserId": "b21c7105-9f76-4840-8e83-376677c9dc7c",
"GroupId": "c815b06d-2a96-487f-940a-eaf34e3d18d6",
"DepartmentId": "1d47d192-a795-4ecb-a61e-e3b4eac315c7",
"EventId": "6a299da6-8247-40f0-bb06-2449cad63afc",
"ActionById": "0ed5c2fb-5f50-409c-bada-d484e1124c0b",
"EventRegistrationId": "9138c778-8af1-479a-a699-c867ce360fe6",
"EventSectorId": "86d4f73e-baef-4e0f-ab3d-6e4c5b0f4f97",
"UserIslahJourneyId": "ed331475-6155-4249-8c9d-32d560c8d252",
"IslahJourneyId": "8b39002f-b135-40aa-ad15-d9473746c42b",
"IslahLevelId": "07eaa99b-54ed-4e28-9166-fe324a33b782",
"Day": 1,
"Status": 1,
"Date": "2025-12-20T17:34:25.6034927+05:00",
"SummaryType": 2,
"WakeUpTime": "00:00:00.1234567",
"SleepTime": "00:00:00.1234567",
"MurabiId": "ebcd1505-dba6-4dc7-824b-70f982e690c6",
"FactorsDetail": [
{
"UserIslahJourneyId": "d1d60e06-07d2-4ea8-9096-421afefca95e",
"FactorId": "3734afad-725e-4330-816a-c4d7c9ce35e2",
"FactorName": "sample string 1",
"FactorCategoryName": "sample string 2",
"Day": 1,
"CurrentDay": 1,
"IslahFactorStatus": "sample string 3",
"Status": 1,
"Date": "2025-12-20T17:34:25.6034927+05:00",
"OngoingFactorsCount": 1,
"CompletedFactorsCount": 1,
"ChillaNumber": 1,
"WakeUpTime": "00:00:00.1234567",
"SleepTime": "00:00:00.1234567"
},
{
"UserIslahJourneyId": "d1d60e06-07d2-4ea8-9096-421afefca95e",
"FactorId": "3734afad-725e-4330-816a-c4d7c9ce35e2",
"FactorName": "sample string 1",
"FactorCategoryName": "sample string 2",
"Day": 1,
"CurrentDay": 1,
"IslahFactorStatus": "sample string 3",
"Status": 1,
"Date": "2025-12-20T17:34:25.6034927+05:00",
"OngoingFactorsCount": 1,
"CompletedFactorsCount": 1,
"ChillaNumber": 1,
"WakeUpTime": "00:00:00.1234567",
"SleepTime": "00:00:00.1234567"
}
],
"MamoolatIds": [
"334967a6-ea51-4c83-a20d-6638be0e3346",
"bcc365b6-a8b2-42f8-ac78-0e0e83debcbf"
],
"CountryIds": [
"4176eed7-74b3-4cb6-91cf-e249aac828cb",
"ec379b63-8a4b-4722-97a3-466cf0b3e911"
],
"StateOrProvinceIds": [
"09e6a47f-b7fc-47b4-8f13-36c44fbce2b1",
"a5deba17-ac01-41b0-8acc-74e89658743f"
],
"CityIds": [
"213c44e5-b1ea-4087-bdef-08989d086825",
"396857ac-f00b-4842-aa05-654039b78a0f"
],
"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.