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": "f28d6ba4-de6d-46b1-9bc4-247c2ed6af6e",
"StartDate": "2025-12-20T17:40:03.8916739+05:00",
"EndDate": "2025-12-20T17:40:03.8916739+05:00",
"UserId": "81db8911-04aa-484c-95d4-d82f65802c76",
"GroupId": "7af7a1dc-a01e-4430-a5ed-aab0e53814bc",
"DepartmentId": "c127d975-daf7-4636-bc3d-c69c188b358e",
"EventId": "0c608d83-4807-47f1-b611-7d86877a988d",
"ActionById": "d546f213-e36f-4f6b-9a46-5f2ecceded67",
"EventRegistrationId": "80598686-43d1-4585-b267-350021d1d311",
"EventSectorId": "3e795c21-e806-4249-b29f-c86df88b8997",
"UserIslahJourneyId": "ff3c8fda-5a60-46c4-b211-cdf231446e6f",
"IslahJourneyId": "09e63cd8-43c2-4256-98c7-62c9815eca6d",
"IslahLevelId": "f788a838-7140-4641-8ee3-fc8682d9e806",
"Day": 1,
"Status": 1,
"Date": "2025-12-20T17:40:03.8916739+05:00",
"SummaryType": 2,
"WakeUpTime": "00:00:00.1234567",
"SleepTime": "00:00:00.1234567",
"MurabiId": "8d0d0bea-c509-44f4-a6d4-ac3b34322c69",
"FactorsDetail": [
{
"UserIslahJourneyId": "bed77520-9ccf-443f-bab5-dcd4ac40abbf",
"FactorId": "9e994149-e97c-4320-bc5f-934cf71c3a4e",
"FactorName": "sample string 1",
"FactorCategoryName": "sample string 2",
"Day": 1,
"CurrentDay": 1,
"IslahFactorStatus": "sample string 3",
"Status": 1,
"Date": "2025-12-20T17:40:03.8916739+05:00",
"OngoingFactorsCount": 1,
"CompletedFactorsCount": 1,
"ChillaNumber": 1,
"WakeUpTime": "00:00:00.1234567",
"SleepTime": "00:00:00.1234567"
},
{
"UserIslahJourneyId": "bed77520-9ccf-443f-bab5-dcd4ac40abbf",
"FactorId": "9e994149-e97c-4320-bc5f-934cf71c3a4e",
"FactorName": "sample string 1",
"FactorCategoryName": "sample string 2",
"Day": 1,
"CurrentDay": 1,
"IslahFactorStatus": "sample string 3",
"Status": 1,
"Date": "2025-12-20T17:40:03.8916739+05:00",
"OngoingFactorsCount": 1,
"CompletedFactorsCount": 1,
"ChillaNumber": 1,
"WakeUpTime": "00:00:00.1234567",
"SleepTime": "00:00:00.1234567"
}
],
"MamoolatIds": [
"9cbdeea7-636e-4b10-be7e-0380b645a407",
"1b91499d-d5c1-49db-9348-806578bd8deb"
],
"CountryIds": [
"880f89b8-d0e5-4f9a-9abd-864d6c316580",
"5975117c-6998-4e3d-ae81-00b691600169"
],
"StateOrProvinceIds": [
"3dd80824-53c0-4937-ad79-feea0b1551f3",
"b46b586b-5e25-4703-b5a7-7888752637de"
],
"CityIds": [
"bf0bb148-6f36-456c-af9a-4e488092014d",
"dd67b152-541a-445b-a28b-7fd4b671b9f7"
],
"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.