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": "8b2be7b9-7920-4bb1-8e9e-69cd40df7298",
"StartDate": "2026-03-31T16:16:36.0692041+05:00",
"EndDate": "2026-03-31T16:16:36.0692041+05:00",
"UserId": "25cf87ff-3999-413f-a5e2-6b5c6421ab62",
"GroupId": "c9b932ac-66e9-449d-9c9c-e2677cb60692",
"DepartmentId": "7689a44e-e161-43b8-866c-5aa18dfb82a2",
"EventId": "384a812a-fced-43b4-92c8-d4ca5236978d",
"ActionById": "01326ac4-d32b-407b-845f-19528da96da9",
"EventRegistrationId": "dfbc3e7f-72b8-4653-b353-83cf448bee5e",
"EventSectorId": "6fb276ff-d751-4d17-b1e1-37d247101330",
"UserIslahJourneyId": "65b82cfa-87ff-496b-9298-17e600402e69",
"IslahJourneyId": "638604ad-5f01-42c1-a078-adf92c918404",
"IslahLevelId": "aaa0ad69-16ed-49c3-93a0-ee0295e51943",
"Day": 1,
"Status": 1,
"Date": "2026-03-31T16:16:36.0692041+05:00",
"SummaryType": 2,
"WakeUpTime": "00:00:00.1234567",
"SleepTime": "00:00:00.1234567",
"MurabiId": "128d7fcf-8fdb-4b01-8944-47f92564220a",
"FactorsDetail": [
{
"UserIslahJourneyId": "acd870fb-a4dc-4c42-bc64-5949dd0b0bea",
"FactorId": "30a911ae-c623-4a19-9838-6a7e1fe7f812",
"FactorName": "sample string 1",
"FactorCategoryName": "sample string 2",
"Day": 1,
"CurrentDay": 1,
"IslahFactorStatus": "sample string 3",
"Status": 1,
"Date": "2026-03-31T16:16:36.0692041+05:00",
"OngoingFactorsCount": 1,
"CompletedFactorsCount": 1,
"ChillaNumber": 1,
"WakeUpTime": "00:00:00.1234567",
"SleepTime": "00:00:00.1234567"
},
{
"UserIslahJourneyId": "acd870fb-a4dc-4c42-bc64-5949dd0b0bea",
"FactorId": "30a911ae-c623-4a19-9838-6a7e1fe7f812",
"FactorName": "sample string 1",
"FactorCategoryName": "sample string 2",
"Day": 1,
"CurrentDay": 1,
"IslahFactorStatus": "sample string 3",
"Status": 1,
"Date": "2026-03-31T16:16:36.0692041+05:00",
"OngoingFactorsCount": 1,
"CompletedFactorsCount": 1,
"ChillaNumber": 1,
"WakeUpTime": "00:00:00.1234567",
"SleepTime": "00:00:00.1234567"
}
],
"MamoolatIds": [
"685da3d6-131b-4e7d-a122-aa8ddf10ea1e",
"b0ed3b0f-b11b-4dae-bb18-d48d4282ead8"
],
"CountryIds": [
"e6cad9ea-237b-4e07-8de4-511ba079dbe8",
"e9a090ec-5cb5-452e-b0c4-6ebb5ba11e35"
],
"StateOrProvinceIds": [
"21f48672-a071-490b-b155-79ad79849550",
"a82ac9fa-7183-407a-9e0a-cf3ed5d1da8b"
],
"CityIds": [
"2c5bb720-e002-4e41-9a8f-8f5def0efbc8",
"30dbc24e-7214-4060-9e29-d96b917fe5df"
],
"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.