POST api/Islah/GetDailyIslahFactorsOverViewGraph
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": "cb01beaf-9f08-4d70-8685-d78403703ced",
"StartDate": "2026-09-25T12:49:35.8237542+05:00",
"EndDate": "2026-09-25T12:49:35.8237542+05:00",
"UserId": "b83c5b1f-ea7c-4272-97ca-7c6fba09293c",
"GroupId": "531a4994-070a-40dd-9a57-05d04394243d",
"DepartmentId": "29ca8385-af5c-4229-bb29-9cb577e28487",
"EventId": "e46f67f2-1add-4cc4-9280-4a38227b2a35",
"ActionById": "3615fd66-dc72-4dc2-b791-9ff497f25916",
"EventRegistrationId": "5f70b4eb-3c83-4fe3-aca4-885b47845484",
"EventSectorId": "7e828286-af79-49e6-86ee-d01ee7d399d9",
"UserIslahJourneyId": "3209f3d1-f03e-4575-be40-419544133032",
"IslahJourneyId": "be7d36de-1dfd-4afc-a3be-c5d3bf04861b",
"IslahLevelId": "697fbabd-c3c9-4974-a7f0-ff36101e2047",
"Day": 1,
"Status": 1,
"Date": "2026-09-25T12:49:35.8237542+05:00",
"SummaryType": 2,
"WakeUpTime": "00:00:00.1234567",
"SleepTime": "00:00:00.1234567",
"MurabiId": "edd02e77-2f3e-48a3-932b-712325a2a1c7",
"FactorsDetail": [
{
"UserIslahJourneyId": "04617e7c-2c01-426a-8918-84a39e230dbd",
"FactorId": "bd378c61-00f3-4caa-88e4-1b61339f9e47",
"FactorName": "sample string 1",
"FactorCategoryName": "sample string 2",
"Day": 1,
"CurrentDay": 1,
"IslahFactorStatus": "sample string 3",
"Status": 1,
"Date": "2026-09-25T12:49:35.8237542+05:00",
"OngoingFactorsCount": 1,
"CompletedFactorsCount": 1,
"ChillaNumber": 1,
"WakeUpTime": "00:00:00.1234567",
"SleepTime": "00:00:00.1234567"
},
{
"UserIslahJourneyId": "04617e7c-2c01-426a-8918-84a39e230dbd",
"FactorId": "bd378c61-00f3-4caa-88e4-1b61339f9e47",
"FactorName": "sample string 1",
"FactorCategoryName": "sample string 2",
"Day": 1,
"CurrentDay": 1,
"IslahFactorStatus": "sample string 3",
"Status": 1,
"Date": "2026-09-25T12:49:35.8237542+05:00",
"OngoingFactorsCount": 1,
"CompletedFactorsCount": 1,
"ChillaNumber": 1,
"WakeUpTime": "00:00:00.1234567",
"SleepTime": "00:00:00.1234567"
}
],
"MamoolatIds": [
"edb77a8a-dd20-4293-a202-d02312deee96",
"3b9247eb-e1e0-4347-b50c-9692f479c555"
],
"CountryIds": [
"00908584-42a2-44ac-9d1a-2a678a749a34",
"3c3a35ac-e561-4de0-b247-b7fbac6406c6"
],
"StateOrProvinceIds": [
"7bcc8ad0-1d2d-4b60-b285-95405b227eff",
"686a6d4f-2307-4a1e-ad38-72343d801021"
],
"CityIds": [
"df51d267-6341-4263-98fd-7ad6460a465e",
"b910bb7a-1bc2-49a8-a58a-e122636aee80"
],
"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.