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": "bb693e33-8602-404f-a18e-ec7390b5cbe7",
"StartDate": "2026-04-11T17:08:27.5261242+05:00",
"EndDate": "2026-04-11T17:08:27.5261242+05:00",
"UserId": "b4634a91-34fb-4ea9-bca5-4e359c9806d3",
"GroupId": "a5ef6b50-cf78-48b9-9acb-bacd4a168c43",
"DepartmentId": "a929cbd6-2247-4283-8e91-442b183d5811",
"EventId": "3b824da0-6efc-47f9-a558-84e5c33c2464",
"ActionById": "68e52058-b856-4a33-a4d0-924f9ccd5a69",
"EventRegistrationId": "18ac137b-32bf-482a-a3e9-0ddcc45e9221",
"EventSectorId": "146fb23a-f878-4283-8550-ff8247296239",
"UserIslahJourneyId": "6e0a19d0-2523-4b34-8af0-035f23c5812c",
"IslahJourneyId": "2b473a60-3883-4a0f-be2d-ef992d38fae2",
"IslahLevelId": "788c553b-6646-433f-b3d2-5510aa8dacc2",
"Day": 1,
"Status": 1,
"Date": "2026-04-11T17:08:27.5261242+05:00",
"SummaryType": 2,
"WakeUpTime": "00:00:00.1234567",
"SleepTime": "00:00:00.1234567",
"MurabiId": "88419f15-7fb9-432c-ac0b-3ee40a32776f",
"FactorsDetail": [
{
"UserIslahJourneyId": "168a1a8a-55cc-474e-a44a-1f8780d35b3c",
"FactorId": "877c428f-dad9-4ded-9040-7ce6af549795",
"FactorName": "sample string 1",
"FactorCategoryName": "sample string 2",
"Day": 1,
"CurrentDay": 1,
"IslahFactorStatus": "sample string 3",
"Status": 1,
"Date": "2026-04-11T17:08:27.5261242+05:00",
"OngoingFactorsCount": 1,
"CompletedFactorsCount": 1,
"ChillaNumber": 1,
"WakeUpTime": "00:00:00.1234567",
"SleepTime": "00:00:00.1234567"
},
{
"UserIslahJourneyId": "168a1a8a-55cc-474e-a44a-1f8780d35b3c",
"FactorId": "877c428f-dad9-4ded-9040-7ce6af549795",
"FactorName": "sample string 1",
"FactorCategoryName": "sample string 2",
"Day": 1,
"CurrentDay": 1,
"IslahFactorStatus": "sample string 3",
"Status": 1,
"Date": "2026-04-11T17:08:27.5261242+05:00",
"OngoingFactorsCount": 1,
"CompletedFactorsCount": 1,
"ChillaNumber": 1,
"WakeUpTime": "00:00:00.1234567",
"SleepTime": "00:00:00.1234567"
}
],
"MamoolatIds": [
"c96bd6df-04f8-48d8-bb1a-f140d1d53a57",
"8302fff9-f4eb-433a-90fe-372474470a6d"
],
"CountryIds": [
"c36f5817-008a-4336-80ff-0e3f036eb227",
"8ef3096d-59f9-404a-b6fb-c32dd2b9cb33"
],
"StateOrProvinceIds": [
"0d7011b9-d74d-4e5e-80bf-c061cbc5206b",
"5dfd61ef-9699-4e12-a523-d1cf8d9eda20"
],
"CityIds": [
"8c145ac6-60b8-4c99-bf10-b6a9e0629d13",
"95502229-b968-441d-a635-3fbd7b508b7d"
],
"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.