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": "1fd6859d-0dca-46bc-bb9f-2bc3b2eff11f",
"StartDate": "2025-12-10T12:49:28.6317022+05:00",
"EndDate": "2025-12-10T12:49:28.6317022+05:00",
"UserId": "034edd25-30c0-4dd6-9317-f4cfa0bb1b73",
"GroupId": "faa051b1-6362-44e5-b54b-0a0b0c4611e2",
"DepartmentId": "ed205c2f-b9fa-4a41-8e76-43b43ff2abc3",
"EventId": "dd2a7711-cf18-45ce-95ab-73fc47d1caad",
"ActionById": "77eee618-7010-4fb5-815a-34a080672a92",
"EventRegistrationId": "59e4cca5-130d-47e8-8d96-c45424b05bb0",
"EventSectorId": "74eac431-0546-4343-97ea-859c0aab5943",
"UserIslahJourneyId": "62ff9a74-29f5-4b22-97d5-ea6e9cf9e9de",
"IslahJourneyId": "ff0e4ee6-e834-438c-a0d9-080662ba9041",
"IslahLevelId": "c36fbe8d-c611-48e1-9ca7-809f8619a0a5",
"Day": 1,
"Status": 1,
"Date": "2025-12-10T12:49:28.6317022+05:00",
"SummaryType": 2,
"WakeUpTime": "00:00:00.1234567",
"SleepTime": "00:00:00.1234567",
"MurabiId": "0e19cd4a-d2b1-4493-aa8d-837a7b34dcb4",
"FactorsDetail": [
{
"UserIslahJourneyId": "a04b05af-bfc9-46c7-9435-7202ae8c265d",
"FactorId": "55919c9d-e23a-42e8-a8d0-a3d1ed709b59",
"FactorName": "sample string 1",
"FactorCategoryName": "sample string 2",
"Day": 1,
"CurrentDay": 1,
"IslahFactorStatus": "sample string 3",
"Status": 1,
"Date": "2025-12-10T12:49:28.6317022+05:00",
"OngoingFactorsCount": 1,
"CompletedFactorsCount": 1,
"ChillaNumber": 1,
"WakeUpTime": "00:00:00.1234567",
"SleepTime": "00:00:00.1234567"
},
{
"UserIslahJourneyId": "a04b05af-bfc9-46c7-9435-7202ae8c265d",
"FactorId": "55919c9d-e23a-42e8-a8d0-a3d1ed709b59",
"FactorName": "sample string 1",
"FactorCategoryName": "sample string 2",
"Day": 1,
"CurrentDay": 1,
"IslahFactorStatus": "sample string 3",
"Status": 1,
"Date": "2025-12-10T12:49:28.6317022+05:00",
"OngoingFactorsCount": 1,
"CompletedFactorsCount": 1,
"ChillaNumber": 1,
"WakeUpTime": "00:00:00.1234567",
"SleepTime": "00:00:00.1234567"
}
],
"MamoolatIds": [
"fccb1d38-9614-4ff6-9a17-4ebde7a78e6a",
"8cf78a5e-669e-44bd-8f70-1d4d86a45c89"
],
"CountryIds": [
"aa3496d3-8473-49fb-9bda-7631e7617e24",
"b51b52f9-9a29-4a2b-a78e-391c0e5b3e75"
],
"StateOrProvinceIds": [
"fab6e760-51ec-484b-9840-cf244cf21a88",
"20eab872-ff76-4fed-b14d-eb20251f2e65"
],
"CityIds": [
"fde34521-49c7-4527-9d1a-409114c29a84",
"053f6d03-48ab-4690-bf85-940c4524ec5b"
],
"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.