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": "ccc8f240-fc68-42f0-8bf1-3c075337b278",
"StartDate": "2026-05-16T01:27:13.5642055+05:00",
"EndDate": "2026-05-16T01:27:13.5642055+05:00",
"UserId": "2f989256-9fc6-4ac8-a387-c417c25d5326",
"GroupId": "bc59fe37-7268-44ce-b683-161668076ce3",
"DepartmentId": "09b2d444-f04a-451c-8ab3-7aef9b41a87e",
"EventId": "a02c8276-00c9-4801-9213-92808b4eca5b",
"ActionById": "e7281459-b752-4b82-9cf9-940b9046eb4f",
"EventRegistrationId": "c50995d4-0deb-4e61-898d-881e5ec1a7b8",
"EventSectorId": "c0775f1c-60a3-44ea-9a5a-99b6813eca27",
"UserIslahJourneyId": "0e739506-81de-4f7c-9dd8-0eee089d7de4",
"IslahJourneyId": "4f660a21-77cc-4c70-a955-24844e98284a",
"IslahLevelId": "5fe985b9-0e0e-45dc-9e2a-e836a119e8ac",
"Day": 1,
"Status": 1,
"Date": "2026-05-16T01:27:13.5642055+05:00",
"SummaryType": 2,
"WakeUpTime": "00:00:00.1234567",
"SleepTime": "00:00:00.1234567",
"MurabiId": "6bd345e2-8f8c-4cec-a8ee-7cf9e7427aff",
"FactorsDetail": [
{
"UserIslahJourneyId": "d73012e0-cf40-443c-917b-86bc8640bc7e",
"FactorId": "1b82ab7a-db8a-41bd-9625-8537a69bdae2",
"FactorName": "sample string 1",
"FactorCategoryName": "sample string 2",
"Day": 1,
"CurrentDay": 1,
"IslahFactorStatus": "sample string 3",
"Status": 1,
"Date": "2026-05-16T01:27:13.5642055+05:00",
"OngoingFactorsCount": 1,
"CompletedFactorsCount": 1,
"ChillaNumber": 1,
"WakeUpTime": "00:00:00.1234567",
"SleepTime": "00:00:00.1234567"
},
{
"UserIslahJourneyId": "d73012e0-cf40-443c-917b-86bc8640bc7e",
"FactorId": "1b82ab7a-db8a-41bd-9625-8537a69bdae2",
"FactorName": "sample string 1",
"FactorCategoryName": "sample string 2",
"Day": 1,
"CurrentDay": 1,
"IslahFactorStatus": "sample string 3",
"Status": 1,
"Date": "2026-05-16T01:27:13.5642055+05:00",
"OngoingFactorsCount": 1,
"CompletedFactorsCount": 1,
"ChillaNumber": 1,
"WakeUpTime": "00:00:00.1234567",
"SleepTime": "00:00:00.1234567"
}
],
"MamoolatIds": [
"769e0dcd-4a4c-44fd-a237-7449ae559151",
"da015ea6-a74b-4e9f-a8da-623177e32754"
],
"CountryIds": [
"213db8e9-1571-4183-a833-fccf1157edba",
"badc7bff-3b83-4ed2-9925-9d81625a14a6"
],
"StateOrProvinceIds": [
"350e0127-6ea7-4b46-8ce1-0b8c9fb25d6b",
"1f3314ad-6eaf-4062-9fb6-7c6e8bddf1bd"
],
"CityIds": [
"97ec7da0-0f4c-4b09-97d8-c939de2bf580",
"9d5fdfab-1eb6-43c5-adbf-856842ff9eaa"
],
"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.