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": "25091938-386a-40a1-981f-678d7602aaa2",
"StartDate": "2026-04-11T17:10:48.2938956+05:00",
"EndDate": "2026-04-11T17:10:48.2938956+05:00",
"UserId": "3a889bf3-7739-40fe-9b49-b064399966fb",
"GroupId": "8a3849c7-2abd-4504-830a-16127290bd9f",
"DepartmentId": "c5d42da8-5a13-46c3-94e4-9754e6505a92",
"EventId": "9fd4b89f-4cc6-40c5-a0ef-df42e0f7bc01",
"ActionById": "b5af03ae-1516-4637-808e-017e0b706528",
"EventRegistrationId": "964cac17-fb28-4f2e-922d-d0bbd88feb20",
"EventSectorId": "4dfee7c0-ff8d-4ac5-97c6-f2749d329b95",
"UserIslahJourneyId": "e3e6c071-79a2-4f5d-ac10-29053a93ce0b",
"IslahJourneyId": "cde73d28-8d5e-48cb-b803-cf28f2a398d2",
"IslahLevelId": "558eb9c0-4c09-41ae-98bd-2c121c3fee9d",
"Day": 1,
"Status": 1,
"Date": "2026-04-11T17:10:48.2938956+05:00",
"SummaryType": 2,
"WakeUpTime": "00:00:00.1234567",
"SleepTime": "00:00:00.1234567",
"MurabiId": "66f159c2-729e-400f-9121-31275e724dd8",
"FactorsDetail": [
{
"UserIslahJourneyId": "c3b7ee54-91b3-4691-8859-adf054c0dc20",
"FactorId": "35affaf0-d311-4968-a4d8-fe2e772cd568",
"FactorName": "sample string 1",
"FactorCategoryName": "sample string 2",
"Day": 1,
"CurrentDay": 1,
"IslahFactorStatus": "sample string 3",
"Status": 1,
"Date": "2026-04-11T17:10:48.2938956+05:00",
"OngoingFactorsCount": 1,
"CompletedFactorsCount": 1,
"ChillaNumber": 1,
"WakeUpTime": "00:00:00.1234567",
"SleepTime": "00:00:00.1234567"
},
{
"UserIslahJourneyId": "c3b7ee54-91b3-4691-8859-adf054c0dc20",
"FactorId": "35affaf0-d311-4968-a4d8-fe2e772cd568",
"FactorName": "sample string 1",
"FactorCategoryName": "sample string 2",
"Day": 1,
"CurrentDay": 1,
"IslahFactorStatus": "sample string 3",
"Status": 1,
"Date": "2026-04-11T17:10:48.2938956+05:00",
"OngoingFactorsCount": 1,
"CompletedFactorsCount": 1,
"ChillaNumber": 1,
"WakeUpTime": "00:00:00.1234567",
"SleepTime": "00:00:00.1234567"
}
],
"MamoolatIds": [
"4e53d486-9e99-43de-9546-7ec98171f0e7",
"de0bd809-3dff-48a7-b2ec-3208061b6ede"
],
"CountryIds": [
"aca714f4-e36f-4a11-9ff8-95b61c49c50e",
"b2947bf7-feb6-43dc-beb7-d83fe48c8a92"
],
"StateOrProvinceIds": [
"418014c1-770d-4708-abcf-a59ce6a62521",
"f6566ba3-0ac4-4e8c-a089-46b4ec3fcaa2"
],
"CityIds": [
"9856997a-d9f3-4e66-b71b-b714ad3a8b44",
"bd16e4ba-33d2-47e6-a17e-a6ec7ca0490e"
],
"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.