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": "639ddc49-3eac-44bc-867c-54b621476c42",
"StartDate": "2026-09-25T12:49:35.4877834+05:00",
"EndDate": "2026-09-25T12:49:35.4877834+05:00",
"UserId": "bf440a55-77b2-42b4-846e-c79a070ac975",
"GroupId": "89e7accd-90a3-4b34-84ef-786a10f6ab7f",
"DepartmentId": "1d7ab1b6-eb74-4490-a82d-dca9ad496d64",
"EventId": "a3c10b1e-536d-4989-a5b3-8b914306950d",
"ActionById": "28e33e45-3c34-49c2-9ef9-1da19228eb04",
"EventRegistrationId": "442c151a-6030-4d32-87a3-234838b2f8cc",
"EventSectorId": "2cbb39ce-54be-4f57-a25f-12e4c07eb02d",
"UserIslahJourneyId": "58fd008d-a0f4-4903-b03a-72e476beeb2f",
"IslahJourneyId": "ecc70d34-f577-4e19-af30-4244b7d2a4af",
"IslahLevelId": "64046360-35f3-459c-bb66-9ea2f0c738a2",
"Day": 1,
"Status": 1,
"Date": "2026-09-25T12:49:35.4917481+05:00",
"SummaryType": 2,
"WakeUpTime": "00:00:00.1234567",
"SleepTime": "00:00:00.1234567",
"MurabiId": "5226c436-44ec-481c-b99c-f8d804d6b840",
"FactorsDetail": [
{
"UserIslahJourneyId": "bb43f3ba-4a2f-45bf-ad13-80b0e3d23eec",
"FactorId": "d3a9aefa-245b-4633-809b-1f05a16e6649",
"FactorName": "sample string 1",
"FactorCategoryName": "sample string 2",
"Day": 1,
"CurrentDay": 1,
"IslahFactorStatus": "sample string 3",
"Status": 1,
"Date": "2026-09-25T12:49:35.4937523+05:00",
"OngoingFactorsCount": 1,
"CompletedFactorsCount": 1,
"ChillaNumber": 1,
"WakeUpTime": "00:00:00.1234567",
"SleepTime": "00:00:00.1234567"
},
{
"UserIslahJourneyId": "bb43f3ba-4a2f-45bf-ad13-80b0e3d23eec",
"FactorId": "d3a9aefa-245b-4633-809b-1f05a16e6649",
"FactorName": "sample string 1",
"FactorCategoryName": "sample string 2",
"Day": 1,
"CurrentDay": 1,
"IslahFactorStatus": "sample string 3",
"Status": 1,
"Date": "2026-09-25T12:49:35.4937523+05:00",
"OngoingFactorsCount": 1,
"CompletedFactorsCount": 1,
"ChillaNumber": 1,
"WakeUpTime": "00:00:00.1234567",
"SleepTime": "00:00:00.1234567"
}
],
"MamoolatIds": [
"72e1dee1-c5bb-48ce-a8fe-f1aec66c2fa0",
"52f24484-3af1-4b66-ba5f-8593d8349851"
],
"CountryIds": [
"16c65a46-41a3-4041-ad51-4fdd14f41cde",
"ea4dbe4d-1364-4a36-908f-ba3c356599df"
],
"StateOrProvinceIds": [
"d55b2fc8-a702-44c3-8f2c-f26abe1d88ef",
"87b21cf5-1be1-450f-81b3-7661a860ec6e"
],
"CityIds": [
"39226407-d2a6-4fe3-b9cc-fc43023a72f0",
"ade47851-aec4-4f68-8f0a-c54f053cd81b"
],
"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.