POST api/Islah/GetMurabiDetails
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": "270fca71-12c5-42fc-8417-9e3d6fb55819",
"StartDate": "2026-03-31T16:21:35.140227+05:00",
"EndDate": "2026-03-31T16:21:35.140227+05:00",
"UserId": "d52d8ae4-7175-4f2e-b09a-2551bc7e3f07",
"GroupId": "7b8961e0-cfd9-42c5-813b-dd7312f91bbd",
"DepartmentId": "f5d7463d-8883-44ac-a1bc-b8664cd29696",
"EventId": "ce290b80-fa66-4f2b-9a17-5cadefe6ab25",
"ActionById": "2d624408-a1f9-4943-9976-87a5d689e854",
"EventRegistrationId": "f1d1fe52-b169-43ba-b904-53cc88085e40",
"EventSectorId": "f7b68abc-b3ff-4fcd-a59a-a696d6764dda",
"UserIslahJourneyId": "cd2fe54d-6adb-48d9-9663-9f2839382ea3",
"IslahJourneyId": "4c82b96b-9dc3-49f6-98c8-2be900f8fb55",
"IslahLevelId": "3b5e1cc1-571a-4491-8e8f-6dc580bedcfd",
"Day": 1,
"Status": 1,
"Date": "2026-03-31T16:21:35.140227+05:00",
"SummaryType": 2,
"WakeUpTime": "00:00:00.1234567",
"SleepTime": "00:00:00.1234567",
"MurabiId": "0f06f97e-beed-4f54-ac85-d8044f1d0e91",
"FactorsDetail": [
{
"UserIslahJourneyId": "b727c5c0-8090-41bc-a840-10927caf9d75",
"FactorId": "cb9f4bf6-096f-4f55-8d0b-cfdcac982add",
"FactorName": "sample string 1",
"FactorCategoryName": "sample string 2",
"Day": 1,
"CurrentDay": 1,
"IslahFactorStatus": "sample string 3",
"Status": 1,
"Date": "2026-03-31T16:21:35.140227+05:00",
"OngoingFactorsCount": 1,
"CompletedFactorsCount": 1,
"ChillaNumber": 1,
"WakeUpTime": "00:00:00.1234567",
"SleepTime": "00:00:00.1234567"
},
{
"UserIslahJourneyId": "b727c5c0-8090-41bc-a840-10927caf9d75",
"FactorId": "cb9f4bf6-096f-4f55-8d0b-cfdcac982add",
"FactorName": "sample string 1",
"FactorCategoryName": "sample string 2",
"Day": 1,
"CurrentDay": 1,
"IslahFactorStatus": "sample string 3",
"Status": 1,
"Date": "2026-03-31T16:21:35.140227+05:00",
"OngoingFactorsCount": 1,
"CompletedFactorsCount": 1,
"ChillaNumber": 1,
"WakeUpTime": "00:00:00.1234567",
"SleepTime": "00:00:00.1234567"
}
],
"MamoolatIds": [
"9441f11e-1548-454d-a47f-6c684bc3747a",
"e1102c68-b81c-4d9f-b3ee-893f15586fd6"
],
"CountryIds": [
"aa0a4d07-602a-4545-8da6-db368f490f17",
"bab27579-374a-4d78-85f2-b2b8393546e7"
],
"StateOrProvinceIds": [
"5f5c7e23-1eaa-4547-aebd-3a7c63cae85e",
"1b99ce18-29c5-4990-9b0b-b5cedb29c074"
],
"CityIds": [
"dba213a6-a4c8-4009-b175-f0928f1bee26",
"b5313845-a556-4918-8879-e6aec5e24fe0"
],
"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.