POST api/Islah/GetUsersIslahLevelMamoolatData
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": "685623af-fb3a-4120-9b9e-ea7dd96347b3",
"StartDate": "2026-03-31T16:18:25.052202+05:00",
"EndDate": "2026-03-31T16:18:25.052202+05:00",
"UserId": "95852ad7-93da-4882-a227-999766ef850e",
"GroupId": "7e4bfaaa-9e2b-4925-876a-507ec31110fa",
"DepartmentId": "4e3d500b-971b-4167-bb25-aa0d1d58ea37",
"EventId": "60f6f440-0f66-4990-bd9a-d122a4af7a5f",
"ActionById": "b7376fc5-fc48-4264-8ac1-9adc6ae964ac",
"EventRegistrationId": "f5fd4916-33ef-4c2e-b0ea-c5d87e7a4070",
"EventSectorId": "bff02f08-2311-46f2-bd6a-0ac02c4b7f45",
"UserIslahJourneyId": "c325b82a-7706-4ade-98cf-cbf23a36ae77",
"IslahJourneyId": "495aa1fc-82b9-44c3-88d6-9edefa35c1a5",
"IslahLevelId": "7317fba4-a182-4c88-a715-fa5d04b0b31c",
"Day": 1,
"Status": 1,
"Date": "2026-03-31T16:18:25.052202+05:00",
"SummaryType": 2,
"WakeUpTime": "00:00:00.1234567",
"SleepTime": "00:00:00.1234567",
"MurabiId": "3bb8f7a5-a305-4613-8f64-194ea1157000",
"FactorsDetail": [
{
"UserIslahJourneyId": "3632102e-30f4-4d59-9ef8-bdcfb4254c5c",
"FactorId": "e36d1a34-451f-41bf-a47f-78d768c21350",
"FactorName": "sample string 1",
"FactorCategoryName": "sample string 2",
"Day": 1,
"CurrentDay": 1,
"IslahFactorStatus": "sample string 3",
"Status": 1,
"Date": "2026-03-31T16:18:25.052202+05:00",
"OngoingFactorsCount": 1,
"CompletedFactorsCount": 1,
"ChillaNumber": 1,
"WakeUpTime": "00:00:00.1234567",
"SleepTime": "00:00:00.1234567"
},
{
"UserIslahJourneyId": "3632102e-30f4-4d59-9ef8-bdcfb4254c5c",
"FactorId": "e36d1a34-451f-41bf-a47f-78d768c21350",
"FactorName": "sample string 1",
"FactorCategoryName": "sample string 2",
"Day": 1,
"CurrentDay": 1,
"IslahFactorStatus": "sample string 3",
"Status": 1,
"Date": "2026-03-31T16:18:25.052202+05:00",
"OngoingFactorsCount": 1,
"CompletedFactorsCount": 1,
"ChillaNumber": 1,
"WakeUpTime": "00:00:00.1234567",
"SleepTime": "00:00:00.1234567"
}
],
"MamoolatIds": [
"8048be61-337d-4c31-8b49-12d59a1632c4",
"e7b5c1e3-2ff5-480b-951c-e867fad6faf9"
],
"CountryIds": [
"87d865b7-4670-4402-899f-7b93d31357b2",
"01243e1a-6036-4bd3-b2c4-118c35c4f256"
],
"StateOrProvinceIds": [
"b42a9513-a538-48f7-b41f-22bfb70c0302",
"3aac3615-ba66-4e60-907c-b45147b576ac"
],
"CityIds": [
"a565c479-862c-4986-9614-ace79915e11f",
"7cec992b-b16a-4acb-8afb-643df5b313f8"
],
"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.