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": "b890fd6d-72e1-457f-a986-a291b73ab1b0",
"StartDate": "2026-06-06T12:46:23.8779904+05:00",
"EndDate": "2026-06-06T12:46:23.8779904+05:00",
"UserId": "24f6de14-f4d5-42ee-a4bc-b6a2d045a701",
"GroupId": "5350354e-97fb-4b69-bc43-3767a5266a1b",
"DepartmentId": "3cd2bcf9-07a1-4fca-ae8a-81fed7d10609",
"EventId": "c43481a1-5c56-4c68-8574-789d2f577823",
"ActionById": "8e68b9ff-2fb1-48e3-83a3-233c13074c7a",
"EventRegistrationId": "23198fe6-ae8a-46fe-a917-e4c416bdaf54",
"EventSectorId": "36ecf764-1c93-48ab-960f-86c48e1e1c8f",
"UserIslahJourneyId": "e2c5cf2a-9910-43bc-838d-dd0b722c6740",
"IslahJourneyId": "b813047d-221b-48dc-9a9c-65e6748c90a0",
"IslahLevelId": "bc816136-b48d-4b16-8602-cee1747af188",
"Day": 1,
"Status": 1,
"Date": "2026-06-06T12:46:23.8779904+05:00",
"SummaryType": 2,
"WakeUpTime": "00:00:00.1234567",
"SleepTime": "00:00:00.1234567",
"MurabiId": "764919e0-5aee-45b6-87b3-dfbeef77493e",
"FactorsDetail": [
{
"UserIslahJourneyId": "3aa27232-7e96-4934-beb4-870b2c36ad6c",
"FactorId": "22ee15e2-e413-453f-abab-1638676bff37",
"FactorName": "sample string 1",
"FactorCategoryName": "sample string 2",
"Day": 1,
"CurrentDay": 1,
"IslahFactorStatus": "sample string 3",
"Status": 1,
"Date": "2026-06-06T12:46:23.8779904+05:00",
"OngoingFactorsCount": 1,
"CompletedFactorsCount": 1,
"ChillaNumber": 1,
"WakeUpTime": "00:00:00.1234567",
"SleepTime": "00:00:00.1234567"
},
{
"UserIslahJourneyId": "3aa27232-7e96-4934-beb4-870b2c36ad6c",
"FactorId": "22ee15e2-e413-453f-abab-1638676bff37",
"FactorName": "sample string 1",
"FactorCategoryName": "sample string 2",
"Day": 1,
"CurrentDay": 1,
"IslahFactorStatus": "sample string 3",
"Status": 1,
"Date": "2026-06-06T12:46:23.8779904+05:00",
"OngoingFactorsCount": 1,
"CompletedFactorsCount": 1,
"ChillaNumber": 1,
"WakeUpTime": "00:00:00.1234567",
"SleepTime": "00:00:00.1234567"
}
],
"MamoolatIds": [
"a3a3445d-2a02-4a5a-900e-a164a763b4e2",
"531ae391-d4ed-4a96-97ff-a01aaba2754c"
],
"CountryIds": [
"146d8f87-7521-404b-a292-577b77fdc685",
"0fa78aef-8df3-463b-8530-e9f81110b2f3"
],
"StateOrProvinceIds": [
"2e97f955-5377-4d2b-a4a6-ae0f6c7f3fa8",
"da46756a-2e97-4e1c-b146-b6b6dfb52297"
],
"CityIds": [
"5465c0a0-df1c-4435-a5f9-2c158c85f744",
"f2246db0-fe8e-48de-b033-19e4b06c9c2b"
],
"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.