POST api/Islah/GetIslahFactorsDetail
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": "04006ab6-fb30-449d-8a68-12a2209e893c",
"StartDate": "2026-04-11T18:32:23.4288266+05:00",
"EndDate": "2026-04-11T18:32:23.4288266+05:00",
"UserId": "8755ab45-6c9c-44a9-b2cd-0fdee44fcd36",
"GroupId": "3001db96-2972-4af2-8897-e2732d99d608",
"DepartmentId": "38f3a0dc-a27e-441f-86e4-fcd7396a4c89",
"EventId": "9cc8452a-f052-4eb6-9e45-88e77c3c323d",
"ActionById": "edea97ee-7502-451c-8981-23fef340022f",
"EventRegistrationId": "b85fbe5b-f5f2-4075-9f0f-28c35eb5c337",
"EventSectorId": "8634ece5-bd50-4c1f-abc9-29e6b14e6370",
"UserIslahJourneyId": "803340f1-d270-474a-b52f-ab64cb1812dd",
"IslahJourneyId": "136179ce-5a0e-4e67-8cbb-3c93663229e2",
"IslahLevelId": "3d70e65c-7f87-4cbc-b1f6-24429fe399bf",
"Day": 1,
"Status": 1,
"Date": "2026-04-11T18:32:23.4288266+05:00",
"SummaryType": 2,
"WakeUpTime": "00:00:00.1234567",
"SleepTime": "00:00:00.1234567",
"MurabiId": "ad0defcb-2eda-40b0-96d8-cf4e87751240",
"FactorsDetail": [
{
"UserIslahJourneyId": "169ee424-2b2d-4214-b719-291ac7b757cb",
"FactorId": "72dc100f-767c-4101-8792-4719a1a11c4d",
"FactorName": "sample string 1",
"FactorCategoryName": "sample string 2",
"Day": 1,
"CurrentDay": 1,
"IslahFactorStatus": "sample string 3",
"Status": 1,
"Date": "2026-04-11T18:32:23.4288266+05:00",
"OngoingFactorsCount": 1,
"CompletedFactorsCount": 1,
"ChillaNumber": 1,
"WakeUpTime": "00:00:00.1234567",
"SleepTime": "00:00:00.1234567"
},
{
"UserIslahJourneyId": "169ee424-2b2d-4214-b719-291ac7b757cb",
"FactorId": "72dc100f-767c-4101-8792-4719a1a11c4d",
"FactorName": "sample string 1",
"FactorCategoryName": "sample string 2",
"Day": 1,
"CurrentDay": 1,
"IslahFactorStatus": "sample string 3",
"Status": 1,
"Date": "2026-04-11T18:32:23.4288266+05:00",
"OngoingFactorsCount": 1,
"CompletedFactorsCount": 1,
"ChillaNumber": 1,
"WakeUpTime": "00:00:00.1234567",
"SleepTime": "00:00:00.1234567"
}
],
"MamoolatIds": [
"8648a4c1-64ae-40bf-8f05-4dc667c71a3d",
"9928c20f-17c1-45d3-9fac-5ff16597b727"
],
"CountryIds": [
"cdac13dc-bf2f-43f4-a8e9-03b421ec2d6d",
"e5919140-02a0-435f-91a2-2c920f4cbffe"
],
"StateOrProvinceIds": [
"8fc0fd4e-d395-481c-9923-c1fbaf378edd",
"613afee7-1f08-42f3-b006-ad7b120a78eb"
],
"CityIds": [
"d5a89a56-b2cf-4022-949c-d85c80c57f93",
"7e633ad0-110c-49b0-bdf5-3bba274d09c5"
],
"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.