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": "a1481129-e2a1-421e-b308-6f721c47d018",
"StartDate": "2026-08-01T11:33:03.7363247+05:00",
"EndDate": "2026-08-01T11:33:03.7363247+05:00",
"UserId": "4beb9990-75bc-4db6-a380-af30648036c3",
"GroupId": "53ec7b84-4f50-45e4-906c-dea40e2154fb",
"DepartmentId": "9b91a18e-76b4-40ad-85ea-890bb3c28915",
"EventId": "da08617c-4bc6-45d4-b66d-5e89ef369685",
"ActionById": "7b699414-4583-48b3-a7f3-2d5a2b0e9824",
"EventRegistrationId": "aa2f912e-d8d4-4c89-adc0-83a39c6f8a2d",
"EventSectorId": "54fdee5a-257e-4884-a195-08072b37f371",
"UserIslahJourneyId": "d462c311-0fe9-484e-ae26-83f516557818",
"IslahJourneyId": "a0ec9299-8f9a-4978-92b5-1a952cff79f0",
"IslahLevelId": "9b1426c9-fb51-4677-9283-6a7e27f69db1",
"Day": 1,
"Status": 1,
"Date": "2026-08-01T11:33:03.7363247+05:00",
"SummaryType": 2,
"WakeUpTime": "00:00:00.1234567",
"SleepTime": "00:00:00.1234567",
"MurabiId": "39726f2f-5f37-4743-9317-b169da8137ef",
"FactorsDetail": [
{
"UserIslahJourneyId": "fc2f8d58-3549-4726-8c00-323d982a7cc2",
"FactorId": "6e51a3f8-943d-4179-9752-62a34d5c00e0",
"FactorName": "sample string 1",
"FactorCategoryName": "sample string 2",
"Day": 1,
"CurrentDay": 1,
"IslahFactorStatus": "sample string 3",
"Status": 1,
"Date": "2026-08-01T11:33:03.7363247+05:00",
"OngoingFactorsCount": 1,
"CompletedFactorsCount": 1,
"ChillaNumber": 1,
"WakeUpTime": "00:00:00.1234567",
"SleepTime": "00:00:00.1234567"
},
{
"UserIslahJourneyId": "fc2f8d58-3549-4726-8c00-323d982a7cc2",
"FactorId": "6e51a3f8-943d-4179-9752-62a34d5c00e0",
"FactorName": "sample string 1",
"FactorCategoryName": "sample string 2",
"Day": 1,
"CurrentDay": 1,
"IslahFactorStatus": "sample string 3",
"Status": 1,
"Date": "2026-08-01T11:33:03.7363247+05:00",
"OngoingFactorsCount": 1,
"CompletedFactorsCount": 1,
"ChillaNumber": 1,
"WakeUpTime": "00:00:00.1234567",
"SleepTime": "00:00:00.1234567"
}
],
"MamoolatIds": [
"d70565f4-6c44-4833-8592-91956806165f",
"324f53b9-1fc3-4345-8f1c-66389eca6aea"
],
"CountryIds": [
"640c079b-e453-40ab-90b9-7e3b9671ff5b",
"3fbcc5ff-2113-4f0e-b1d2-e6ddb060e71f"
],
"StateOrProvinceIds": [
"f358fa0f-de3f-44f2-bead-22b365625ef8",
"a150f590-c7ac-45d4-a4ac-aa8c8ea5207d"
],
"CityIds": [
"d29b2c34-e7b4-46bc-94d2-fbdd08beea76",
"7d0d0d74-b488-4939-8e42-7f743a97a953"
],
"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.