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": "415d021b-e47a-480f-a604-8fa13be20473",
"StartDate": "2026-09-25T12:49:35.7807805+05:00",
"EndDate": "2026-09-25T12:49:35.7807805+05:00",
"UserId": "408af7cd-ef1b-4bea-a0a8-f4b0f15d9436",
"GroupId": "de855eca-eae8-4f4f-98a0-ac8e24eaf35a",
"DepartmentId": "04e5c30e-a923-411b-8383-bce2617931b0",
"EventId": "37d9a2ae-c1c2-4d19-8015-35c6e2325151",
"ActionById": "a3d20a3e-9172-4d4a-9039-aad7d7432e87",
"EventRegistrationId": "f893aa8d-a7c2-4fbf-91aa-be759a3caac8",
"EventSectorId": "b9e4f65a-a461-4c83-a89f-27302b129ea9",
"UserIslahJourneyId": "3bc02958-3a70-4c28-b65c-976081f43381",
"IslahJourneyId": "5f34b791-e30e-45aa-8a30-234e1680131e",
"IslahLevelId": "7630ebc6-1690-40c4-9e3c-7be36419b92a",
"Day": 1,
"Status": 1,
"Date": "2026-09-25T12:49:35.7807805+05:00",
"SummaryType": 2,
"WakeUpTime": "00:00:00.1234567",
"SleepTime": "00:00:00.1234567",
"MurabiId": "6c99f7c9-2876-42ed-a072-31360b8eb8a5",
"FactorsDetail": [
{
"UserIslahJourneyId": "d24b3dde-163a-4055-bb31-034dd8ffa39a",
"FactorId": "1865a2b4-f6d7-4f5e-95d8-fd90c0c38202",
"FactorName": "sample string 1",
"FactorCategoryName": "sample string 2",
"Day": 1,
"CurrentDay": 1,
"IslahFactorStatus": "sample string 3",
"Status": 1,
"Date": "2026-09-25T12:49:35.7807805+05:00",
"OngoingFactorsCount": 1,
"CompletedFactorsCount": 1,
"ChillaNumber": 1,
"WakeUpTime": "00:00:00.1234567",
"SleepTime": "00:00:00.1234567"
},
{
"UserIslahJourneyId": "d24b3dde-163a-4055-bb31-034dd8ffa39a",
"FactorId": "1865a2b4-f6d7-4f5e-95d8-fd90c0c38202",
"FactorName": "sample string 1",
"FactorCategoryName": "sample string 2",
"Day": 1,
"CurrentDay": 1,
"IslahFactorStatus": "sample string 3",
"Status": 1,
"Date": "2026-09-25T12:49:35.7807805+05:00",
"OngoingFactorsCount": 1,
"CompletedFactorsCount": 1,
"ChillaNumber": 1,
"WakeUpTime": "00:00:00.1234567",
"SleepTime": "00:00:00.1234567"
}
],
"MamoolatIds": [
"c308a26c-bd32-48e6-9955-90785426fe97",
"31a9bb4d-d24f-498d-9bbc-80d54df0c20b"
],
"CountryIds": [
"5f4bcdb6-7d5f-4768-a6bc-acd95d8c0504",
"838fcbb3-0999-4710-8fa3-e36004f4ba1a"
],
"StateOrProvinceIds": [
"0baa10d6-ffa3-4e6b-8f1a-f1f24f7d06a9",
"8803f6e8-ec1d-4336-9024-8d08a6ce80fe"
],
"CityIds": [
"33be9161-4f84-4d76-bd8c-f20649e5c007",
"7fcc2e8d-0ad5-4c09-a5cd-9a31aa549e98"
],
"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.