POST api/Islah/GetIslahFactorsDetail
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": "a76800ac-512a-4314-b498-4feefe277377",
"StartDate": "2026-09-25T12:49:35.8107948+05:00",
"EndDate": "2026-09-25T12:49:35.8107948+05:00",
"UserId": "3d71435a-ede1-492b-997d-16fd0d84d021",
"GroupId": "b15cac71-49ce-43ae-9224-a37e54d354c5",
"DepartmentId": "8823c464-278e-4d53-acb3-9371e5993825",
"EventId": "5a98f345-c8c6-42e2-8345-1467777c0481",
"ActionById": "c46b9ca1-315c-4c49-894e-7ba768994a15",
"EventRegistrationId": "f7e5708c-b5b7-44b0-b2cd-65c5fa9fa275",
"EventSectorId": "f70df473-2045-4f6a-b173-76dfd54bbd7b",
"UserIslahJourneyId": "2df65e50-904f-4356-b46e-0135935eafc1",
"IslahJourneyId": "d660ff78-1216-47fa-9f07-e44740309a70",
"IslahLevelId": "6cdd00f5-061d-4622-9ae7-f2d92fa5ff03",
"Day": 1,
"Status": 1,
"Date": "2026-09-25T12:49:35.8107948+05:00",
"SummaryType": 2,
"WakeUpTime": "00:00:00.1234567",
"SleepTime": "00:00:00.1234567",
"MurabiId": "05f88599-149f-43b8-922e-4039ef03cf33",
"FactorsDetail": [
{
"UserIslahJourneyId": "b2fa9ce2-0f58-4d0e-bbef-604478edb5c9",
"FactorId": "ae44b506-aaa2-4445-8325-40bd5cef6693",
"FactorName": "sample string 1",
"FactorCategoryName": "sample string 2",
"Day": 1,
"CurrentDay": 1,
"IslahFactorStatus": "sample string 3",
"Status": 1,
"Date": "2026-09-25T12:49:35.8107948+05:00",
"OngoingFactorsCount": 1,
"CompletedFactorsCount": 1,
"ChillaNumber": 1,
"WakeUpTime": "00:00:00.1234567",
"SleepTime": "00:00:00.1234567"
},
{
"UserIslahJourneyId": "b2fa9ce2-0f58-4d0e-bbef-604478edb5c9",
"FactorId": "ae44b506-aaa2-4445-8325-40bd5cef6693",
"FactorName": "sample string 1",
"FactorCategoryName": "sample string 2",
"Day": 1,
"CurrentDay": 1,
"IslahFactorStatus": "sample string 3",
"Status": 1,
"Date": "2026-09-25T12:49:35.8107948+05:00",
"OngoingFactorsCount": 1,
"CompletedFactorsCount": 1,
"ChillaNumber": 1,
"WakeUpTime": "00:00:00.1234567",
"SleepTime": "00:00:00.1234567"
}
],
"MamoolatIds": [
"6fd47d1f-41ef-4c70-a402-532b1ec8d87e",
"032e6e4d-d5da-4bbd-9637-9a85598af555"
],
"CountryIds": [
"a705981e-7cc7-4f0a-ac5b-0b063a230d70",
"951e9af3-cfe3-4cd8-b1b1-462a880bb48f"
],
"StateOrProvinceIds": [
"ab4d729d-e279-4f49-8978-7ab8c3168b1f",
"d52c129b-be01-43b8-b224-754a2c5c89dc"
],
"CityIds": [
"e4ed1383-3ad7-4d38-a7e9-a99a2caaf1fd",
"13237a40-59ed-4bf6-b7f7-808a6256e156"
],
"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.