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": "a89d3145-4123-4c85-9b39-eed71e03d432",
"StartDate": "2026-05-16T01:26:05.1771078+05:00",
"EndDate": "2026-05-16T01:26:05.1771078+05:00",
"UserId": "7f2f6ad9-797d-4afe-b4d1-62fe3ec7b355",
"GroupId": "7bcfd810-94c2-45dd-bba9-4cec6c7524f1",
"DepartmentId": "ac9a24d6-8044-47fe-aaac-eb4d45491a00",
"EventId": "a2d30173-4ce7-4dcd-b65c-c1df7582327e",
"ActionById": "35edf23a-ef11-47f7-a137-cad876cacc44",
"EventRegistrationId": "bfb24728-1dc9-4c6c-b1f4-78b441bbc551",
"EventSectorId": "95b81cde-24a0-4444-9796-4c00ec9324e9",
"UserIslahJourneyId": "0f35adf5-a28f-471f-a82b-7a5651362bc3",
"IslahJourneyId": "09763dc0-3603-46c0-8137-8e22f934e0d7",
"IslahLevelId": "a8e54e3e-2a74-4770-a91a-16956f63aad9",
"Day": 1,
"Status": 1,
"Date": "2026-05-16T01:26:05.1771078+05:00",
"SummaryType": 2,
"WakeUpTime": "00:00:00.1234567",
"SleepTime": "00:00:00.1234567",
"MurabiId": "fef1cf37-c505-46dc-bcbd-79c37383fe7f",
"FactorsDetail": [
{
"UserIslahJourneyId": "e10341d3-eb6b-48ef-9c15-d2f786af2711",
"FactorId": "fc06903d-647e-4efb-a69c-0b32fed5d2ab",
"FactorName": "sample string 1",
"FactorCategoryName": "sample string 2",
"Day": 1,
"CurrentDay": 1,
"IslahFactorStatus": "sample string 3",
"Status": 1,
"Date": "2026-05-16T01:26:05.1771078+05:00",
"OngoingFactorsCount": 1,
"CompletedFactorsCount": 1,
"ChillaNumber": 1,
"WakeUpTime": "00:00:00.1234567",
"SleepTime": "00:00:00.1234567"
},
{
"UserIslahJourneyId": "e10341d3-eb6b-48ef-9c15-d2f786af2711",
"FactorId": "fc06903d-647e-4efb-a69c-0b32fed5d2ab",
"FactorName": "sample string 1",
"FactorCategoryName": "sample string 2",
"Day": 1,
"CurrentDay": 1,
"IslahFactorStatus": "sample string 3",
"Status": 1,
"Date": "2026-05-16T01:26:05.1771078+05:00",
"OngoingFactorsCount": 1,
"CompletedFactorsCount": 1,
"ChillaNumber": 1,
"WakeUpTime": "00:00:00.1234567",
"SleepTime": "00:00:00.1234567"
}
],
"MamoolatIds": [
"2133c4a0-7d8a-4a1e-a198-de7429519e8a",
"93a6e6d2-3a5e-46c0-9120-1c5c80c8031e"
],
"CountryIds": [
"3e3060a6-f5a9-4a40-aeda-8c89832fc357",
"51da18b1-410a-4a45-a9be-bcc683fc3d1d"
],
"StateOrProvinceIds": [
"38f4f7d1-1b94-43df-bf98-410e8a7874dc",
"a192b97d-d909-4ad9-bd1d-015042c3fd6a"
],
"CityIds": [
"109fc501-e400-4958-891c-0cf13a5add7a",
"3053727e-e4b9-45c4-89df-d6070c85cd33"
],
"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.