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": "e786dec7-1f89-4604-98b5-c990c0e3210d",
"StartDate": "2025-12-10T12:49:28.1296892+05:00",
"EndDate": "2025-12-10T12:49:28.1296892+05:00",
"UserId": "db4a84f9-2d23-4e09-85c9-aa0174357272",
"GroupId": "9e8db012-b758-4992-b808-e867e7e9975a",
"DepartmentId": "0d5f95ef-861c-4159-b075-a385f348b4d4",
"EventId": "579c68d3-9e9e-4f0d-a073-c8d1eb224a84",
"ActionById": "f7b669fb-4fb0-43d4-a142-63f5600d1343",
"EventRegistrationId": "824e2a95-de61-44ea-91c9-1dc12ca8cdae",
"EventSectorId": "1d72b2cd-f088-4928-8893-b090ccc600c0",
"UserIslahJourneyId": "709871f2-c6b3-4132-8ad7-7a88c7f42622",
"IslahJourneyId": "03aaf1e4-e3fe-4c2e-8473-d23c4d291c1a",
"IslahLevelId": "7c41c8f1-b170-450f-a1fa-5d8a01b5b5b6",
"Day": 1,
"Status": 1,
"Date": "2025-12-10T12:49:28.1316892+05:00",
"SummaryType": 2,
"WakeUpTime": "00:00:00.1234567",
"SleepTime": "00:00:00.1234567",
"MurabiId": "e4d33616-fbc4-4d0f-b638-65388555ba1c",
"FactorsDetail": [
{
"UserIslahJourneyId": "1f36cdf8-5722-4068-84dd-7030723afa48",
"FactorId": "39e24eed-294b-4add-97fc-b6cd96bf4727",
"FactorName": "sample string 1",
"FactorCategoryName": "sample string 2",
"Day": 1,
"CurrentDay": 1,
"IslahFactorStatus": "sample string 3",
"Status": 1,
"Date": "2025-12-10T12:49:28.1326893+05:00",
"OngoingFactorsCount": 1,
"CompletedFactorsCount": 1,
"ChillaNumber": 1,
"WakeUpTime": "00:00:00.1234567",
"SleepTime": "00:00:00.1234567"
},
{
"UserIslahJourneyId": "1f36cdf8-5722-4068-84dd-7030723afa48",
"FactorId": "39e24eed-294b-4add-97fc-b6cd96bf4727",
"FactorName": "sample string 1",
"FactorCategoryName": "sample string 2",
"Day": 1,
"CurrentDay": 1,
"IslahFactorStatus": "sample string 3",
"Status": 1,
"Date": "2025-12-10T12:49:28.1326893+05:00",
"OngoingFactorsCount": 1,
"CompletedFactorsCount": 1,
"ChillaNumber": 1,
"WakeUpTime": "00:00:00.1234567",
"SleepTime": "00:00:00.1234567"
}
],
"MamoolatIds": [
"d94d80f0-be56-4d8b-b522-c4e881d91d6f",
"5f59ce90-2971-4ae7-a9ea-711e7cbc5964"
],
"CountryIds": [
"b2f660ae-79f0-4fe9-ac44-a48b80315d79",
"6cd975e3-ec34-413b-aec6-c2c6f6a17844"
],
"StateOrProvinceIds": [
"d965b67b-e0c0-4f88-b808-8af0d3a0ba7f",
"9b79198e-d91b-4121-bc4c-df602407b515"
],
"CityIds": [
"a30c151e-4b61-4b3f-9d20-1c1bc7089130",
"befa56f8-d6fa-4ef3-829b-fb29ed21086f"
],
"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.