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": "0a5c94f2-3ff2-412e-8038-ca9db642d33f",
"StartDate": "2026-03-31T16:23:55.5582629+05:00",
"EndDate": "2026-03-31T16:23:55.5582629+05:00",
"UserId": "2602dfd7-e87a-4cf5-9a4c-109bedc5f1cb",
"GroupId": "655d16a6-9857-45bf-97f9-0ac12da63c63",
"DepartmentId": "0bb29e9e-9cf3-447e-abf9-0d4c18ed347c",
"EventId": "d84e34aa-fcdb-4a1c-ad25-384f6b86687f",
"ActionById": "db3f7600-4284-4d06-91e2-594fff5856b2",
"EventRegistrationId": "98bb4070-9fad-4bdd-a120-6cdbaf433efa",
"EventSectorId": "c635c1c9-0b00-488e-b002-d02731429890",
"UserIslahJourneyId": "d3191bd7-4af4-4600-9774-cde4801642b9",
"IslahJourneyId": "f3f00153-d0f3-4759-b63d-34a37fc48083",
"IslahLevelId": "4cff5d50-1715-499b-ad1a-ca526caafac6",
"Day": 1,
"Status": 1,
"Date": "2026-03-31T16:23:55.5582629+05:00",
"SummaryType": 2,
"WakeUpTime": "00:00:00.1234567",
"SleepTime": "00:00:00.1234567",
"MurabiId": "94bc82e0-0ba5-4619-9e1a-b24d2dabcb01",
"FactorsDetail": [
{
"UserIslahJourneyId": "bf97fd25-5e40-4cb8-99a5-98940dc9ea1d",
"FactorId": "e447a4a4-d768-41b1-916d-e8246e146fb5",
"FactorName": "sample string 1",
"FactorCategoryName": "sample string 2",
"Day": 1,
"CurrentDay": 1,
"IslahFactorStatus": "sample string 3",
"Status": 1,
"Date": "2026-03-31T16:23:55.5582629+05:00",
"OngoingFactorsCount": 1,
"CompletedFactorsCount": 1,
"ChillaNumber": 1,
"WakeUpTime": "00:00:00.1234567",
"SleepTime": "00:00:00.1234567"
},
{
"UserIslahJourneyId": "bf97fd25-5e40-4cb8-99a5-98940dc9ea1d",
"FactorId": "e447a4a4-d768-41b1-916d-e8246e146fb5",
"FactorName": "sample string 1",
"FactorCategoryName": "sample string 2",
"Day": 1,
"CurrentDay": 1,
"IslahFactorStatus": "sample string 3",
"Status": 1,
"Date": "2026-03-31T16:23:55.5582629+05:00",
"OngoingFactorsCount": 1,
"CompletedFactorsCount": 1,
"ChillaNumber": 1,
"WakeUpTime": "00:00:00.1234567",
"SleepTime": "00:00:00.1234567"
}
],
"MamoolatIds": [
"ecbe4597-6c76-4f5f-a410-6ee76cc8bb11",
"24f211c6-f2a2-4f7e-8fd3-903675d2cb75"
],
"CountryIds": [
"50108a9a-ff3e-4010-9fa0-5ad7c41300e4",
"9d9da959-2361-4b40-aeea-5f220f888a21"
],
"StateOrProvinceIds": [
"f31cfb9e-9ba5-4986-a166-66655da052dc",
"ac43b488-84d5-44e1-8bd0-4ce1ecd5d57d"
],
"CityIds": [
"d37a452a-908c-4f30-9976-38c19686c5ee",
"21a9d631-369e-46e3-a6d6-e537ef9a6eaa"
],
"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.