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": "4640593c-2130-4bc7-b34a-65f2b84c9cf9",
"StartDate": "2026-02-03T15:17:45.9527021+05:00",
"EndDate": "2026-02-03T15:17:45.9527021+05:00",
"UserId": "4b8b4343-9fe1-4109-8a28-a10da249f991",
"GroupId": "7614d341-c643-44a0-8e0c-f3f6f7565a4d",
"DepartmentId": "ec55bf4f-d1c6-4ac4-a271-935dd018beed",
"EventId": "a46cea32-be76-4ced-857f-06059c4de770",
"ActionById": "e6f93426-8384-4e46-a2db-2d053b175eea",
"EventRegistrationId": "cf603cfd-bdda-4d1e-8a38-4a41addae4bc",
"EventSectorId": "6d393d1a-5248-471e-b6d1-56d485107666",
"UserIslahJourneyId": "6a291d02-b9ee-46b0-a793-62c335221163",
"IslahJourneyId": "4fc227dc-c0e5-4d28-96c4-6e65dd68fe04",
"IslahLevelId": "4d5f5193-1438-4241-b78b-97ba51c402f3",
"Day": 1,
"Status": 1,
"Date": "2026-02-03T15:17:45.9527021+05:00",
"SummaryType": 2,
"WakeUpTime": "00:00:00.1234567",
"SleepTime": "00:00:00.1234567",
"MurabiId": "70107045-1b0d-4f9e-8860-876a96770338",
"FactorsDetail": [
{
"UserIslahJourneyId": "0a7cb064-3bc4-4a97-a4e6-560a1804ea7c",
"FactorId": "f8139c6f-88b5-4411-bf67-ea655938c976",
"FactorName": "sample string 1",
"FactorCategoryName": "sample string 2",
"Day": 1,
"CurrentDay": 1,
"IslahFactorStatus": "sample string 3",
"Status": 1,
"Date": "2026-02-03T15:17:45.9527021+05:00",
"OngoingFactorsCount": 1,
"CompletedFactorsCount": 1,
"ChillaNumber": 1,
"WakeUpTime": "00:00:00.1234567",
"SleepTime": "00:00:00.1234567"
},
{
"UserIslahJourneyId": "0a7cb064-3bc4-4a97-a4e6-560a1804ea7c",
"FactorId": "f8139c6f-88b5-4411-bf67-ea655938c976",
"FactorName": "sample string 1",
"FactorCategoryName": "sample string 2",
"Day": 1,
"CurrentDay": 1,
"IslahFactorStatus": "sample string 3",
"Status": 1,
"Date": "2026-02-03T15:17:45.9527021+05:00",
"OngoingFactorsCount": 1,
"CompletedFactorsCount": 1,
"ChillaNumber": 1,
"WakeUpTime": "00:00:00.1234567",
"SleepTime": "00:00:00.1234567"
}
],
"MamoolatIds": [
"a8838cbb-d2b4-4520-9a9d-162cb418e2b7",
"db3d0acf-46d9-4db5-ba24-4f2831761468"
],
"CountryIds": [
"f3d8979b-8f7d-4b5f-be6f-f1e4e6ed72bb",
"fcddace4-2e00-4975-b474-d1e6480de178"
],
"StateOrProvinceIds": [
"51d19ebb-5376-4efb-9758-7ae47d0f7cad",
"a149e29c-da5a-4d0e-9422-3879ec45036c"
],
"CityIds": [
"bd8f63da-cdc1-4bd3-ae0e-19b9bb5b99e7",
"d4a67321-c45e-451f-a1be-887db1fe382c"
],
"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.