POST api/Islah/GetUserAssignedFactors
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": "0c3d492f-5a01-4ff2-8081-b8059eb192bc",
"StartDate": "2026-03-31T16:20:44.7652363+05:00",
"EndDate": "2026-03-31T16:20:44.7652363+05:00",
"UserId": "41c1c956-e92d-44e2-8ea9-4e9fb88f4d32",
"GroupId": "1e5edf40-283b-49b6-ba46-da59bf1d0298",
"DepartmentId": "7be25420-04b3-4b66-b7d6-fff67e476d57",
"EventId": "e03708e1-dd21-41f9-bba8-7685c3f9c181",
"ActionById": "241391eb-8bbb-4846-9b5c-bedb851d0ab6",
"EventRegistrationId": "fc119a62-3133-4efb-b9b5-b87bc8aa68d8",
"EventSectorId": "8b4fe5a9-a3b3-42a5-ba82-0f8655a96a30",
"UserIslahJourneyId": "3f0ef3e8-8100-4c82-8cdb-de3d098052ac",
"IslahJourneyId": "207d9373-9bc7-4d2d-8782-5d889c3aafb2",
"IslahLevelId": "27cb5e4e-8f75-45c9-ad45-8d6e9e2f5851",
"Day": 1,
"Status": 1,
"Date": "2026-03-31T16:20:44.7652363+05:00",
"SummaryType": 2,
"WakeUpTime": "00:00:00.1234567",
"SleepTime": "00:00:00.1234567",
"MurabiId": "58161379-4035-490a-8410-0fc39e0b1891",
"FactorsDetail": [
{
"UserIslahJourneyId": "10b2d4b1-6826-4a8d-8a8d-99a7a94c3e7c",
"FactorId": "0bee2818-e0b0-48ea-a38f-ac1d15c258dc",
"FactorName": "sample string 1",
"FactorCategoryName": "sample string 2",
"Day": 1,
"CurrentDay": 1,
"IslahFactorStatus": "sample string 3",
"Status": 1,
"Date": "2026-03-31T16:20:44.7652363+05:00",
"OngoingFactorsCount": 1,
"CompletedFactorsCount": 1,
"ChillaNumber": 1,
"WakeUpTime": "00:00:00.1234567",
"SleepTime": "00:00:00.1234567"
},
{
"UserIslahJourneyId": "10b2d4b1-6826-4a8d-8a8d-99a7a94c3e7c",
"FactorId": "0bee2818-e0b0-48ea-a38f-ac1d15c258dc",
"FactorName": "sample string 1",
"FactorCategoryName": "sample string 2",
"Day": 1,
"CurrentDay": 1,
"IslahFactorStatus": "sample string 3",
"Status": 1,
"Date": "2026-03-31T16:20:44.7652363+05:00",
"OngoingFactorsCount": 1,
"CompletedFactorsCount": 1,
"ChillaNumber": 1,
"WakeUpTime": "00:00:00.1234567",
"SleepTime": "00:00:00.1234567"
}
],
"MamoolatIds": [
"56c8adf1-e0c4-4971-b112-8eae01201b1e",
"bf6495e6-6f40-4114-a367-6a1bfb7285a9"
],
"CountryIds": [
"841fd47d-c47a-43d1-9f56-47f12fad82c1",
"36170c0e-7bdb-41f6-bf03-c4ad2f4c3be1"
],
"StateOrProvinceIds": [
"ed5821a5-77ac-44a3-a5bc-1a10b4de1e84",
"fc32f8bc-aeb7-48aa-b837-4533a0c273e4"
],
"CityIds": [
"3c272e29-a7ee-4758-8c16-bdd80d077262",
"15edd958-c3a7-4aa0-b749-37b49b448dc5"
],
"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.