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": "56be4920-ac58-4c7f-b3d3-a4c1a97be17f",
"StartDate": "2026-05-16T01:25:42.2641328+05:00",
"EndDate": "2026-05-16T01:25:42.2641328+05:00",
"UserId": "04f74677-a0fa-460a-9667-96b9ad8cc7af",
"GroupId": "7b0589fe-06a1-48eb-9af0-e1c2ff362476",
"DepartmentId": "7887565c-1351-493f-b05a-e9efc4fbb54a",
"EventId": "1d2962c2-7f8f-41fc-ba9c-7594bca73903",
"ActionById": "46beaef6-452e-43f6-ae45-ac439092204e",
"EventRegistrationId": "c0fa36d5-9e1c-4051-9b14-51c89f5b04a0",
"EventSectorId": "cb692d65-3894-430a-8f34-be8ccf128caa",
"UserIslahJourneyId": "92669cb3-069e-4140-ae3b-2e6328db717b",
"IslahJourneyId": "d955cce0-f7c7-48e4-aa29-b3a0d399157a",
"IslahLevelId": "9b204a98-06fd-4d7e-b27c-fd4abe2c1a31",
"Day": 1,
"Status": 1,
"Date": "2026-05-16T01:25:42.2641328+05:00",
"SummaryType": 2,
"WakeUpTime": "00:00:00.1234567",
"SleepTime": "00:00:00.1234567",
"MurabiId": "afcc5051-e00d-4324-a236-d05afc3c9f39",
"FactorsDetail": [
{
"UserIslahJourneyId": "e6ba1138-44c9-4a99-a539-4591beeaf5d6",
"FactorId": "ab22e635-7e85-4445-a625-cab5f8b540a8",
"FactorName": "sample string 1",
"FactorCategoryName": "sample string 2",
"Day": 1,
"CurrentDay": 1,
"IslahFactorStatus": "sample string 3",
"Status": 1,
"Date": "2026-05-16T01:25:42.2641328+05:00",
"OngoingFactorsCount": 1,
"CompletedFactorsCount": 1,
"ChillaNumber": 1,
"WakeUpTime": "00:00:00.1234567",
"SleepTime": "00:00:00.1234567"
},
{
"UserIslahJourneyId": "e6ba1138-44c9-4a99-a539-4591beeaf5d6",
"FactorId": "ab22e635-7e85-4445-a625-cab5f8b540a8",
"FactorName": "sample string 1",
"FactorCategoryName": "sample string 2",
"Day": 1,
"CurrentDay": 1,
"IslahFactorStatus": "sample string 3",
"Status": 1,
"Date": "2026-05-16T01:25:42.2641328+05:00",
"OngoingFactorsCount": 1,
"CompletedFactorsCount": 1,
"ChillaNumber": 1,
"WakeUpTime": "00:00:00.1234567",
"SleepTime": "00:00:00.1234567"
}
],
"MamoolatIds": [
"6becf707-6e27-431d-9c07-dedae4d8441e",
"4e9a8698-7a51-4576-972f-ad59779c0ad3"
],
"CountryIds": [
"60a6e98a-1abd-41b5-83ad-292abccdd45d",
"4e0725f7-72b6-4aa2-9f6c-39b110ca90f3"
],
"StateOrProvinceIds": [
"f3162d7e-44d8-495d-97d1-2d88bd206565",
"5ee7651f-3939-4f64-982e-d3318bb8dc6c"
],
"CityIds": [
"e6eb7cb1-929c-42f0-a8fa-34b14c7e6d90",
"38896195-e6bf-4941-b4de-8ac2e3036940"
],
"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.