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": "6f8bac92-7f6b-4c2f-a3c6-f5775be9b070",
"StartDate": "2026-08-01T11:33:03.8233439+05:00",
"EndDate": "2026-08-01T11:33:03.8233439+05:00",
"UserId": "e1107ef9-7157-4c58-9e2b-8451755beaca",
"GroupId": "4a12279c-cb04-4214-8b86-c368a40fcd02",
"DepartmentId": "bb2a765b-9c33-4a50-ab0b-7db1629d3df6",
"EventId": "885aafb6-1181-4c51-af34-e49d5e046152",
"ActionById": "fbe58ba3-8c10-4fc3-9924-78dce317da51",
"EventRegistrationId": "57a2a582-b564-41c0-8522-84be1d52dc37",
"EventSectorId": "a94c3194-b934-4e41-8f9c-518975c51538",
"UserIslahJourneyId": "a8f4e715-afa4-4e76-8a91-71b11260d0a4",
"IslahJourneyId": "f2cba6af-c77a-4868-8a5f-f878a5f23b2e",
"IslahLevelId": "ef765d49-a5f1-4e79-9071-49ba066aa456",
"Day": 1,
"Status": 1,
"Date": "2026-08-01T11:33:03.8233439+05:00",
"SummaryType": 2,
"WakeUpTime": "00:00:00.1234567",
"SleepTime": "00:00:00.1234567",
"MurabiId": "3deaabd9-db17-4135-a114-607eae370fce",
"FactorsDetail": [
{
"UserIslahJourneyId": "92ae8e6f-2e6f-4fcc-a934-bd192f57d0e6",
"FactorId": "aa1fd2af-250a-49a4-bd44-c9fe2d6e9fdc",
"FactorName": "sample string 1",
"FactorCategoryName": "sample string 2",
"Day": 1,
"CurrentDay": 1,
"IslahFactorStatus": "sample string 3",
"Status": 1,
"Date": "2026-08-01T11:33:03.8233439+05:00",
"OngoingFactorsCount": 1,
"CompletedFactorsCount": 1,
"ChillaNumber": 1,
"WakeUpTime": "00:00:00.1234567",
"SleepTime": "00:00:00.1234567"
},
{
"UserIslahJourneyId": "92ae8e6f-2e6f-4fcc-a934-bd192f57d0e6",
"FactorId": "aa1fd2af-250a-49a4-bd44-c9fe2d6e9fdc",
"FactorName": "sample string 1",
"FactorCategoryName": "sample string 2",
"Day": 1,
"CurrentDay": 1,
"IslahFactorStatus": "sample string 3",
"Status": 1,
"Date": "2026-08-01T11:33:03.8233439+05:00",
"OngoingFactorsCount": 1,
"CompletedFactorsCount": 1,
"ChillaNumber": 1,
"WakeUpTime": "00:00:00.1234567",
"SleepTime": "00:00:00.1234567"
}
],
"MamoolatIds": [
"9b646f91-c452-42c5-9f70-8bc9b9449a06",
"23788d31-1097-45e6-bbdd-4784bd3928df"
],
"CountryIds": [
"82766f31-112e-403e-a09f-1df5b661549a",
"03faad36-1eb0-44e0-b15b-274982b8c468"
],
"StateOrProvinceIds": [
"873bd4ef-737a-47fc-8e09-4a722927b715",
"96dfce17-16d7-49e9-ba3b-b11a2a82a396"
],
"CityIds": [
"ce635b05-f73a-45c1-a0d5-4f89684725c1",
"94840374-8b74-43bb-bc53-5566842a95ca"
],
"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.