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": "2b3ededf-b3da-42fa-9227-3d91589e3019",
"StartDate": "2026-04-11T17:10:49.0358961+05:00",
"EndDate": "2026-04-11T17:10:49.0358961+05:00",
"UserId": "1380e7e7-e583-4603-9c75-a57d944eb752",
"GroupId": "ddd15322-8478-49f8-8c20-a2d8d4c78836",
"DepartmentId": "6dad79e0-95e7-425d-92cb-6c2a4828859e",
"EventId": "8f63b450-aea6-4b5c-a707-72e4c7e604f8",
"ActionById": "cddf2957-31ca-4c0c-aace-2130d124120e",
"EventRegistrationId": "6105d90b-0011-41fb-b6d5-2e7bf27eaaac",
"EventSectorId": "8d8a10e7-0ec8-4437-a795-dbd5431e839f",
"UserIslahJourneyId": "c3be5cc0-5203-4d08-83d3-2594df00f904",
"IslahJourneyId": "d323aa82-1100-40be-90c8-3badede55a72",
"IslahLevelId": "6405c80b-bacf-4c00-9d6e-2a08091331ac",
"Day": 1,
"Status": 1,
"Date": "2026-04-11T17:10:49.0358961+05:00",
"SummaryType": 2,
"WakeUpTime": "00:00:00.1234567",
"SleepTime": "00:00:00.1234567",
"MurabiId": "0ed25c09-aa06-4c9f-8781-648be5c1d75e",
"FactorsDetail": [
{
"UserIslahJourneyId": "8f6f7eb0-b7e3-4a80-aee6-d925a531102d",
"FactorId": "9e8652b1-f648-4417-9d04-daa43f5f11b8",
"FactorName": "sample string 1",
"FactorCategoryName": "sample string 2",
"Day": 1,
"CurrentDay": 1,
"IslahFactorStatus": "sample string 3",
"Status": 1,
"Date": "2026-04-11T17:10:49.036903+05:00",
"OngoingFactorsCount": 1,
"CompletedFactorsCount": 1,
"ChillaNumber": 1,
"WakeUpTime": "00:00:00.1234567",
"SleepTime": "00:00:00.1234567"
},
{
"UserIslahJourneyId": "8f6f7eb0-b7e3-4a80-aee6-d925a531102d",
"FactorId": "9e8652b1-f648-4417-9d04-daa43f5f11b8",
"FactorName": "sample string 1",
"FactorCategoryName": "sample string 2",
"Day": 1,
"CurrentDay": 1,
"IslahFactorStatus": "sample string 3",
"Status": 1,
"Date": "2026-04-11T17:10:49.036903+05:00",
"OngoingFactorsCount": 1,
"CompletedFactorsCount": 1,
"ChillaNumber": 1,
"WakeUpTime": "00:00:00.1234567",
"SleepTime": "00:00:00.1234567"
}
],
"MamoolatIds": [
"291a8e16-c223-4f1e-9a71-a38761525400",
"e53afde1-e820-4be1-a294-0775525ce465"
],
"CountryIds": [
"4fbd3e69-ee86-4f2d-bdb4-64f1421484ff",
"e5f55eeb-c5f9-4f1c-9c61-de76a9d93cb2"
],
"StateOrProvinceIds": [
"50c924c9-54b5-4506-85f3-3cd9be032daf",
"a48e15d6-5a8e-435f-a3be-caafad3f7c8c"
],
"CityIds": [
"89062c11-8054-40ec-81fa-c617aa42a894",
"de50aa2f-d033-4711-9986-7ab6ead4e951"
],
"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.