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": "8ad18723-3905-421a-aa30-56062bf3b1f6",
"StartDate": "2025-12-10T12:53:46.9369428+05:00",
"EndDate": "2025-12-10T12:53:46.9369428+05:00",
"UserId": "4b143ef9-b7cb-48ef-b06a-bfbdb0fedee6",
"GroupId": "397d18aa-bd1f-4179-a02a-578156670ee6",
"DepartmentId": "6a4fb802-d2d4-4365-b569-50b1c61d0c1c",
"EventId": "70dde0d9-5bc4-4bfb-a33d-e1fad9b34646",
"ActionById": "2f6aa8d9-a633-48c9-a30e-083b1c5c89a9",
"EventRegistrationId": "b3fcd011-16ef-40a6-85b0-1cf6cc94a2b7",
"EventSectorId": "98e75be4-cb3e-4495-853b-687967db6366",
"UserIslahJourneyId": "bd7bb333-da09-4e07-839f-0b24a2736f5d",
"IslahJourneyId": "48d00bb7-8e27-4e04-b22a-6f3d0e58aa98",
"IslahLevelId": "3fcebc68-4b3d-4c5d-aeee-0c5da7275b15",
"Day": 1,
"Status": 1,
"Date": "2025-12-10T12:53:46.9369428+05:00",
"SummaryType": 2,
"WakeUpTime": "00:00:00.1234567",
"SleepTime": "00:00:00.1234567",
"MurabiId": "0c25c07f-c4bb-47b2-8081-0e81c13a093c",
"FactorsDetail": [
{
"UserIslahJourneyId": "3db8ffcb-b065-4e85-a4af-101f277ca1e1",
"FactorId": "ff8d6cfd-b115-449a-803e-c593b60157e5",
"FactorName": "sample string 1",
"FactorCategoryName": "sample string 2",
"Day": 1,
"CurrentDay": 1,
"IslahFactorStatus": "sample string 3",
"Status": 1,
"Date": "2025-12-10T12:53:46.9369428+05:00",
"OngoingFactorsCount": 1,
"CompletedFactorsCount": 1,
"ChillaNumber": 1,
"WakeUpTime": "00:00:00.1234567",
"SleepTime": "00:00:00.1234567"
},
{
"UserIslahJourneyId": "3db8ffcb-b065-4e85-a4af-101f277ca1e1",
"FactorId": "ff8d6cfd-b115-449a-803e-c593b60157e5",
"FactorName": "sample string 1",
"FactorCategoryName": "sample string 2",
"Day": 1,
"CurrentDay": 1,
"IslahFactorStatus": "sample string 3",
"Status": 1,
"Date": "2025-12-10T12:53:46.9369428+05:00",
"OngoingFactorsCount": 1,
"CompletedFactorsCount": 1,
"ChillaNumber": 1,
"WakeUpTime": "00:00:00.1234567",
"SleepTime": "00:00:00.1234567"
}
],
"MamoolatIds": [
"864e542d-31a3-4e49-9b7c-a40f82bd3f77",
"f4a821f3-8d4c-43a0-8dd1-d706d1510f58"
],
"CountryIds": [
"b1abcc19-443c-4669-9a72-fae4ecb0e37f",
"313984a9-5e1a-441e-8345-00c5742d9184"
],
"StateOrProvinceIds": [
"109fc626-3670-4c5b-9b0e-9d3ac1abcaa5",
"d1f767a1-9c03-464d-bc12-044aabb888ea"
],
"CityIds": [
"1c6ab145-12fa-4ee5-a771-ad14e5d31f05",
"cbea4ac3-911c-4e8c-9f85-82c8b568adb1"
],
"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.