POST api/Islah/GetIslahLevelMamoolatDDL
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": "6810d0d8-c2cf-44a0-8b64-ea3348da8c00",
"StartDate": "2026-05-16T01:26:58.2492+05:00",
"EndDate": "2026-05-16T01:26:58.2492+05:00",
"UserId": "bf3f0ca5-79a3-4265-992e-17efda134768",
"GroupId": "9227eb32-4884-47b9-8d83-b467cdaa6f52",
"DepartmentId": "70b1611d-7a4f-4770-ae63-bda3fa51f87c",
"EventId": "1d466003-57b8-4068-a592-6bb290d8c006",
"ActionById": "26bde8ca-59b9-4ca8-ae46-a17e1fb3680f",
"EventRegistrationId": "c4511bb6-d7ca-4575-b74f-3ad21e59d998",
"EventSectorId": "dbf36f0a-9ce0-4fe5-afdb-7525879fe929",
"UserIslahJourneyId": "9150cd88-b5b7-45f4-bd62-8dc7c07858ff",
"IslahJourneyId": "333384a9-6de2-4177-9600-e99e22217f9e",
"IslahLevelId": "be291467-4d3a-4f98-8051-0a6e1efba67c",
"Day": 1,
"Status": 1,
"Date": "2026-05-16T01:26:58.2502092+05:00",
"SummaryType": 2,
"WakeUpTime": "00:00:00.1234567",
"SleepTime": "00:00:00.1234567",
"MurabiId": "48682149-88e6-41e0-94f0-0a3a674b0f2c",
"FactorsDetail": [
{
"UserIslahJourneyId": "7e7fc535-2ede-4fc4-9096-202b2260b3fb",
"FactorId": "3720b408-a820-4944-9d17-07ce5d4f9bf1",
"FactorName": "sample string 1",
"FactorCategoryName": "sample string 2",
"Day": 1,
"CurrentDay": 1,
"IslahFactorStatus": "sample string 3",
"Status": 1,
"Date": "2026-05-16T01:26:58.2502092+05:00",
"OngoingFactorsCount": 1,
"CompletedFactorsCount": 1,
"ChillaNumber": 1,
"WakeUpTime": "00:00:00.1234567",
"SleepTime": "00:00:00.1234567"
},
{
"UserIslahJourneyId": "7e7fc535-2ede-4fc4-9096-202b2260b3fb",
"FactorId": "3720b408-a820-4944-9d17-07ce5d4f9bf1",
"FactorName": "sample string 1",
"FactorCategoryName": "sample string 2",
"Day": 1,
"CurrentDay": 1,
"IslahFactorStatus": "sample string 3",
"Status": 1,
"Date": "2026-05-16T01:26:58.2502092+05:00",
"OngoingFactorsCount": 1,
"CompletedFactorsCount": 1,
"ChillaNumber": 1,
"WakeUpTime": "00:00:00.1234567",
"SleepTime": "00:00:00.1234567"
}
],
"MamoolatIds": [
"84688b8f-22a4-413d-9992-06ae658bd590",
"a3258e23-42a0-4a76-8513-fb666ae53e72"
],
"CountryIds": [
"17ba4452-3990-4321-8ab3-17bd92e6144d",
"12eb2907-04f6-4d76-b3f3-ce40f912e691"
],
"StateOrProvinceIds": [
"3bcc4ffd-b502-4f01-ac3b-c941e47a1236",
"c90da87d-e452-41ae-9199-544247ce4d4f"
],
"CityIds": [
"7ee6c9f4-5d4e-4768-86b6-dd6aa8dd41b7",
"ffe1da06-ee4f-4012-a9f5-15e5d0f70f8f"
],
"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.