POST api/Islah/GetUserIslahReportData
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": "1108a47e-53c7-4cc0-8db8-65296b20ffad",
"StartDate": "2026-06-06T12:46:23.7290197+05:00",
"EndDate": "2026-06-06T12:46:23.7290197+05:00",
"UserId": "464f3307-79e8-4109-bb45-8928d8aa14f9",
"GroupId": "cc1ca688-98f2-44e5-bdac-fad6d0eea81f",
"DepartmentId": "21053adb-e4c5-406e-8f15-6f735ed536b8",
"EventId": "40f1bc35-6d98-4468-afc9-bed6ee8193d8",
"ActionById": "c1c05bf7-351a-4fab-a21b-efee2f27bc26",
"EventRegistrationId": "49b4bc71-7787-4043-8048-5c0f05b2e311",
"EventSectorId": "a3646a64-3ae3-4f2d-a4f6-d67c66fed555",
"UserIslahJourneyId": "1934a633-373a-4b34-ba34-d57c07b288af",
"IslahJourneyId": "c930622d-b289-4ded-a8f3-80449e9ef081",
"IslahLevelId": "58c43df2-4ad0-4b84-aef1-c22c742057e8",
"Day": 1,
"Status": 1,
"Date": "2026-06-06T12:46:23.7320445+05:00",
"SummaryType": 2,
"WakeUpTime": "00:00:00.1234567",
"SleepTime": "00:00:00.1234567",
"MurabiId": "d2e133ba-6da5-4641-9554-9a557abec659",
"FactorsDetail": [
{
"UserIslahJourneyId": "f900bc9d-57b8-474b-92a0-b74c6e6c37e3",
"FactorId": "f82f9b72-3061-484e-843a-a5d0e19b8161",
"FactorName": "sample string 1",
"FactorCategoryName": "sample string 2",
"Day": 1,
"CurrentDay": 1,
"IslahFactorStatus": "sample string 3",
"Status": 1,
"Date": "2026-06-06T12:46:23.7359881+05:00",
"OngoingFactorsCount": 1,
"CompletedFactorsCount": 1,
"ChillaNumber": 1,
"WakeUpTime": "00:00:00.1234567",
"SleepTime": "00:00:00.1234567"
},
{
"UserIslahJourneyId": "f900bc9d-57b8-474b-92a0-b74c6e6c37e3",
"FactorId": "f82f9b72-3061-484e-843a-a5d0e19b8161",
"FactorName": "sample string 1",
"FactorCategoryName": "sample string 2",
"Day": 1,
"CurrentDay": 1,
"IslahFactorStatus": "sample string 3",
"Status": 1,
"Date": "2026-06-06T12:46:23.7359881+05:00",
"OngoingFactorsCount": 1,
"CompletedFactorsCount": 1,
"ChillaNumber": 1,
"WakeUpTime": "00:00:00.1234567",
"SleepTime": "00:00:00.1234567"
}
],
"MamoolatIds": [
"7855bee4-ce9c-4002-830c-2cf4fe1604bd",
"5a2f2d0b-295a-4572-ae4b-c53b7274f8ed"
],
"CountryIds": [
"aa30eefa-9d4a-483d-8843-3ba3b7a9f0b4",
"3d95d765-dffd-4ced-9624-553f181e603f"
],
"StateOrProvinceIds": [
"2e41704a-bc04-430e-9b5a-2a6d4ef26573",
"7bc7043a-e46b-4695-a32b-4fcab3a66d9a"
],
"CityIds": [
"8793bb9b-24ac-4b4c-8914-f54bd84208fb",
"7632099a-a32b-40b4-947f-f3452a33ef7f"
],
"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.