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": "20d6c2ac-0ff1-4fe3-869d-a9b6f2247883",
"StartDate": "2026-04-11T17:11:53.5519244+05:00",
"EndDate": "2026-04-11T17:11:53.5519244+05:00",
"UserId": "fb05a6fe-dff4-44a5-bb4d-2457cf3a0122",
"GroupId": "9e2316d1-a428-4be0-86d8-f58e5d80e663",
"DepartmentId": "5a8095e8-a709-429a-80bc-ab90777a5ab6",
"EventId": "0b9080b2-4557-461b-8382-58aff589cf58",
"ActionById": "be5f18b3-83c4-4fb8-a1dc-38fb043b8e1e",
"EventRegistrationId": "3ddba66e-0dfe-4c99-9d34-896bb8cb607f",
"EventSectorId": "dcea3dd6-05ae-4e57-92cc-759ef4993de3",
"UserIslahJourneyId": "b8085071-c156-48be-98e7-7f2093689dd2",
"IslahJourneyId": "0d31d69d-1658-4f18-be2f-a71291a3f01f",
"IslahLevelId": "40629ca9-a038-44fa-892f-234353acfd25",
"Day": 1,
"Status": 1,
"Date": "2026-04-11T17:11:53.5519244+05:00",
"SummaryType": 2,
"WakeUpTime": "00:00:00.1234567",
"SleepTime": "00:00:00.1234567",
"MurabiId": "439eb89a-151a-45e0-9802-3afbd028935c",
"FactorsDetail": [
{
"UserIslahJourneyId": "87da3e43-e21a-465f-bb84-423286e6df2c",
"FactorId": "f72edcdd-85fa-4317-a997-8b520d0855dd",
"FactorName": "sample string 1",
"FactorCategoryName": "sample string 2",
"Day": 1,
"CurrentDay": 1,
"IslahFactorStatus": "sample string 3",
"Status": 1,
"Date": "2026-04-11T17:11:53.5519244+05:00",
"OngoingFactorsCount": 1,
"CompletedFactorsCount": 1,
"ChillaNumber": 1,
"WakeUpTime": "00:00:00.1234567",
"SleepTime": "00:00:00.1234567"
},
{
"UserIslahJourneyId": "87da3e43-e21a-465f-bb84-423286e6df2c",
"FactorId": "f72edcdd-85fa-4317-a997-8b520d0855dd",
"FactorName": "sample string 1",
"FactorCategoryName": "sample string 2",
"Day": 1,
"CurrentDay": 1,
"IslahFactorStatus": "sample string 3",
"Status": 1,
"Date": "2026-04-11T17:11:53.5519244+05:00",
"OngoingFactorsCount": 1,
"CompletedFactorsCount": 1,
"ChillaNumber": 1,
"WakeUpTime": "00:00:00.1234567",
"SleepTime": "00:00:00.1234567"
}
],
"MamoolatIds": [
"74c2d8ba-d2ae-4f69-9f86-09e8b0af9011",
"e3a42999-e1c9-4aba-bcd2-59a488766bd4"
],
"CountryIds": [
"b499a13a-2305-46f4-ab88-a75b2ec0316c",
"c8607f68-cc9a-48e8-8477-40a898091a8c"
],
"StateOrProvinceIds": [
"3eba1a30-da9f-44f1-a90e-5b4c25a622f6",
"af4cda54-73e0-4b0a-8b65-4f71c9ff0351"
],
"CityIds": [
"7e107167-f274-40e2-af73-0737561d208e",
"d177bf63-e6b5-469a-a4e7-b25e393bba4c"
],
"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.