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": "5a6b6ab9-d6ff-4d50-b362-96ed22c5688e",
"StartDate": "2026-05-16T01:26:56.7420735+05:00",
"EndDate": "2026-05-16T01:26:56.7420735+05:00",
"UserId": "cc6fe703-23df-44c2-81cf-c25d8ddb807b",
"GroupId": "fe19c41a-5df0-483e-806d-1a26aa464d66",
"DepartmentId": "ea919f20-e650-4d22-935b-2e1c072a2548",
"EventId": "500a0dd6-43ab-46b8-90af-d29dea63fa94",
"ActionById": "f04a1c26-18ea-4662-9227-69f236836362",
"EventRegistrationId": "b83267e2-a6f8-4630-bd75-3480ace4b35b",
"EventSectorId": "938dc9a2-c488-4d5c-8a33-f988a2dcf56a",
"UserIslahJourneyId": "3653a105-1081-45e5-a434-142c43026026",
"IslahJourneyId": "07c51c13-98ea-46a6-89bb-aeaaed284b9e",
"IslahLevelId": "6c270714-e975-4676-91d6-23615d0d6e5f",
"Day": 1,
"Status": 1,
"Date": "2026-05-16T01:26:56.7420735+05:00",
"SummaryType": 2,
"WakeUpTime": "00:00:00.1234567",
"SleepTime": "00:00:00.1234567",
"MurabiId": "49cc2bac-696f-4c2d-a9ec-8c798b97f6e5",
"FactorsDetail": [
{
"UserIslahJourneyId": "dfdd392e-1801-4cf6-907c-36c216a0a70d",
"FactorId": "ad89703e-a0fa-40a8-b0ed-5d767db06321",
"FactorName": "sample string 1",
"FactorCategoryName": "sample string 2",
"Day": 1,
"CurrentDay": 1,
"IslahFactorStatus": "sample string 3",
"Status": 1,
"Date": "2026-05-16T01:26:56.7420735+05:00",
"OngoingFactorsCount": 1,
"CompletedFactorsCount": 1,
"ChillaNumber": 1,
"WakeUpTime": "00:00:00.1234567",
"SleepTime": "00:00:00.1234567"
},
{
"UserIslahJourneyId": "dfdd392e-1801-4cf6-907c-36c216a0a70d",
"FactorId": "ad89703e-a0fa-40a8-b0ed-5d767db06321",
"FactorName": "sample string 1",
"FactorCategoryName": "sample string 2",
"Day": 1,
"CurrentDay": 1,
"IslahFactorStatus": "sample string 3",
"Status": 1,
"Date": "2026-05-16T01:26:56.7420735+05:00",
"OngoingFactorsCount": 1,
"CompletedFactorsCount": 1,
"ChillaNumber": 1,
"WakeUpTime": "00:00:00.1234567",
"SleepTime": "00:00:00.1234567"
}
],
"MamoolatIds": [
"81545a21-4f74-41bf-8292-734d23817977",
"7348eb45-a4f3-4519-8740-6530381a70ef"
],
"CountryIds": [
"e5d74585-e6cd-4d84-846c-a11c7f272278",
"91bdf8f4-9d42-4807-a8f6-9eafeacc8fec"
],
"StateOrProvinceIds": [
"d1208d1e-c9c5-4121-a5fa-15dd1a19c5f0",
"a973e746-eb34-4b6a-9a78-6fd17f47927b"
],
"CityIds": [
"ac8b3ad3-7fda-4163-95a7-ce249507894a",
"c2fe3de5-a03e-4c2c-a830-464b56554804"
],
"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.