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": "81ca9a66-f68b-4912-bd05-fc4bc0a71d95",
"StartDate": "2026-06-06T12:46:24.0618701+05:00",
"EndDate": "2026-06-06T12:46:24.0618701+05:00",
"UserId": "29708ebf-8741-4617-8fe5-d861c860032c",
"GroupId": "28ec0109-3005-49d4-88d3-ca540ab13f84",
"DepartmentId": "a2f5c7a4-6d07-44f8-b2a0-07d8059d3582",
"EventId": "215d019a-8c47-4de4-aca0-24c96874358e",
"ActionById": "e02cb089-ac2b-46a3-b52b-9edbd7a1cb98",
"EventRegistrationId": "26eeb54a-23d1-43e0-b452-c1a7b739614f",
"EventSectorId": "500137c1-bdb3-45d5-a3e7-0c54f954b019",
"UserIslahJourneyId": "ba0c3f3c-e122-4b67-ad34-f698c6cc6456",
"IslahJourneyId": "5cb84b9e-758f-4ee6-8da3-86db8b215d41",
"IslahLevelId": "f48013b7-2aa1-4b17-8892-c4a5ea271789",
"Day": 1,
"Status": 1,
"Date": "2026-06-06T12:46:24.0618701+05:00",
"SummaryType": 2,
"WakeUpTime": "00:00:00.1234567",
"SleepTime": "00:00:00.1234567",
"MurabiId": "70caca87-97a2-41a3-9ce4-cec68433bc0f",
"FactorsDetail": [
{
"UserIslahJourneyId": "dc9a6657-9bcc-4d86-b732-d2e02bb9ba02",
"FactorId": "9e4cff59-8b72-45f6-97f9-f4affd025699",
"FactorName": "sample string 1",
"FactorCategoryName": "sample string 2",
"Day": 1,
"CurrentDay": 1,
"IslahFactorStatus": "sample string 3",
"Status": 1,
"Date": "2026-06-06T12:46:24.0618701+05:00",
"OngoingFactorsCount": 1,
"CompletedFactorsCount": 1,
"ChillaNumber": 1,
"WakeUpTime": "00:00:00.1234567",
"SleepTime": "00:00:00.1234567"
},
{
"UserIslahJourneyId": "dc9a6657-9bcc-4d86-b732-d2e02bb9ba02",
"FactorId": "9e4cff59-8b72-45f6-97f9-f4affd025699",
"FactorName": "sample string 1",
"FactorCategoryName": "sample string 2",
"Day": 1,
"CurrentDay": 1,
"IslahFactorStatus": "sample string 3",
"Status": 1,
"Date": "2026-06-06T12:46:24.0618701+05:00",
"OngoingFactorsCount": 1,
"CompletedFactorsCount": 1,
"ChillaNumber": 1,
"WakeUpTime": "00:00:00.1234567",
"SleepTime": "00:00:00.1234567"
}
],
"MamoolatIds": [
"8fcaa411-ecc5-41e2-869e-f65701a970da",
"a4ba3b71-78be-42a9-a3d9-d9f48ab91153"
],
"CountryIds": [
"a0249cca-f8ca-4b5b-97f7-afbfcf2423d8",
"031ee381-31f9-472d-9634-9eea7d641182"
],
"StateOrProvinceIds": [
"7c77b5fa-d3a9-4d60-b5bc-dd3c7b9b3c35",
"5fb903bc-2228-40f0-9325-f3c61c123410"
],
"CityIds": [
"3e46811c-4331-4a7f-98fd-f832fc5f525a",
"89cb8dd0-9868-4c59-952c-2d17fa9ceacc"
],
"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.