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": "ce06487f-c8a2-4f0e-adda-b285bcd1cea2",
"StartDate": "2026-08-01T11:33:03.7163259+05:00",
"EndDate": "2026-08-01T11:33:03.7163259+05:00",
"UserId": "839afbaa-b311-4d06-b2c5-efa181d86e68",
"GroupId": "d840c472-179a-4d6f-a3d3-58c40e61cd46",
"DepartmentId": "bba2a2b9-980d-413f-9b48-11cb00534c18",
"EventId": "ead0eab5-6098-40c2-9e45-2114a9e4875f",
"ActionById": "365957cc-a7c1-42f5-acf2-bd1e18c9819d",
"EventRegistrationId": "59f41890-fd70-48c9-afa9-f5db7035d914",
"EventSectorId": "20896fd7-666c-4d59-9acc-bd59a74f592a",
"UserIslahJourneyId": "6f501612-85ff-4532-97e6-e9f3fb617e82",
"IslahJourneyId": "acea8db9-b6fa-430a-85e2-772b629d24a7",
"IslahLevelId": "8924d955-173c-4d32-b2c1-b2a2fe3bbcde",
"Day": 1,
"Status": 1,
"Date": "2026-08-01T11:33:03.7163259+05:00",
"SummaryType": 2,
"WakeUpTime": "00:00:00.1234567",
"SleepTime": "00:00:00.1234567",
"MurabiId": "3017c4bf-d119-49cc-aed9-830469cd5a24",
"FactorsDetail": [
{
"UserIslahJourneyId": "198ae4ae-7d01-4a84-b7ea-27d3de9c501b",
"FactorId": "75ed8405-0520-44de-a26b-9b04d65a4a17",
"FactorName": "sample string 1",
"FactorCategoryName": "sample string 2",
"Day": 1,
"CurrentDay": 1,
"IslahFactorStatus": "sample string 3",
"Status": 1,
"Date": "2026-08-01T11:33:03.7163259+05:00",
"OngoingFactorsCount": 1,
"CompletedFactorsCount": 1,
"ChillaNumber": 1,
"WakeUpTime": "00:00:00.1234567",
"SleepTime": "00:00:00.1234567"
},
{
"UserIslahJourneyId": "198ae4ae-7d01-4a84-b7ea-27d3de9c501b",
"FactorId": "75ed8405-0520-44de-a26b-9b04d65a4a17",
"FactorName": "sample string 1",
"FactorCategoryName": "sample string 2",
"Day": 1,
"CurrentDay": 1,
"IslahFactorStatus": "sample string 3",
"Status": 1,
"Date": "2026-08-01T11:33:03.7163259+05:00",
"OngoingFactorsCount": 1,
"CompletedFactorsCount": 1,
"ChillaNumber": 1,
"WakeUpTime": "00:00:00.1234567",
"SleepTime": "00:00:00.1234567"
}
],
"MamoolatIds": [
"4213c36b-8344-44e6-bce6-5a63618eb12f",
"d730a833-5c22-4283-85ee-62372ca026ae"
],
"CountryIds": [
"5cd3df8c-63c8-4c96-aef4-a3c597379221",
"1da1bb7a-640f-492c-b2bc-01af61401e78"
],
"StateOrProvinceIds": [
"5e5b2b7b-b543-4594-ad40-353161c87047",
"f99da096-55ed-4959-874b-d79d5658b8ac"
],
"CityIds": [
"e5083597-2f7f-4ca9-aa0f-d217b0be9201",
"6f6abc31-2de8-40b4-9530-290460f94e13"
],
"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.