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": "67c9f9d7-367a-40f7-96e4-0f0fba6b4d86",
"StartDate": "2025-12-20T17:34:24.6025356+05:00",
"EndDate": "2025-12-20T17:34:24.6025356+05:00",
"UserId": "8631aeae-1823-4334-ac7a-20a473cbec48",
"GroupId": "1168eed9-d82f-41aa-86eb-5d212c060eeb",
"DepartmentId": "307b1ecf-df8c-445a-9231-e024f2c89592",
"EventId": "b2eb456e-a12c-40ab-ba10-c1ec99855f1d",
"ActionById": "ddd96064-254b-489e-933d-1f5ebff5bbcf",
"EventRegistrationId": "7231b9e8-288d-4f8e-8b6e-8fdcac48f918",
"EventSectorId": "a38ae5ce-8691-4dc8-8179-1331b83cd700",
"UserIslahJourneyId": "c9ea1d82-74cd-4968-aad4-0a25e0b13e57",
"IslahJourneyId": "407a01b5-b33e-493b-a1a4-576bad5802d8",
"IslahLevelId": "9577474f-0830-42d3-9c70-0d6634931baf",
"Day": 1,
"Status": 1,
"Date": "2025-12-20T17:34:24.6035242+05:00",
"SummaryType": 2,
"WakeUpTime": "00:00:00.1234567",
"SleepTime": "00:00:00.1234567",
"MurabiId": "2f659296-7ff5-41f3-b70a-130bbd6c47fa",
"FactorsDetail": [
{
"UserIslahJourneyId": "8345df48-1a2a-46a4-adb0-13833ef76b5f",
"FactorId": "476518d2-f05d-4e2a-bdaf-3fdf7407172b",
"FactorName": "sample string 1",
"FactorCategoryName": "sample string 2",
"Day": 1,
"CurrentDay": 1,
"IslahFactorStatus": "sample string 3",
"Status": 1,
"Date": "2025-12-20T17:34:24.6045038+05:00",
"OngoingFactorsCount": 1,
"CompletedFactorsCount": 1,
"ChillaNumber": 1,
"WakeUpTime": "00:00:00.1234567",
"SleepTime": "00:00:00.1234567"
},
{
"UserIslahJourneyId": "8345df48-1a2a-46a4-adb0-13833ef76b5f",
"FactorId": "476518d2-f05d-4e2a-bdaf-3fdf7407172b",
"FactorName": "sample string 1",
"FactorCategoryName": "sample string 2",
"Day": 1,
"CurrentDay": 1,
"IslahFactorStatus": "sample string 3",
"Status": 1,
"Date": "2025-12-20T17:34:24.6045038+05:00",
"OngoingFactorsCount": 1,
"CompletedFactorsCount": 1,
"ChillaNumber": 1,
"WakeUpTime": "00:00:00.1234567",
"SleepTime": "00:00:00.1234567"
}
],
"MamoolatIds": [
"ecb1b3c8-1559-4d17-81ab-6310183870b6",
"83df3ec9-1a00-4b89-a996-31deda173a73"
],
"CountryIds": [
"f0c7a3c4-e91e-4f29-8613-8084fdf2d62d",
"41919060-3857-45b8-91c1-e6e9247610f0"
],
"StateOrProvinceIds": [
"22f86358-ceb4-4e96-a07e-573d08d4874a",
"23f1dbca-1b02-471c-8e91-d038e889d659"
],
"CityIds": [
"486eba9c-427d-464c-8308-04ef4789799f",
"0c94c3fa-8aeb-4fb4-9ff6-11b62827c01a"
],
"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.