POST api/Islah/GetIslahFactorsDetail
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": "bf6255f1-6212-4839-a888-dbbf87df3800",
"StartDate": "2026-03-31T16:21:52.7482402+05:00",
"EndDate": "2026-03-31T16:21:52.7482402+05:00",
"UserId": "22ee43ed-13ee-4776-9c0c-5fcea85a538d",
"GroupId": "a12890ec-7993-4fdf-bbdc-6383ff59bdcb",
"DepartmentId": "351b34f6-1bee-453b-9ece-87b2de2458e8",
"EventId": "e2238e56-c036-48a3-bad6-0a16545de957",
"ActionById": "ee057794-44e7-4d51-9e7a-537d16e6fc28",
"EventRegistrationId": "d57952b9-9cd6-4d69-8d7d-67a86603797d",
"EventSectorId": "386980f0-2dd8-47e2-bfca-5c86b3c80a0b",
"UserIslahJourneyId": "9a5fbdfd-89b5-433a-8cd9-1b352bd59bb8",
"IslahJourneyId": "1e5c2824-a5f9-4deb-932f-a732bdd5e7b9",
"IslahLevelId": "bdfd88a0-35a1-43fe-b3de-5eb1c4a49dfe",
"Day": 1,
"Status": 1,
"Date": "2026-03-31T16:21:52.7482402+05:00",
"SummaryType": 2,
"WakeUpTime": "00:00:00.1234567",
"SleepTime": "00:00:00.1234567",
"MurabiId": "55ffe024-a2bf-41f0-9221-6f1dd684f501",
"FactorsDetail": [
{
"UserIslahJourneyId": "cfd024f4-a2d5-40ac-ba40-273b8a2f2f8b",
"FactorId": "5a982e3e-d6db-4812-bdc3-e88e94aa7698",
"FactorName": "sample string 1",
"FactorCategoryName": "sample string 2",
"Day": 1,
"CurrentDay": 1,
"IslahFactorStatus": "sample string 3",
"Status": 1,
"Date": "2026-03-31T16:21:52.7482402+05:00",
"OngoingFactorsCount": 1,
"CompletedFactorsCount": 1,
"ChillaNumber": 1,
"WakeUpTime": "00:00:00.1234567",
"SleepTime": "00:00:00.1234567"
},
{
"UserIslahJourneyId": "cfd024f4-a2d5-40ac-ba40-273b8a2f2f8b",
"FactorId": "5a982e3e-d6db-4812-bdc3-e88e94aa7698",
"FactorName": "sample string 1",
"FactorCategoryName": "sample string 2",
"Day": 1,
"CurrentDay": 1,
"IslahFactorStatus": "sample string 3",
"Status": 1,
"Date": "2026-03-31T16:21:52.7482402+05:00",
"OngoingFactorsCount": 1,
"CompletedFactorsCount": 1,
"ChillaNumber": 1,
"WakeUpTime": "00:00:00.1234567",
"SleepTime": "00:00:00.1234567"
}
],
"MamoolatIds": [
"2a3cd9ae-5c70-439f-894f-6c962e377933",
"acbfcbc4-e9b4-4fcf-bbd4-5d88f2c5e22c"
],
"CountryIds": [
"905f753f-e948-4444-8388-2608d195619e",
"5019b9e3-e553-49d3-bf26-481ba0504f5f"
],
"StateOrProvinceIds": [
"0181395e-1b33-4ef9-88ec-1740faae19eb",
"cac1559a-2a58-48e5-94fd-e081fdd95f83"
],
"CityIds": [
"409a3424-cc39-46af-8789-f96d7991e46b",
"c1841406-8eea-4f49-a83a-f62a4399ebd2"
],
"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.