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": "cda1580b-b796-477c-817b-b503a1ff7218",
"StartDate": "2026-04-11T17:10:54.4499029+05:00",
"EndDate": "2026-04-11T17:10:54.4499029+05:00",
"UserId": "a74d45ba-b8c8-4929-b470-efca20c45e6a",
"GroupId": "44982678-8cf6-4a80-b3d0-51ab65b23c38",
"DepartmentId": "eab29674-506e-43e6-bae8-9c573930fa8a",
"EventId": "b547db59-9b96-4b14-ac5d-bbdb2ea519ec",
"ActionById": "065fbfe4-e30d-4a1e-8c18-63191c3fd3d6",
"EventRegistrationId": "8c44974a-6aef-419b-aee4-b77074ed260f",
"EventSectorId": "7563f7f6-80b1-4ad3-8f53-d16c991a76ec",
"UserIslahJourneyId": "e021da0b-41db-46d1-afd8-ca73a161365e",
"IslahJourneyId": "9097a6ba-f3e9-4ba8-b327-c9ce760d039e",
"IslahLevelId": "992f5b2c-3826-46a1-b8cc-8f26445e3d7e",
"Day": 1,
"Status": 1,
"Date": "2026-04-11T17:10:54.4499029+05:00",
"SummaryType": 2,
"WakeUpTime": "00:00:00.1234567",
"SleepTime": "00:00:00.1234567",
"MurabiId": "9dc2d20f-c2bd-4de6-afe5-064b4c69d970",
"FactorsDetail": [
{
"UserIslahJourneyId": "bd6fe2bb-dfd6-47ef-9b97-ea1cb787c0b5",
"FactorId": "4eb860fe-1997-4970-9369-07c81379b310",
"FactorName": "sample string 1",
"FactorCategoryName": "sample string 2",
"Day": 1,
"CurrentDay": 1,
"IslahFactorStatus": "sample string 3",
"Status": 1,
"Date": "2026-04-11T17:10:54.4499029+05:00",
"OngoingFactorsCount": 1,
"CompletedFactorsCount": 1,
"ChillaNumber": 1,
"WakeUpTime": "00:00:00.1234567",
"SleepTime": "00:00:00.1234567"
},
{
"UserIslahJourneyId": "bd6fe2bb-dfd6-47ef-9b97-ea1cb787c0b5",
"FactorId": "4eb860fe-1997-4970-9369-07c81379b310",
"FactorName": "sample string 1",
"FactorCategoryName": "sample string 2",
"Day": 1,
"CurrentDay": 1,
"IslahFactorStatus": "sample string 3",
"Status": 1,
"Date": "2026-04-11T17:10:54.4499029+05:00",
"OngoingFactorsCount": 1,
"CompletedFactorsCount": 1,
"ChillaNumber": 1,
"WakeUpTime": "00:00:00.1234567",
"SleepTime": "00:00:00.1234567"
}
],
"MamoolatIds": [
"3e034c6f-2b81-49cd-8d46-0960390c0de0",
"41b47637-10e3-44d0-b2d7-2a30aef6d110"
],
"CountryIds": [
"f5f0b6bd-b469-4bdd-8a89-7a971ca78362",
"2855f22c-3ddf-4288-8d0a-c32630736408"
],
"StateOrProvinceIds": [
"f5b8e9e4-3c5b-4b04-bd5f-e3687e97ebf3",
"aa23f829-451f-4359-a6dd-b6401dbb82f1"
],
"CityIds": [
"cfb2abad-1ce4-4863-bc24-349304774d52",
"bde6db3f-b02d-4d48-9c00-9b4cdc9e75e3"
],
"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.