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": "a8d21652-e84d-42cc-826b-82bbd92cd4fb",
"StartDate": "2025-12-20T17:41:10.4406527+05:00",
"EndDate": "2025-12-20T17:41:10.4406527+05:00",
"UserId": "73490e31-d7d5-4e7e-ad71-ca77c822b669",
"GroupId": "d4275822-14ac-42c5-8c61-107660ab6396",
"DepartmentId": "3f209c30-b102-4e66-a392-e3a6ea7fd01b",
"EventId": "1502196d-d94f-46a3-9f6c-cbfd75d49758",
"ActionById": "5ee7dfee-3839-4704-b4a4-150fcff534d5",
"EventRegistrationId": "60c326a2-2d07-43cc-b843-1df829e3e532",
"EventSectorId": "9864e188-a4c2-4020-8a22-6ca46492d1f1",
"UserIslahJourneyId": "e00f2181-a09a-4815-aecf-504fa7a0f65d",
"IslahJourneyId": "5057fee3-41a7-4e7e-8426-92f27dc17cf7",
"IslahLevelId": "6b3d202d-825d-4641-bb62-b169b9ea28f4",
"Day": 1,
"Status": 1,
"Date": "2025-12-20T17:41:10.4406527+05:00",
"SummaryType": 2,
"WakeUpTime": "00:00:00.1234567",
"SleepTime": "00:00:00.1234567",
"MurabiId": "eac28cff-b91a-4f1a-b9ad-70d6d9654e4d",
"FactorsDetail": [
{
"UserIslahJourneyId": "9242abad-8e6d-4f7c-bc55-1178e448fc60",
"FactorId": "c2580ca5-4baa-4051-8fe1-e8a08e256d4f",
"FactorName": "sample string 1",
"FactorCategoryName": "sample string 2",
"Day": 1,
"CurrentDay": 1,
"IslahFactorStatus": "sample string 3",
"Status": 1,
"Date": "2025-12-20T17:41:10.4406527+05:00",
"OngoingFactorsCount": 1,
"CompletedFactorsCount": 1,
"ChillaNumber": 1,
"WakeUpTime": "00:00:00.1234567",
"SleepTime": "00:00:00.1234567"
},
{
"UserIslahJourneyId": "9242abad-8e6d-4f7c-bc55-1178e448fc60",
"FactorId": "c2580ca5-4baa-4051-8fe1-e8a08e256d4f",
"FactorName": "sample string 1",
"FactorCategoryName": "sample string 2",
"Day": 1,
"CurrentDay": 1,
"IslahFactorStatus": "sample string 3",
"Status": 1,
"Date": "2025-12-20T17:41:10.4406527+05:00",
"OngoingFactorsCount": 1,
"CompletedFactorsCount": 1,
"ChillaNumber": 1,
"WakeUpTime": "00:00:00.1234567",
"SleepTime": "00:00:00.1234567"
}
],
"MamoolatIds": [
"4d45343c-9ed3-4cbb-899a-5ed074b8926a",
"c4358f13-2d19-4338-add5-b969db017538"
],
"CountryIds": [
"401d203f-2ae9-4f3b-a6d3-dafcea4669f9",
"326e078d-c11f-48a2-9e78-6fc308307de1"
],
"StateOrProvinceIds": [
"6457e98a-ac49-4d4a-bb6f-a7df9e7bef0b",
"233841c6-f592-41d9-bb8e-6ce9833df784"
],
"CityIds": [
"21d0414f-a5ce-4ce3-9872-102498293a86",
"325dd8ad-f472-4c93-bf60-3d943ba0ea58"
],
"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.