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": "fef465b7-251b-436a-81fa-c73643bb3685",
"StartDate": "2026-05-16T01:27:27.6160553+05:00",
"EndDate": "2026-05-16T01:27:27.6160553+05:00",
"UserId": "a10d6ded-32e2-486b-ad88-1ee5ee8941a2",
"GroupId": "c7d6c4c4-5daa-4a68-a48b-3fbf54d4fec9",
"DepartmentId": "fd373614-fa7d-4585-8c58-8d58e9978d33",
"EventId": "6b8671a0-ff08-469f-80a0-753838d2f177",
"ActionById": "4acc3f4d-8be8-428d-8cc3-6a668d51fc40",
"EventRegistrationId": "d2b9124c-fed4-4963-be9c-5a7db98f0e1c",
"EventSectorId": "8e45c097-d957-4c5a-845d-532ee58003af",
"UserIslahJourneyId": "f4ff5ade-2714-48fd-8537-fe44f67f50a9",
"IslahJourneyId": "e5e0fddb-2205-4aa0-9194-cc5ef48ef162",
"IslahLevelId": "0bc6ce8b-ab3b-4550-b744-a26e5fb6f0f5",
"Day": 1,
"Status": 1,
"Date": "2026-05-16T01:27:27.6170561+05:00",
"SummaryType": 2,
"WakeUpTime": "00:00:00.1234567",
"SleepTime": "00:00:00.1234567",
"MurabiId": "81d88372-60da-4325-adc6-d08ab47a1c9e",
"FactorsDetail": [
{
"UserIslahJourneyId": "60a4f99e-f69f-42cf-9566-e82e6232c429",
"FactorId": "4f172cfb-1f44-406d-886c-798e9e59468b",
"FactorName": "sample string 1",
"FactorCategoryName": "sample string 2",
"Day": 1,
"CurrentDay": 1,
"IslahFactorStatus": "sample string 3",
"Status": 1,
"Date": "2026-05-16T01:27:27.6170561+05:00",
"OngoingFactorsCount": 1,
"CompletedFactorsCount": 1,
"ChillaNumber": 1,
"WakeUpTime": "00:00:00.1234567",
"SleepTime": "00:00:00.1234567"
},
{
"UserIslahJourneyId": "60a4f99e-f69f-42cf-9566-e82e6232c429",
"FactorId": "4f172cfb-1f44-406d-886c-798e9e59468b",
"FactorName": "sample string 1",
"FactorCategoryName": "sample string 2",
"Day": 1,
"CurrentDay": 1,
"IslahFactorStatus": "sample string 3",
"Status": 1,
"Date": "2026-05-16T01:27:27.6170561+05:00",
"OngoingFactorsCount": 1,
"CompletedFactorsCount": 1,
"ChillaNumber": 1,
"WakeUpTime": "00:00:00.1234567",
"SleepTime": "00:00:00.1234567"
}
],
"MamoolatIds": [
"d20a0c0d-79fb-44aa-a233-4fca9864a90c",
"987603ea-cd58-4d12-91af-b33a29efe580"
],
"CountryIds": [
"1f23739b-6999-4270-aa5c-8b4d0d6303f2",
"4a6aa274-7db7-40eb-9787-7abacddd54b9"
],
"StateOrProvinceIds": [
"2552cc3d-a27d-4af2-bb90-f831b4c70189",
"d0b45f0e-7c9f-46c8-a2c8-553c05a0b4f8"
],
"CityIds": [
"4044eef8-a77d-483a-945d-437db9bec09b",
"f52c5ba4-91fc-4ec1-bebf-400f864a715b"
],
"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.