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": "13f01afa-5a18-4f35-ae23-1eec7a1bbc4a",
"StartDate": "2025-12-20T17:42:55.8647149+05:00",
"EndDate": "2025-12-20T17:42:55.8647149+05:00",
"UserId": "8d50b0e7-41ad-4376-ad37-039785a9b64b",
"GroupId": "9914d016-eb2a-4539-9c2b-a8b56f7ee461",
"DepartmentId": "e6da0c76-fe2b-424b-bac5-5664e38c3746",
"EventId": "2e274774-2b9c-473a-9538-a750ec686efc",
"ActionById": "c0308f35-ff33-4d52-b211-3b53cfe2daa2",
"EventRegistrationId": "1951c76a-1386-4cfc-bc2a-12937c8a9639",
"EventSectorId": "24b0b9eb-2be2-4f7b-abc8-f67cd5c03e87",
"UserIslahJourneyId": "18be7f18-e011-46b2-bbdf-e9d6d3e1f133",
"IslahJourneyId": "388f472c-9238-460c-b2a3-5426d7b8b51f",
"IslahLevelId": "9d3de610-5766-4562-a496-7f92c695b7f1",
"Day": 1,
"Status": 1,
"Date": "2025-12-20T17:42:55.8647149+05:00",
"SummaryType": 2,
"WakeUpTime": "00:00:00.1234567",
"SleepTime": "00:00:00.1234567",
"MurabiId": "5f716ed6-4049-4c89-9ac7-5176af9a1fa2",
"FactorsDetail": [
{
"UserIslahJourneyId": "59160af4-929d-47ec-bf8a-c80b81d4321c",
"FactorId": "e4b61234-b16c-4b21-8ea2-e0b86079750a",
"FactorName": "sample string 1",
"FactorCategoryName": "sample string 2",
"Day": 1,
"CurrentDay": 1,
"IslahFactorStatus": "sample string 3",
"Status": 1,
"Date": "2025-12-20T17:42:55.8647149+05:00",
"OngoingFactorsCount": 1,
"CompletedFactorsCount": 1,
"ChillaNumber": 1,
"WakeUpTime": "00:00:00.1234567",
"SleepTime": "00:00:00.1234567"
},
{
"UserIslahJourneyId": "59160af4-929d-47ec-bf8a-c80b81d4321c",
"FactorId": "e4b61234-b16c-4b21-8ea2-e0b86079750a",
"FactorName": "sample string 1",
"FactorCategoryName": "sample string 2",
"Day": 1,
"CurrentDay": 1,
"IslahFactorStatus": "sample string 3",
"Status": 1,
"Date": "2025-12-20T17:42:55.8647149+05:00",
"OngoingFactorsCount": 1,
"CompletedFactorsCount": 1,
"ChillaNumber": 1,
"WakeUpTime": "00:00:00.1234567",
"SleepTime": "00:00:00.1234567"
}
],
"MamoolatIds": [
"01f28a01-8236-4275-a8e4-0692db8dddbc",
"0c946299-36db-4aeb-8cd9-6285df2d5882"
],
"CountryIds": [
"0e57094f-8336-4f1e-b275-e1b6265bf62a",
"30487526-1c80-40a7-af1e-533459315683"
],
"StateOrProvinceIds": [
"9fd69f28-9c2c-403a-9ae8-4a8b3d21c2fd",
"b516a851-873f-4ebc-810e-d6d783efb2c4"
],
"CityIds": [
"e854cda4-af48-4c42-a2ec-51552fc9d9c6",
"42449e13-9075-431d-9f18-a171813bf861"
],
"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.