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": "083544b6-4de4-4543-acb1-7ecf3c41cb6c",
"StartDate": "2026-06-06T12:46:24.7668393+05:00",
"EndDate": "2026-06-06T12:46:24.7668393+05:00",
"UserId": "5b2d0e9c-f933-4728-828a-dcab973ecc6f",
"GroupId": "205c53b2-0695-495d-8635-9b231556d935",
"DepartmentId": "dd176854-2670-4c6d-8e4d-48f78fc7fade",
"EventId": "a7da0b35-a2e9-4657-bf9b-8354fc56805d",
"ActionById": "28a99709-8b16-4f76-95ca-f99fdd7484b1",
"EventRegistrationId": "6c194371-28bb-4e63-992d-115baa54fadf",
"EventSectorId": "822a8fe6-2007-4cf8-9aed-f2ce64adfe3e",
"UserIslahJourneyId": "4fe15989-3cee-4b22-81a1-b4fe8dcfb440",
"IslahJourneyId": "8f97004b-4a9d-436c-b82f-4b64f585d644",
"IslahLevelId": "f0ba5ce3-ec77-4ed4-8e25-da1e671111b2",
"Day": 1,
"Status": 1,
"Date": "2026-06-06T12:46:24.7668393+05:00",
"SummaryType": 2,
"WakeUpTime": "00:00:00.1234567",
"SleepTime": "00:00:00.1234567",
"MurabiId": "c9a3caa5-26f4-4bfc-a65f-033c123d754b",
"FactorsDetail": [
{
"UserIslahJourneyId": "763404ae-b112-410b-bee4-b2bd7bc01c61",
"FactorId": "aad5b14c-9241-40b9-866c-39d66c7ffb93",
"FactorName": "sample string 1",
"FactorCategoryName": "sample string 2",
"Day": 1,
"CurrentDay": 1,
"IslahFactorStatus": "sample string 3",
"Status": 1,
"Date": "2026-06-06T12:46:24.7668393+05:00",
"OngoingFactorsCount": 1,
"CompletedFactorsCount": 1,
"ChillaNumber": 1,
"WakeUpTime": "00:00:00.1234567",
"SleepTime": "00:00:00.1234567"
},
{
"UserIslahJourneyId": "763404ae-b112-410b-bee4-b2bd7bc01c61",
"FactorId": "aad5b14c-9241-40b9-866c-39d66c7ffb93",
"FactorName": "sample string 1",
"FactorCategoryName": "sample string 2",
"Day": 1,
"CurrentDay": 1,
"IslahFactorStatus": "sample string 3",
"Status": 1,
"Date": "2026-06-06T12:46:24.7668393+05:00",
"OngoingFactorsCount": 1,
"CompletedFactorsCount": 1,
"ChillaNumber": 1,
"WakeUpTime": "00:00:00.1234567",
"SleepTime": "00:00:00.1234567"
}
],
"MamoolatIds": [
"17b1afcd-0148-428a-8648-cc0ff6e2aa0d",
"51a53093-6eef-4c9f-91c5-752ed951700b"
],
"CountryIds": [
"2ce8e4f3-6897-43ec-83ce-7807117e3bea",
"72573825-7d4f-4620-a5a3-dd4dcbd76b85"
],
"StateOrProvinceIds": [
"43806b37-033a-4368-a926-f36fa720ded5",
"bad189cf-cf77-4bdd-9b2b-a1b1e672a244"
],
"CityIds": [
"47747f67-ccee-4ba9-8e22-2b69feceada5",
"6dcd90ab-6d90-4ba9-a225-cce2596ea23f"
],
"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.