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": "ecf4e3be-984c-4190-8ee0-2984cf36d41e",
"StartDate": "2026-08-01T11:33:03.9753367+05:00",
"EndDate": "2026-08-01T11:33:03.9753367+05:00",
"UserId": "091f5811-b460-4f2f-9269-47a2b1566c41",
"GroupId": "3c3bd322-a5cb-42c5-8d1f-a2e2c23e9bca",
"DepartmentId": "c464937d-8575-4604-8586-f8be5f00d917",
"EventId": "5bbc83d6-2cc0-4d53-8f16-4d70f82d359b",
"ActionById": "87f12840-aaef-442f-81e4-96527df76690",
"EventRegistrationId": "31c08bfd-c8aa-4f4d-b444-4b7c250b107c",
"EventSectorId": "14ae6496-645b-494c-9ea5-eb77d2a70f31",
"UserIslahJourneyId": "9e3036eb-d7c8-4b61-abd1-4927b11a03cf",
"IslahJourneyId": "9b83e4fa-26ab-4176-9879-fbb7491a71cf",
"IslahLevelId": "5e283377-5a03-4b8b-b3a7-cf92b1414124",
"Day": 1,
"Status": 1,
"Date": "2026-08-01T11:33:03.9753367+05:00",
"SummaryType": 2,
"WakeUpTime": "00:00:00.1234567",
"SleepTime": "00:00:00.1234567",
"MurabiId": "aa9bc6b3-d5ce-4750-abbb-1cee215882e9",
"FactorsDetail": [
{
"UserIslahJourneyId": "3428a8c6-8786-43f2-9671-63359f3beaa5",
"FactorId": "78936e40-a125-4762-a87c-de1f1ba7db0b",
"FactorName": "sample string 1",
"FactorCategoryName": "sample string 2",
"Day": 1,
"CurrentDay": 1,
"IslahFactorStatus": "sample string 3",
"Status": 1,
"Date": "2026-08-01T11:33:03.9753367+05:00",
"OngoingFactorsCount": 1,
"CompletedFactorsCount": 1,
"ChillaNumber": 1,
"WakeUpTime": "00:00:00.1234567",
"SleepTime": "00:00:00.1234567"
},
{
"UserIslahJourneyId": "3428a8c6-8786-43f2-9671-63359f3beaa5",
"FactorId": "78936e40-a125-4762-a87c-de1f1ba7db0b",
"FactorName": "sample string 1",
"FactorCategoryName": "sample string 2",
"Day": 1,
"CurrentDay": 1,
"IslahFactorStatus": "sample string 3",
"Status": 1,
"Date": "2026-08-01T11:33:03.9753367+05:00",
"OngoingFactorsCount": 1,
"CompletedFactorsCount": 1,
"ChillaNumber": 1,
"WakeUpTime": "00:00:00.1234567",
"SleepTime": "00:00:00.1234567"
}
],
"MamoolatIds": [
"1e5dc289-9a56-4ed3-b897-cb22284ef0cb",
"e83a60cf-0c43-4456-bed6-20f3e0802edb"
],
"CountryIds": [
"35cbdd76-556f-42fb-a8df-166ff9db7ec8",
"bd08b828-2377-495c-ad6b-1e5834af0dde"
],
"StateOrProvinceIds": [
"63e3c4f4-4063-4412-89a2-237ea61fa424",
"38b6c59b-4aec-4cc5-a873-a407a78c1af1"
],
"CityIds": [
"99f12929-a8db-41ff-af2d-666f3a04dd5f",
"90cd1822-b225-4ab7-93a5-257e314b3ff5"
],
"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.