POST api/Islah/GetUserIslahLevelMamoolat
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": "bc34bc7c-07fb-44ae-87ce-c751fac889d0",
"StartDate": "2026-05-16T01:26:16.0770469+05:00",
"EndDate": "2026-05-16T01:26:16.0770469+05:00",
"UserId": "03f473f5-6030-40c4-a804-33157b191bab",
"GroupId": "e5dbb38b-3a4d-4e1d-bc55-73af38b31dce",
"DepartmentId": "9620d071-d4f5-4ae4-bd2c-f47c2d283cf4",
"EventId": "bcec7ad2-491b-4568-932d-cf4ecabbfb9e",
"ActionById": "bc1518a7-7774-4efa-b9be-7969a6a60419",
"EventRegistrationId": "7b2f1003-218f-4fb2-94c6-229fdd76c902",
"EventSectorId": "4db7fbd0-8b83-4d1c-b7ad-a644fbad2cbd",
"UserIslahJourneyId": "3d676e3e-6787-41e6-b76c-4a3bb0918ff1",
"IslahJourneyId": "5ec39269-474a-4120-be15-f8f473542fb5",
"IslahLevelId": "5bc8b85c-bbe6-4887-9719-e1e2d9cc0faf",
"Day": 1,
"Status": 1,
"Date": "2026-05-16T01:26:16.0770469+05:00",
"SummaryType": 2,
"WakeUpTime": "00:00:00.1234567",
"SleepTime": "00:00:00.1234567",
"MurabiId": "0c7b8188-6174-4f7f-834e-dff7f4c8b426",
"FactorsDetail": [
{
"UserIslahJourneyId": "0852c7b8-7fc7-47c3-a540-f48fabafbb73",
"FactorId": "67eca7d6-3694-4e08-9512-2835d790a9fc",
"FactorName": "sample string 1",
"FactorCategoryName": "sample string 2",
"Day": 1,
"CurrentDay": 1,
"IslahFactorStatus": "sample string 3",
"Status": 1,
"Date": "2026-05-16T01:26:16.0770469+05:00",
"OngoingFactorsCount": 1,
"CompletedFactorsCount": 1,
"ChillaNumber": 1,
"WakeUpTime": "00:00:00.1234567",
"SleepTime": "00:00:00.1234567"
},
{
"UserIslahJourneyId": "0852c7b8-7fc7-47c3-a540-f48fabafbb73",
"FactorId": "67eca7d6-3694-4e08-9512-2835d790a9fc",
"FactorName": "sample string 1",
"FactorCategoryName": "sample string 2",
"Day": 1,
"CurrentDay": 1,
"IslahFactorStatus": "sample string 3",
"Status": 1,
"Date": "2026-05-16T01:26:16.0770469+05:00",
"OngoingFactorsCount": 1,
"CompletedFactorsCount": 1,
"ChillaNumber": 1,
"WakeUpTime": "00:00:00.1234567",
"SleepTime": "00:00:00.1234567"
}
],
"MamoolatIds": [
"4f4adb2e-6116-45ec-90b8-844b5165a081",
"876482fa-4380-4435-a382-869a160438a1"
],
"CountryIds": [
"1f4e1d72-2428-4b78-af4e-c1493f0c2fd1",
"ecebc058-0f59-4713-87bc-e5de46d6a902"
],
"StateOrProvinceIds": [
"8b5ffd02-df57-4e55-91c4-38650f84cd53",
"01d4f1a3-ae2f-4042-a984-fcb54ef35b48"
],
"CityIds": [
"12841c80-c242-43d5-ad72-847ca976ae74",
"39075e72-49b8-4a25-b31d-971f17ef2491"
],
"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.