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": "55dd2b3b-41be-4eba-8247-c49362182f94",
"StartDate": "2026-06-06T12:46:23.9791097+05:00",
"EndDate": "2026-06-06T12:46:23.9791097+05:00",
"UserId": "88fddef9-e427-47f7-86bd-11876115a7cb",
"GroupId": "4698830b-ec51-41da-ac82-b6ecbc118a10",
"DepartmentId": "1b8ae9c7-9910-4cc9-96a4-6d55cf693cf5",
"EventId": "019ed86e-4470-4d62-a8bf-8aa82ad7e17f",
"ActionById": "a6db788a-f18b-4e84-b950-cc06478cc423",
"EventRegistrationId": "a8ae1db3-62ad-4e20-ae8c-72d5a7fb5bba",
"EventSectorId": "72bd4e64-04f6-499a-a473-52ea46d29538",
"UserIslahJourneyId": "954a11c9-e3c2-4a8b-ad51-73e95c11f8ba",
"IslahJourneyId": "7ecd8bee-1348-4615-ae0e-641d6c7d7785",
"IslahLevelId": "33895768-a2f5-4ca5-9bd8-48f6df35f54e",
"Day": 1,
"Status": 1,
"Date": "2026-06-06T12:46:23.9791097+05:00",
"SummaryType": 2,
"WakeUpTime": "00:00:00.1234567",
"SleepTime": "00:00:00.1234567",
"MurabiId": "844c6f56-0881-4242-be30-fabe98640a17",
"FactorsDetail": [
{
"UserIslahJourneyId": "4e1e2018-ef75-41ec-97e9-87144184f866",
"FactorId": "e66154e8-b0f7-4ee3-b625-6cf15431840d",
"FactorName": "sample string 1",
"FactorCategoryName": "sample string 2",
"Day": 1,
"CurrentDay": 1,
"IslahFactorStatus": "sample string 3",
"Status": 1,
"Date": "2026-06-06T12:46:23.9799013+05:00",
"OngoingFactorsCount": 1,
"CompletedFactorsCount": 1,
"ChillaNumber": 1,
"WakeUpTime": "00:00:00.1234567",
"SleepTime": "00:00:00.1234567"
},
{
"UserIslahJourneyId": "4e1e2018-ef75-41ec-97e9-87144184f866",
"FactorId": "e66154e8-b0f7-4ee3-b625-6cf15431840d",
"FactorName": "sample string 1",
"FactorCategoryName": "sample string 2",
"Day": 1,
"CurrentDay": 1,
"IslahFactorStatus": "sample string 3",
"Status": 1,
"Date": "2026-06-06T12:46:23.9799013+05:00",
"OngoingFactorsCount": 1,
"CompletedFactorsCount": 1,
"ChillaNumber": 1,
"WakeUpTime": "00:00:00.1234567",
"SleepTime": "00:00:00.1234567"
}
],
"MamoolatIds": [
"5fea6bfd-39f2-4934-b75c-3adbeef7c91c",
"80762ed6-3525-4c9e-bd1f-6fb21eb1ead7"
],
"CountryIds": [
"99cc3846-8332-433f-8924-f18a2444f703",
"6267a345-9ad0-406e-ac05-d35339be83bc"
],
"StateOrProvinceIds": [
"b7405095-71cc-42ed-91a7-f5335d57eced",
"407df57d-d58c-4a2e-8316-fad627965bd8"
],
"CityIds": [
"b56ac765-f7d9-428b-b8b1-2086c091c7c5",
"9f31c005-fb3e-4bfb-9a6f-017545915b59"
],
"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.