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": "b1fee9ff-7115-4e25-a345-0258de733b0d",
"StartDate": "2026-09-25T12:49:36.0757275+05:00",
"EndDate": "2026-09-25T12:49:36.0757275+05:00",
"UserId": "3f89fc1a-58a7-4333-a13a-c7608c4df3eb",
"GroupId": "436619ae-5f39-45fa-8481-c4252f6df57d",
"DepartmentId": "5e161f19-b2ef-40bb-a70c-b62cbac5b40c",
"EventId": "17cd871c-38b5-4792-8130-21d6106cb7d9",
"ActionById": "ab95ac85-8fba-49d2-a55c-78d55409e020",
"EventRegistrationId": "bef44264-096c-4e13-bdc1-5f2c3fd79dd3",
"EventSectorId": "9d742e86-0d11-4161-82c2-f2f0da1e1dda",
"UserIslahJourneyId": "b14b0e1c-cc97-47fd-84b2-073df0f22b92",
"IslahJourneyId": "3f7f29bc-8d07-4dda-8948-5e679f6dc847",
"IslahLevelId": "56780f7d-e62a-4e3c-bde6-675c2c350b2b",
"Day": 1,
"Status": 1,
"Date": "2026-09-25T12:49:36.0757275+05:00",
"SummaryType": 2,
"WakeUpTime": "00:00:00.1234567",
"SleepTime": "00:00:00.1234567",
"MurabiId": "388e98ce-4361-414e-a806-d9576422001c",
"FactorsDetail": [
{
"UserIslahJourneyId": "80fa9362-84c4-4b96-80fd-5a9eb713921b",
"FactorId": "3d86ec5b-bb73-44bf-8b74-a567d5be922a",
"FactorName": "sample string 1",
"FactorCategoryName": "sample string 2",
"Day": 1,
"CurrentDay": 1,
"IslahFactorStatus": "sample string 3",
"Status": 1,
"Date": "2026-09-25T12:49:36.0757275+05:00",
"OngoingFactorsCount": 1,
"CompletedFactorsCount": 1,
"ChillaNumber": 1,
"WakeUpTime": "00:00:00.1234567",
"SleepTime": "00:00:00.1234567"
},
{
"UserIslahJourneyId": "80fa9362-84c4-4b96-80fd-5a9eb713921b",
"FactorId": "3d86ec5b-bb73-44bf-8b74-a567d5be922a",
"FactorName": "sample string 1",
"FactorCategoryName": "sample string 2",
"Day": 1,
"CurrentDay": 1,
"IslahFactorStatus": "sample string 3",
"Status": 1,
"Date": "2026-09-25T12:49:36.0757275+05:00",
"OngoingFactorsCount": 1,
"CompletedFactorsCount": 1,
"ChillaNumber": 1,
"WakeUpTime": "00:00:00.1234567",
"SleepTime": "00:00:00.1234567"
}
],
"MamoolatIds": [
"fb6b2b05-996f-4e18-ba39-ab1486573181",
"1358cce5-72b6-4aa0-9446-58b9afc5ffeb"
],
"CountryIds": [
"f9783b52-c34d-4ee7-9880-1cba8c2fcf80",
"fdb7aa14-cb1d-447a-9fec-437af11dba2b"
],
"StateOrProvinceIds": [
"6cc151a5-2e97-47d2-b511-3e7d3d3271e7",
"d03376b8-ac8a-4657-9c1e-4a3c6ac519ea"
],
"CityIds": [
"22066e09-a099-4e75-84ae-b4984ba99b25",
"e5fa9663-f167-4889-9d52-8fef42e03fdb"
],
"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.