POST api/Islah/GetIslahFactorsSummary
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": "4e807f83-a4c8-469a-8212-6c9fd173602a",
"StartDate": "2026-09-25T12:49:35.7377492+05:00",
"EndDate": "2026-09-25T12:49:35.7377492+05:00",
"UserId": "549b4d0c-fade-415f-8181-f91ab0e69021",
"GroupId": "d6520919-5f82-48de-976e-6800b8307955",
"DepartmentId": "63dbedc8-e3cd-416f-a326-9641936cb22c",
"EventId": "7db4819e-9007-4175-9e4a-e70f90ef6cb4",
"ActionById": "5e3a7f91-3eac-4ea7-9a0c-4e15118abb20",
"EventRegistrationId": "d198fb55-5220-4bdc-85b5-08b82aa2a4a6",
"EventSectorId": "43007143-44c7-40a7-93ee-69505224d382",
"UserIslahJourneyId": "5cbfbc4b-a8cf-4213-a511-c7c0bdea2cf0",
"IslahJourneyId": "09482f64-bbad-4d36-a460-97af308a70f2",
"IslahLevelId": "9d07bff0-0e9d-459d-ba03-01cd237e1e03",
"Day": 1,
"Status": 1,
"Date": "2026-09-25T12:49:35.7377492+05:00",
"SummaryType": 2,
"WakeUpTime": "00:00:00.1234567",
"SleepTime": "00:00:00.1234567",
"MurabiId": "cd849396-d524-457f-81dd-7d671d873b72",
"FactorsDetail": [
{
"UserIslahJourneyId": "9deac553-5a0b-4d5b-8965-1c1a3ffc0e54",
"FactorId": "ff4e49e8-258c-4510-8b7d-ec54112c9a39",
"FactorName": "sample string 1",
"FactorCategoryName": "sample string 2",
"Day": 1,
"CurrentDay": 1,
"IslahFactorStatus": "sample string 3",
"Status": 1,
"Date": "2026-09-25T12:49:35.7377492+05:00",
"OngoingFactorsCount": 1,
"CompletedFactorsCount": 1,
"ChillaNumber": 1,
"WakeUpTime": "00:00:00.1234567",
"SleepTime": "00:00:00.1234567"
},
{
"UserIslahJourneyId": "9deac553-5a0b-4d5b-8965-1c1a3ffc0e54",
"FactorId": "ff4e49e8-258c-4510-8b7d-ec54112c9a39",
"FactorName": "sample string 1",
"FactorCategoryName": "sample string 2",
"Day": 1,
"CurrentDay": 1,
"IslahFactorStatus": "sample string 3",
"Status": 1,
"Date": "2026-09-25T12:49:35.7377492+05:00",
"OngoingFactorsCount": 1,
"CompletedFactorsCount": 1,
"ChillaNumber": 1,
"WakeUpTime": "00:00:00.1234567",
"SleepTime": "00:00:00.1234567"
}
],
"MamoolatIds": [
"4419a371-4171-4450-845d-26efabad3ffb",
"a5a86bbb-d4d4-4955-8436-2a0f22ae00d7"
],
"CountryIds": [
"eedb68b8-c2b1-4cb5-a3be-1a699c6e9a40",
"c7074c78-9186-4749-9eb6-53200c8d4e71"
],
"StateOrProvinceIds": [
"5b7da7e2-45f1-451f-83e6-9af3787a33b6",
"65e46ce2-3d69-430f-b719-8584306223fb"
],
"CityIds": [
"29e265c7-42be-4cb2-89fa-690d37938c51",
"28f5a9c0-0655-43b9-8fa1-589ac6aaf09c"
],
"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.