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": "4633337f-d4e7-4d7a-a144-2f31217ec8ba",
"StartDate": "2026-08-01T11:33:03.7033407+05:00",
"EndDate": "2026-08-01T11:33:03.7033407+05:00",
"UserId": "92a134e2-1ccb-43cc-9e8c-329886047992",
"GroupId": "85aa56a7-8f74-4b5b-8937-93df9b99df3c",
"DepartmentId": "66e01f5f-10b7-4322-a5bd-590324116cb3",
"EventId": "02d60c37-d9a5-4236-96d0-258176ceea82",
"ActionById": "be51e4b3-0c2c-4fa7-9d98-d5fd9ecd8f56",
"EventRegistrationId": "cad53e83-061c-4cee-8559-4ed426a5fddc",
"EventSectorId": "a690c067-5530-4cba-a85a-a6ebe0d52e73",
"UserIslahJourneyId": "e1f06b3e-23a8-4914-b24c-f3db0af56767",
"IslahJourneyId": "734c712a-b8ed-44a7-859d-b5d69ebfdc80",
"IslahLevelId": "3f141048-57ef-4523-96a6-e044f091a985",
"Day": 1,
"Status": 1,
"Date": "2026-08-01T11:33:03.7033407+05:00",
"SummaryType": 2,
"WakeUpTime": "00:00:00.1234567",
"SleepTime": "00:00:00.1234567",
"MurabiId": "15b6a6cb-689a-4b95-82cc-ea7b4a00ddea",
"FactorsDetail": [
{
"UserIslahJourneyId": "5fadf0b0-3885-4494-b960-1f67a47e1b37",
"FactorId": "93fba066-7c14-4678-9d1f-d610a356fcc4",
"FactorName": "sample string 1",
"FactorCategoryName": "sample string 2",
"Day": 1,
"CurrentDay": 1,
"IslahFactorStatus": "sample string 3",
"Status": 1,
"Date": "2026-08-01T11:33:03.7033407+05:00",
"OngoingFactorsCount": 1,
"CompletedFactorsCount": 1,
"ChillaNumber": 1,
"WakeUpTime": "00:00:00.1234567",
"SleepTime": "00:00:00.1234567"
},
{
"UserIslahJourneyId": "5fadf0b0-3885-4494-b960-1f67a47e1b37",
"FactorId": "93fba066-7c14-4678-9d1f-d610a356fcc4",
"FactorName": "sample string 1",
"FactorCategoryName": "sample string 2",
"Day": 1,
"CurrentDay": 1,
"IslahFactorStatus": "sample string 3",
"Status": 1,
"Date": "2026-08-01T11:33:03.7033407+05:00",
"OngoingFactorsCount": 1,
"CompletedFactorsCount": 1,
"ChillaNumber": 1,
"WakeUpTime": "00:00:00.1234567",
"SleepTime": "00:00:00.1234567"
}
],
"MamoolatIds": [
"23f493de-ac75-4171-9229-2edde828608d",
"6f2829dd-ede9-49cc-818e-0f5a51c5578e"
],
"CountryIds": [
"f30135c8-077b-48e0-8343-8aad4d234d13",
"be059af1-599b-4900-bd36-da5224347e52"
],
"StateOrProvinceIds": [
"774fec16-8a28-44c1-acd8-cfe1ca5ce637",
"9380be26-2616-471f-ab1c-16bf4cb58ad6"
],
"CityIds": [
"5bad3fee-1a1c-43d6-9068-c25ff80e40d7",
"5b1f2c6d-02a1-4622-bae5-f1b4750255b4"
],
"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.