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": "59c04c96-169e-4e48-8d8c-351f312df1d7",
"StartDate": "2025-12-20T17:38:33.4696935+05:00",
"EndDate": "2025-12-20T17:38:33.4696935+05:00",
"UserId": "967864b5-64f0-4856-806a-b1c7707aaa20",
"GroupId": "0c04750d-23bd-4aa6-acd3-85386b8caa1a",
"DepartmentId": "838a03a9-cbfb-47a4-bd96-a3f9522e7709",
"EventId": "aa308418-fa1b-4264-a600-a81d32e6f29f",
"ActionById": "80df10df-7257-4a48-b757-05023685c546",
"EventRegistrationId": "02281096-e215-4f9c-a639-1eb00dd8655c",
"EventSectorId": "c757a6cf-510c-47b4-8e07-82327707ada9",
"UserIslahJourneyId": "3889e583-03ec-4ac7-8db9-80cb2b3a72a5",
"IslahJourneyId": "53e88fde-3df0-49b2-9efe-2e77c4b3daef",
"IslahLevelId": "5bd5a322-d89c-4307-ba56-d5226146ac69",
"Day": 1,
"Status": 1,
"Date": "2025-12-20T17:38:33.4696935+05:00",
"SummaryType": 2,
"WakeUpTime": "00:00:00.1234567",
"SleepTime": "00:00:00.1234567",
"MurabiId": "f116c2c4-19cf-4c8d-bbed-77609f734199",
"FactorsDetail": [
{
"UserIslahJourneyId": "88f896be-08f0-476a-85e3-48a428d46ec5",
"FactorId": "108369a5-25a6-45e5-bb01-e09eaf94321c",
"FactorName": "sample string 1",
"FactorCategoryName": "sample string 2",
"Day": 1,
"CurrentDay": 1,
"IslahFactorStatus": "sample string 3",
"Status": 1,
"Date": "2025-12-20T17:38:33.4696935+05:00",
"OngoingFactorsCount": 1,
"CompletedFactorsCount": 1,
"ChillaNumber": 1,
"WakeUpTime": "00:00:00.1234567",
"SleepTime": "00:00:00.1234567"
},
{
"UserIslahJourneyId": "88f896be-08f0-476a-85e3-48a428d46ec5",
"FactorId": "108369a5-25a6-45e5-bb01-e09eaf94321c",
"FactorName": "sample string 1",
"FactorCategoryName": "sample string 2",
"Day": 1,
"CurrentDay": 1,
"IslahFactorStatus": "sample string 3",
"Status": 1,
"Date": "2025-12-20T17:38:33.4696935+05:00",
"OngoingFactorsCount": 1,
"CompletedFactorsCount": 1,
"ChillaNumber": 1,
"WakeUpTime": "00:00:00.1234567",
"SleepTime": "00:00:00.1234567"
}
],
"MamoolatIds": [
"bce7d6d3-f4bb-419c-8cfb-9a91adc0c6a9",
"fe1965ef-d00a-4758-84b0-7262f7520fce"
],
"CountryIds": [
"08ca73cd-b2e9-40ee-970a-88ffe2e727fd",
"92a6a5eb-37a7-4a17-b075-2330b3554531"
],
"StateOrProvinceIds": [
"a9661021-dc9b-4261-a774-f08a4aeedc93",
"52f4e49f-def6-4279-b5b3-82cdb766210e"
],
"CityIds": [
"1d03e538-a6ac-469d-aafa-e545c4e35c27",
"661bbcb9-010f-40da-be93-e3ffb9d9d1e1"
],
"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.