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": "7427842d-34e5-491f-a71c-60675f7b954b",
"StartDate": "2025-12-10T12:54:05.7920144+05:00",
"EndDate": "2025-12-10T12:54:05.7920144+05:00",
"UserId": "cdb7c870-f5c9-484c-b286-87b9ac9f3122",
"GroupId": "1d389faf-d930-494a-a009-1501968071f2",
"DepartmentId": "88946b37-26b1-460e-93da-91d109ddd508",
"EventId": "aea6ffba-4907-4791-a23c-745a9a586665",
"ActionById": "cc330d57-b5c2-4aa9-9b45-d1afb9e2d107",
"EventRegistrationId": "dc76bbd9-315c-4062-b57e-2f641792f444",
"EventSectorId": "7262fe77-9fbe-44b5-a9ea-31a3b2c02230",
"UserIslahJourneyId": "feebc1cb-4baf-4493-93bf-161ed7fb878c",
"IslahJourneyId": "82252a46-12d7-4bde-a8bb-0dcbf6c794d0",
"IslahLevelId": "2c5d13d9-167a-44bc-86a5-9b241460743c",
"Day": 1,
"Status": 1,
"Date": "2025-12-10T12:54:05.7920144+05:00",
"SummaryType": 2,
"WakeUpTime": "00:00:00.1234567",
"SleepTime": "00:00:00.1234567",
"MurabiId": "b7718bb3-82d3-41be-9c71-f69b2bbb56af",
"FactorsDetail": [
{
"UserIslahJourneyId": "58ecba87-895d-42c4-a296-226a0fddb615",
"FactorId": "af1be0d8-5af8-4607-9905-f6b0c7245e11",
"FactorName": "sample string 1",
"FactorCategoryName": "sample string 2",
"Day": 1,
"CurrentDay": 1,
"IslahFactorStatus": "sample string 3",
"Status": 1,
"Date": "2025-12-10T12:54:05.7920144+05:00",
"OngoingFactorsCount": 1,
"CompletedFactorsCount": 1,
"ChillaNumber": 1,
"WakeUpTime": "00:00:00.1234567",
"SleepTime": "00:00:00.1234567"
},
{
"UserIslahJourneyId": "58ecba87-895d-42c4-a296-226a0fddb615",
"FactorId": "af1be0d8-5af8-4607-9905-f6b0c7245e11",
"FactorName": "sample string 1",
"FactorCategoryName": "sample string 2",
"Day": 1,
"CurrentDay": 1,
"IslahFactorStatus": "sample string 3",
"Status": 1,
"Date": "2025-12-10T12:54:05.7920144+05:00",
"OngoingFactorsCount": 1,
"CompletedFactorsCount": 1,
"ChillaNumber": 1,
"WakeUpTime": "00:00:00.1234567",
"SleepTime": "00:00:00.1234567"
}
],
"MamoolatIds": [
"42b98aa6-83fa-4aa3-a2f5-0052c9c4eb7b",
"8c6a8f94-b889-499f-9e98-561d8f3acdb8"
],
"CountryIds": [
"d155f5ed-357c-4215-8087-f0ef70865d67",
"668cba55-2a95-4254-87ff-006fd6ff4de0"
],
"StateOrProvinceIds": [
"d6a2cb8b-3b9b-411f-9f0b-c88f9b6e73ce",
"2610b732-cee3-4c9b-b3ac-9146405bf617"
],
"CityIds": [
"ab8b29b3-4d10-4f9f-b96f-61566e891b8e",
"e880d86e-285e-4eef-af55-1adaa530b8da"
],
"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.