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": "d6d02013-688a-4995-b809-56e03f8ba49f",
"StartDate": "2026-06-06T12:46:23.8809473+05:00",
"EndDate": "2026-06-06T12:46:23.8809473+05:00",
"UserId": "42b7114d-7623-4bb9-86a9-8d8532288e1e",
"GroupId": "55f9aa9a-a9ba-48c8-b6b6-c784f49fdc2b",
"DepartmentId": "a7c78e67-e926-4d53-9de9-50e8195d87ee",
"EventId": "4bd3eb5d-24ef-4ab1-ac8b-2096c730e2bf",
"ActionById": "9bb94bc2-b346-4cd6-b66c-41700725d7ad",
"EventRegistrationId": "077803a7-247e-4095-a3d0-e72262076023",
"EventSectorId": "a99dca08-843b-4d1e-af29-b5ad7f155b24",
"UserIslahJourneyId": "bc1bc85a-7101-4afd-89c7-a6b68908443a",
"IslahJourneyId": "ebacb06e-82a9-4981-8e68-d6544ca3ea16",
"IslahLevelId": "812ecf5a-c934-4274-a6ac-fae676549f35",
"Day": 1,
"Status": 1,
"Date": "2026-06-06T12:46:23.8809473+05:00",
"SummaryType": 2,
"WakeUpTime": "00:00:00.1234567",
"SleepTime": "00:00:00.1234567",
"MurabiId": "d3284612-5b12-4faf-84b7-f6f7b8a1cec8",
"FactorsDetail": [
{
"UserIslahJourneyId": "97b17185-ebe4-486d-bacb-ab77bc76038d",
"FactorId": "64aa9e59-864f-4bd4-a2b6-e1ac2a136816",
"FactorName": "sample string 1",
"FactorCategoryName": "sample string 2",
"Day": 1,
"CurrentDay": 1,
"IslahFactorStatus": "sample string 3",
"Status": 1,
"Date": "2026-06-06T12:46:23.8809473+05:00",
"OngoingFactorsCount": 1,
"CompletedFactorsCount": 1,
"ChillaNumber": 1,
"WakeUpTime": "00:00:00.1234567",
"SleepTime": "00:00:00.1234567"
},
{
"UserIslahJourneyId": "97b17185-ebe4-486d-bacb-ab77bc76038d",
"FactorId": "64aa9e59-864f-4bd4-a2b6-e1ac2a136816",
"FactorName": "sample string 1",
"FactorCategoryName": "sample string 2",
"Day": 1,
"CurrentDay": 1,
"IslahFactorStatus": "sample string 3",
"Status": 1,
"Date": "2026-06-06T12:46:23.8809473+05:00",
"OngoingFactorsCount": 1,
"CompletedFactorsCount": 1,
"ChillaNumber": 1,
"WakeUpTime": "00:00:00.1234567",
"SleepTime": "00:00:00.1234567"
}
],
"MamoolatIds": [
"b5a073f6-080e-4193-9018-ab57198c51f6",
"d94fb89c-8862-4151-b4b7-5d137a109a6a"
],
"CountryIds": [
"669aebcf-3167-4458-9d13-5eff6b275261",
"6b90a636-9e91-4b9a-aa00-08fb26925914"
],
"StateOrProvinceIds": [
"bf6d0c81-53a2-41b3-b09a-87d10ede5e96",
"f9817a60-9376-4241-84d6-e78fa179186a"
],
"CityIds": [
"a5968b9f-189a-4e4e-a151-9c9466ee3e01",
"86f8060b-6b3a-41cb-9038-741f9381f2c9"
],
"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.