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": "d56f07ad-1164-42c8-8fa9-6994de399502",
"StartDate": "2025-12-10T12:49:43.14266+05:00",
"EndDate": "2025-12-10T12:49:43.14266+05:00",
"UserId": "d44da872-20d3-4f6d-9f4c-3f450f4111e3",
"GroupId": "f64558be-4732-4553-8534-10adef5ca080",
"DepartmentId": "59d9ed95-6f8b-4b9c-8d7f-10ceb018f030",
"EventId": "6ecb4393-2b5e-4517-8cb0-214413afe716",
"ActionById": "46a3abe1-b568-4164-9890-ec907d4c8873",
"EventRegistrationId": "e4fa802d-c060-433d-b122-470d0d7d851c",
"EventSectorId": "8fe2324e-70d5-4647-aca7-9dd8f26de70d",
"UserIslahJourneyId": "d80f638a-9e4f-44f2-a769-ecb33b325776",
"IslahJourneyId": "e772dc52-d4bb-4f89-8405-5b2c5cc7e9af",
"IslahLevelId": "9a79a1db-a281-477a-9e1b-b4aa0b754973",
"Day": 1,
"Status": 1,
"Date": "2025-12-10T12:49:43.14266+05:00",
"SummaryType": 2,
"WakeUpTime": "00:00:00.1234567",
"SleepTime": "00:00:00.1234567",
"MurabiId": "5f02c547-d233-476f-acfb-3b371586831d",
"FactorsDetail": [
{
"UserIslahJourneyId": "78fa2272-232d-4569-b88f-fa3f514c7fb3",
"FactorId": "50a72b7b-5d33-4294-9d62-41f8307043cf",
"FactorName": "sample string 1",
"FactorCategoryName": "sample string 2",
"Day": 1,
"CurrentDay": 1,
"IslahFactorStatus": "sample string 3",
"Status": 1,
"Date": "2025-12-10T12:49:43.14266+05:00",
"OngoingFactorsCount": 1,
"CompletedFactorsCount": 1,
"ChillaNumber": 1,
"WakeUpTime": "00:00:00.1234567",
"SleepTime": "00:00:00.1234567"
},
{
"UserIslahJourneyId": "78fa2272-232d-4569-b88f-fa3f514c7fb3",
"FactorId": "50a72b7b-5d33-4294-9d62-41f8307043cf",
"FactorName": "sample string 1",
"FactorCategoryName": "sample string 2",
"Day": 1,
"CurrentDay": 1,
"IslahFactorStatus": "sample string 3",
"Status": 1,
"Date": "2025-12-10T12:49:43.14266+05:00",
"OngoingFactorsCount": 1,
"CompletedFactorsCount": 1,
"ChillaNumber": 1,
"WakeUpTime": "00:00:00.1234567",
"SleepTime": "00:00:00.1234567"
}
],
"MamoolatIds": [
"8dd62d82-9f41-474d-a222-b5cc3b635920",
"eb6350a7-864a-4a17-a7e9-af2b779fd4ae"
],
"CountryIds": [
"0b9a4aa7-1300-4289-a3b8-a72c9d289ff7",
"2a216fa9-f693-45d1-a44a-bc70adaece4a"
],
"StateOrProvinceIds": [
"f2cb3a16-1d94-47da-b3d2-4b8c4fc299b2",
"8e85be8d-3fbb-4d3a-9550-169264a7b7bb"
],
"CityIds": [
"acdf3cd7-ef3f-4a45-b192-76db3019e5da",
"c3e4d361-7dfc-403e-8234-e893e3b08e43"
],
"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.