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": "c63ffa49-7341-496a-9595-8caeac0ebfa8",
"StartDate": "2026-08-01T11:33:03.6333197+05:00",
"EndDate": "2026-08-01T11:33:03.6333197+05:00",
"UserId": "af5afee1-cac3-4b17-84b6-7323877e3153",
"GroupId": "c148e85d-0118-4bbc-9c4a-8575ea8244db",
"DepartmentId": "10c895e5-189a-4338-b9ef-8c34319436cf",
"EventId": "9d6f1570-40f9-4278-9a78-352adfc6cf56",
"ActionById": "d7d55da5-db60-4047-8f78-53cc2965b666",
"EventRegistrationId": "681072f0-f94e-4421-9da4-4145eed49b4a",
"EventSectorId": "08a355f6-a4ef-441b-801a-d25c512be5bb",
"UserIslahJourneyId": "4655046e-1c03-4be1-8419-37c3e31a567c",
"IslahJourneyId": "4491def4-6f39-4ed1-9325-e48724489255",
"IslahLevelId": "8e09213d-1a3e-453f-93d8-0351677167a6",
"Day": 1,
"Status": 1,
"Date": "2026-08-01T11:33:03.6353115+05:00",
"SummaryType": 2,
"WakeUpTime": "00:00:00.1234567",
"SleepTime": "00:00:00.1234567",
"MurabiId": "247c1d60-c84e-4577-a6ac-2cb3ad55c72d",
"FactorsDetail": [
{
"UserIslahJourneyId": "ce1093b1-481d-4e15-b581-b0dbd64ef0cf",
"FactorId": "bf8545eb-2dee-4495-a89c-b29c812f89ec",
"FactorName": "sample string 1",
"FactorCategoryName": "sample string 2",
"Day": 1,
"CurrentDay": 1,
"IslahFactorStatus": "sample string 3",
"Status": 1,
"Date": "2026-08-01T11:33:03.6373155+05:00",
"OngoingFactorsCount": 1,
"CompletedFactorsCount": 1,
"ChillaNumber": 1,
"WakeUpTime": "00:00:00.1234567",
"SleepTime": "00:00:00.1234567"
},
{
"UserIslahJourneyId": "ce1093b1-481d-4e15-b581-b0dbd64ef0cf",
"FactorId": "bf8545eb-2dee-4495-a89c-b29c812f89ec",
"FactorName": "sample string 1",
"FactorCategoryName": "sample string 2",
"Day": 1,
"CurrentDay": 1,
"IslahFactorStatus": "sample string 3",
"Status": 1,
"Date": "2026-08-01T11:33:03.6373155+05:00",
"OngoingFactorsCount": 1,
"CompletedFactorsCount": 1,
"ChillaNumber": 1,
"WakeUpTime": "00:00:00.1234567",
"SleepTime": "00:00:00.1234567"
}
],
"MamoolatIds": [
"9e18e463-4d73-4f1e-9f00-13c245bbc49d",
"807e4532-dbf0-4afb-a7a8-53abd2798de7"
],
"CountryIds": [
"79cf7141-deba-46ed-9af7-d1594f6c98ef",
"f19ec5ad-784c-4ab2-9101-1ba525eb431e"
],
"StateOrProvinceIds": [
"a3f53da6-853f-470b-8249-79270bd63e8d",
"5e904152-2e92-45e9-bf22-1ff4c7dc11b5"
],
"CityIds": [
"b070f014-88ec-4e0e-b1f2-99f0bda1a1cc",
"0b874d86-6d4c-420f-ac55-6cc72bee5a46"
],
"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.