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": "407b3fba-e178-4ddc-8638-729efe78a0de",
"StartDate": "2025-12-10T12:53:28.6939135+05:00",
"EndDate": "2025-12-10T12:53:28.6939135+05:00",
"UserId": "3325282a-7a75-4a37-b52c-8e9160d84461",
"GroupId": "3a7cc6cf-06cd-48c9-bf32-1770efca0cd0",
"DepartmentId": "e2c5dc1f-76e1-410c-9d29-7c4a723f31ad",
"EventId": "66ceb1df-090c-4d68-b262-87b265beb617",
"ActionById": "44c4c9c4-16e6-4c13-bc54-ce5504323d85",
"EventRegistrationId": "388e19ee-2062-4891-bf75-2bf1d72dbf72",
"EventSectorId": "c922e327-a751-415c-97ab-086f1d5e7f1d",
"UserIslahJourneyId": "e1f41052-6fc4-4991-8f51-d3f3008c0577",
"IslahJourneyId": "a1be20d3-1821-46be-9a1a-d52a2519f1f7",
"IslahLevelId": "d1b8b3fb-65f7-4c2e-9cf9-aec7cde93d44",
"Day": 1,
"Status": 1,
"Date": "2025-12-10T12:53:28.6939135+05:00",
"SummaryType": 2,
"WakeUpTime": "00:00:00.1234567",
"SleepTime": "00:00:00.1234567",
"MurabiId": "058dde9a-c689-4f18-afab-03f96ed665fd",
"FactorsDetail": [
{
"UserIslahJourneyId": "b057b510-f828-49c6-9faf-b666ee041154",
"FactorId": "aae907e0-4e71-4dc8-a5ea-d47013ff69d1",
"FactorName": "sample string 1",
"FactorCategoryName": "sample string 2",
"Day": 1,
"CurrentDay": 1,
"IslahFactorStatus": "sample string 3",
"Status": 1,
"Date": "2025-12-10T12:53:28.6939135+05:00",
"OngoingFactorsCount": 1,
"CompletedFactorsCount": 1,
"ChillaNumber": 1,
"WakeUpTime": "00:00:00.1234567",
"SleepTime": "00:00:00.1234567"
},
{
"UserIslahJourneyId": "b057b510-f828-49c6-9faf-b666ee041154",
"FactorId": "aae907e0-4e71-4dc8-a5ea-d47013ff69d1",
"FactorName": "sample string 1",
"FactorCategoryName": "sample string 2",
"Day": 1,
"CurrentDay": 1,
"IslahFactorStatus": "sample string 3",
"Status": 1,
"Date": "2025-12-10T12:53:28.6939135+05:00",
"OngoingFactorsCount": 1,
"CompletedFactorsCount": 1,
"ChillaNumber": 1,
"WakeUpTime": "00:00:00.1234567",
"SleepTime": "00:00:00.1234567"
}
],
"MamoolatIds": [
"9f8c8a4b-3e6b-422c-a26d-8f4fd680018e",
"32260e62-b612-4c74-bf1b-178cf2bc1eec"
],
"CountryIds": [
"8f2a0d91-933b-4688-a9bd-974d2a822303",
"91a2a0c2-92b6-408c-9714-7865060785b2"
],
"StateOrProvinceIds": [
"bf7563a1-125c-4a76-a51e-ac886a983089",
"0a37af3e-b567-4fe5-af88-84630a2c904a"
],
"CityIds": [
"54be0dcf-238f-4952-929f-6c5c4c8d0c72",
"10d55dee-be2d-43f8-b808-85d63a557664"
],
"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.