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": "8b974cf8-14fb-4aa8-b472-30e615b78480",
"StartDate": "2026-04-11T17:09:20.0489441+05:00",
"EndDate": "2026-04-11T17:09:20.0489441+05:00",
"UserId": "8113169b-f8ff-4858-bb8a-3d466eed2365",
"GroupId": "a8abe93c-e4e3-4afc-a7eb-7ae29d099429",
"DepartmentId": "c574ff30-9c05-4bf2-a156-62d0460343d7",
"EventId": "f53e3cbd-e906-444f-8646-9117022c2e13",
"ActionById": "4acaee52-76c9-4eea-b222-0ccafb9b990f",
"EventRegistrationId": "bd0da3c9-1219-414c-a646-73ceec2c4063",
"EventSectorId": "ae179310-0721-4eb2-8186-8494a032ed1d",
"UserIslahJourneyId": "72a04890-e092-4cfc-bff9-a2ed48485596",
"IslahJourneyId": "46d58894-6a75-4395-950b-876f22c1776b",
"IslahLevelId": "a2d10014-6938-426a-bf23-1c97aac72983",
"Day": 1,
"Status": 1,
"Date": "2026-04-11T17:09:20.0489441+05:00",
"SummaryType": 2,
"WakeUpTime": "00:00:00.1234567",
"SleepTime": "00:00:00.1234567",
"MurabiId": "7d40702e-749f-48de-8936-2ad6338c8d77",
"FactorsDetail": [
{
"UserIslahJourneyId": "1ab5c012-4a27-476b-9e3d-09b98171f712",
"FactorId": "89ea332d-e226-45a7-960d-768835ca5baf",
"FactorName": "sample string 1",
"FactorCategoryName": "sample string 2",
"Day": 1,
"CurrentDay": 1,
"IslahFactorStatus": "sample string 3",
"Status": 1,
"Date": "2026-04-11T17:09:20.0489441+05:00",
"OngoingFactorsCount": 1,
"CompletedFactorsCount": 1,
"ChillaNumber": 1,
"WakeUpTime": "00:00:00.1234567",
"SleepTime": "00:00:00.1234567"
},
{
"UserIslahJourneyId": "1ab5c012-4a27-476b-9e3d-09b98171f712",
"FactorId": "89ea332d-e226-45a7-960d-768835ca5baf",
"FactorName": "sample string 1",
"FactorCategoryName": "sample string 2",
"Day": 1,
"CurrentDay": 1,
"IslahFactorStatus": "sample string 3",
"Status": 1,
"Date": "2026-04-11T17:09:20.0489441+05:00",
"OngoingFactorsCount": 1,
"CompletedFactorsCount": 1,
"ChillaNumber": 1,
"WakeUpTime": "00:00:00.1234567",
"SleepTime": "00:00:00.1234567"
}
],
"MamoolatIds": [
"27830cfc-bea4-4bb4-93d4-ebc9f1d2b359",
"86e8c6fb-2278-4fe6-8f4a-d65c4dc2d790"
],
"CountryIds": [
"065d7e38-680b-4d9a-b325-40e1b581b5ff",
"f0a78638-afeb-4dc0-af17-7517633281da"
],
"StateOrProvinceIds": [
"1b166ae2-2677-453b-a73a-4bbb06ec5485",
"d3715e1a-e537-4d61-a070-ac6d3144f583"
],
"CityIds": [
"13402029-a7c0-4898-9188-ceba970d1a45",
"de30446b-91ac-44ec-ac13-12625b46d7bd"
],
"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.