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": "cc482e15-22cf-46d4-a70b-761cb572254e",
"StartDate": "2026-03-31T16:16:35.0672155+05:00",
"EndDate": "2026-03-31T16:16:35.0672155+05:00",
"UserId": "f36eb198-34be-490f-8230-e0f8081d9074",
"GroupId": "b28c511d-8184-400a-811a-eeebe75cbc02",
"DepartmentId": "c34d0def-cc6b-46c0-84a4-a69b4e3a0203",
"EventId": "255a6512-a1a0-4df1-b4cd-398262096314",
"ActionById": "620bbf8f-bfb6-46af-b13f-4e99e9328a7f",
"EventRegistrationId": "866af48b-aef9-44cd-938b-f5637ad97bc0",
"EventSectorId": "683073f8-53a3-47de-bdd3-a5c25b407aca",
"UserIslahJourneyId": "10d86fb6-9913-476e-96af-d18604701850",
"IslahJourneyId": "f20fc749-e9bf-425b-a290-e925e437218a",
"IslahLevelId": "8e79c7ef-111d-49b6-84f1-0bcf88080ba0",
"Day": 1,
"Status": 1,
"Date": "2026-03-31T16:16:35.0712388+05:00",
"SummaryType": 2,
"WakeUpTime": "00:00:00.1234567",
"SleepTime": "00:00:00.1234567",
"MurabiId": "a4f71f50-d34f-4a85-b45f-e5dd3755b83d",
"FactorsDetail": [
{
"UserIslahJourneyId": "228fa402-99d6-46dd-9cf2-17153cc87492",
"FactorId": "b3bfe687-a08a-4703-9caf-03a2d7b13bf6",
"FactorName": "sample string 1",
"FactorCategoryName": "sample string 2",
"Day": 1,
"CurrentDay": 1,
"IslahFactorStatus": "sample string 3",
"Status": 1,
"Date": "2026-03-31T16:16:35.0732462+05:00",
"OngoingFactorsCount": 1,
"CompletedFactorsCount": 1,
"ChillaNumber": 1,
"WakeUpTime": "00:00:00.1234567",
"SleepTime": "00:00:00.1234567"
},
{
"UserIslahJourneyId": "228fa402-99d6-46dd-9cf2-17153cc87492",
"FactorId": "b3bfe687-a08a-4703-9caf-03a2d7b13bf6",
"FactorName": "sample string 1",
"FactorCategoryName": "sample string 2",
"Day": 1,
"CurrentDay": 1,
"IslahFactorStatus": "sample string 3",
"Status": 1,
"Date": "2026-03-31T16:16:35.0732462+05:00",
"OngoingFactorsCount": 1,
"CompletedFactorsCount": 1,
"ChillaNumber": 1,
"WakeUpTime": "00:00:00.1234567",
"SleepTime": "00:00:00.1234567"
}
],
"MamoolatIds": [
"13a63c83-eba4-4ec8-af23-fd6e7d4392d1",
"76a5d2c6-12d3-4e20-8018-cf0546361bc9"
],
"CountryIds": [
"d844ea26-5eba-4ded-b20c-992a5a2d111e",
"38d6a080-8250-480c-a312-3180da633f08"
],
"StateOrProvinceIds": [
"59e238ce-3c7d-4da1-8998-048273b6d1c4",
"6b5e9551-7afb-4706-b7f7-b62402a1ca7b"
],
"CityIds": [
"3a3127d9-d036-462c-a389-1dd14681a3a3",
"9f835460-f3f4-4f06-9243-540b77e9a0a7"
],
"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.