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": "4a95d8d5-e233-4aae-91c0-bb35128bffb4",
"StartDate": "2025-12-20T17:40:17.0056763+05:00",
"EndDate": "2025-12-20T17:40:17.0056763+05:00",
"UserId": "2ddd578b-712c-4797-8074-db596baff534",
"GroupId": "e4330e0d-8f35-4aa8-80ae-bc63b604d742",
"DepartmentId": "51a18e8a-f264-4df2-8ec6-2431bd6e5c3a",
"EventId": "a288e32e-9028-458e-be37-14b5dda11e96",
"ActionById": "dc3f16d5-d27f-4764-9f82-4b12cb4ced5f",
"EventRegistrationId": "b02ee92e-90b3-44a4-a33e-a058e944fe0c",
"EventSectorId": "6fc8d88e-5285-49d5-ba1d-c85281ea0284",
"UserIslahJourneyId": "833b91a9-2701-4b54-a6bf-bc4b775ff132",
"IslahJourneyId": "89a20785-9d44-49a3-90fb-13168998f580",
"IslahLevelId": "9e0a2ec9-32e3-4eae-8caf-73b07236d7bd",
"Day": 1,
"Status": 1,
"Date": "2025-12-20T17:40:17.0056763+05:00",
"SummaryType": 2,
"WakeUpTime": "00:00:00.1234567",
"SleepTime": "00:00:00.1234567",
"MurabiId": "cf0fe9fa-291a-44a3-aa5d-ba89ee816564",
"FactorsDetail": [
{
"UserIslahJourneyId": "eb00a7f4-183b-4c4f-8f5c-aff26bc54410",
"FactorId": "82a0f440-4e12-4dab-a812-aa5d1e2dcc94",
"FactorName": "sample string 1",
"FactorCategoryName": "sample string 2",
"Day": 1,
"CurrentDay": 1,
"IslahFactorStatus": "sample string 3",
"Status": 1,
"Date": "2025-12-20T17:40:17.0056763+05:00",
"OngoingFactorsCount": 1,
"CompletedFactorsCount": 1,
"ChillaNumber": 1,
"WakeUpTime": "00:00:00.1234567",
"SleepTime": "00:00:00.1234567"
},
{
"UserIslahJourneyId": "eb00a7f4-183b-4c4f-8f5c-aff26bc54410",
"FactorId": "82a0f440-4e12-4dab-a812-aa5d1e2dcc94",
"FactorName": "sample string 1",
"FactorCategoryName": "sample string 2",
"Day": 1,
"CurrentDay": 1,
"IslahFactorStatus": "sample string 3",
"Status": 1,
"Date": "2025-12-20T17:40:17.0056763+05:00",
"OngoingFactorsCount": 1,
"CompletedFactorsCount": 1,
"ChillaNumber": 1,
"WakeUpTime": "00:00:00.1234567",
"SleepTime": "00:00:00.1234567"
}
],
"MamoolatIds": [
"0fbf804d-e55f-4dcc-ac60-e60089166016",
"9f489476-1022-48f8-97e4-aa697ea19d2c"
],
"CountryIds": [
"84bde60c-b73c-4447-a786-54c839634db1",
"b777f5dd-92a5-4380-9404-d1ab1d46ccd4"
],
"StateOrProvinceIds": [
"4cb038ed-d437-4bae-a50d-0fc16742a252",
"8c4fc93e-1a43-4ada-9da4-54e0d15e4887"
],
"CityIds": [
"8eb5aec7-6326-4c73-b223-cf536c2f7b45",
"c53a3b84-2c34-488d-b88e-fd03431a015f"
],
"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.