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": "8f576bd7-afaa-4b22-be97-64c39745b5c7",
"StartDate": "2026-05-16T01:25:13.1481603+05:00",
"EndDate": "2026-05-16T01:25:13.1481603+05:00",
"UserId": "eb333cff-8876-49fa-bacf-fdcb43bbd11f",
"GroupId": "e50ef2ff-fbf1-4c8d-924e-ec2ab5f9e055",
"DepartmentId": "0c0e23bb-6f41-4105-a7fd-2df3ec4da20d",
"EventId": "196404f5-2d81-4690-b85f-28a5f490d3ca",
"ActionById": "29d713fa-d2d1-4a7c-ba42-d6a0eb5ef728",
"EventRegistrationId": "7828706a-5ee2-4283-9125-32306eb27757",
"EventSectorId": "1a295fe8-6711-465a-9c78-7a40291f753d",
"UserIslahJourneyId": "c055605e-bac5-41f6-9e1a-9e975759d737",
"IslahJourneyId": "f74c0a6c-2163-4c1b-b111-051a38066061",
"IslahLevelId": "e473a341-adcd-4390-b176-70471a995aa9",
"Day": 1,
"Status": 1,
"Date": "2026-05-16T01:25:13.1501716+05:00",
"SummaryType": 2,
"WakeUpTime": "00:00:00.1234567",
"SleepTime": "00:00:00.1234567",
"MurabiId": "fa744de7-0e78-4823-a630-3c4a156251dd",
"FactorsDetail": [
{
"UserIslahJourneyId": "4d0ee109-679d-4e3e-ba03-aedbd9c0642a",
"FactorId": "2eeb7925-54a4-4ca2-bafa-f30b185b92a2",
"FactorName": "sample string 1",
"FactorCategoryName": "sample string 2",
"Day": 1,
"CurrentDay": 1,
"IslahFactorStatus": "sample string 3",
"Status": 1,
"Date": "2026-05-16T01:25:13.1532246+05:00",
"OngoingFactorsCount": 1,
"CompletedFactorsCount": 1,
"ChillaNumber": 1,
"WakeUpTime": "00:00:00.1234567",
"SleepTime": "00:00:00.1234567"
},
{
"UserIslahJourneyId": "4d0ee109-679d-4e3e-ba03-aedbd9c0642a",
"FactorId": "2eeb7925-54a4-4ca2-bafa-f30b185b92a2",
"FactorName": "sample string 1",
"FactorCategoryName": "sample string 2",
"Day": 1,
"CurrentDay": 1,
"IslahFactorStatus": "sample string 3",
"Status": 1,
"Date": "2026-05-16T01:25:13.1532246+05:00",
"OngoingFactorsCount": 1,
"CompletedFactorsCount": 1,
"ChillaNumber": 1,
"WakeUpTime": "00:00:00.1234567",
"SleepTime": "00:00:00.1234567"
}
],
"MamoolatIds": [
"02bf71d1-edcc-4c12-8d17-68228122d34f",
"225e67f2-c28b-4f7e-8c96-f3ac92aedd5b"
],
"CountryIds": [
"a43de839-a1ae-40a4-8764-84145cf2f3ca",
"6395df36-4773-4a10-9532-4d372075c74a"
],
"StateOrProvinceIds": [
"27347ac5-8fd6-4e5b-9a5e-f684555ead2c",
"e0a4b5b8-da09-48a6-a967-5fc8cbcd5639"
],
"CityIds": [
"2c525489-8525-4f86-b7bb-acba5697dfca",
"fcb446d6-a91b-47f6-b80f-71c8635f1e6b"
],
"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.