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": "b80cd4c1-b060-4c1b-a46c-5c69268d930c",
"StartDate": "2026-04-11T17:08:10.9199963+05:00",
"EndDate": "2026-04-11T17:08:10.9199963+05:00",
"UserId": "5fe5e662-8c1f-4c53-9940-f100474f1a81",
"GroupId": "4aa40d1f-8b37-4802-9911-7b614185d2ab",
"DepartmentId": "babd4805-ddec-4c51-ad86-03bece5352d6",
"EventId": "6431caad-2e31-48f4-9611-e7861c1bbade",
"ActionById": "3d4ce7b2-59c3-48ed-a055-902902861983",
"EventRegistrationId": "c032d938-f10c-426d-8b76-2929ce4f8d91",
"EventSectorId": "077506cc-85a5-4b1c-a4fe-e286c117d696",
"UserIslahJourneyId": "fa65e994-d58d-45a4-b22d-343262e1e044",
"IslahJourneyId": "cb8a2dc1-90b3-48e9-9947-6cb9bf042313",
"IslahLevelId": "7f37f01f-6a2f-44ff-af40-2c78b154563a",
"Day": 1,
"Status": 1,
"Date": "2026-04-11T17:08:10.9199963+05:00",
"SummaryType": 2,
"WakeUpTime": "00:00:00.1234567",
"SleepTime": "00:00:00.1234567",
"MurabiId": "02bf3da5-b933-46ac-b792-437f4d73a16a",
"FactorsDetail": [
{
"UserIslahJourneyId": "40412e4c-defb-48e9-be9c-ca35a3962dd4",
"FactorId": "c3561e9f-fed3-4ccc-9b24-754bb8948ece",
"FactorName": "sample string 1",
"FactorCategoryName": "sample string 2",
"Day": 1,
"CurrentDay": 1,
"IslahFactorStatus": "sample string 3",
"Status": 1,
"Date": "2026-04-11T17:08:10.9199963+05:00",
"OngoingFactorsCount": 1,
"CompletedFactorsCount": 1,
"ChillaNumber": 1,
"WakeUpTime": "00:00:00.1234567",
"SleepTime": "00:00:00.1234567"
},
{
"UserIslahJourneyId": "40412e4c-defb-48e9-be9c-ca35a3962dd4",
"FactorId": "c3561e9f-fed3-4ccc-9b24-754bb8948ece",
"FactorName": "sample string 1",
"FactorCategoryName": "sample string 2",
"Day": 1,
"CurrentDay": 1,
"IslahFactorStatus": "sample string 3",
"Status": 1,
"Date": "2026-04-11T17:08:10.9199963+05:00",
"OngoingFactorsCount": 1,
"CompletedFactorsCount": 1,
"ChillaNumber": 1,
"WakeUpTime": "00:00:00.1234567",
"SleepTime": "00:00:00.1234567"
}
],
"MamoolatIds": [
"fbfe86d0-86dd-4860-8ba5-91a030f7c819",
"4ea38f0d-3ffd-498d-bae7-95055747e2b8"
],
"CountryIds": [
"3baf6747-cdab-4faf-b60b-d422f0cb96ca",
"d6da27b0-8c35-42ae-8e0b-2772c8eb1610"
],
"StateOrProvinceIds": [
"85eaa366-46b5-49fc-b5d2-f6743a8c1696",
"5aa95c63-5697-40e2-a773-6808a8cb0d3a"
],
"CityIds": [
"9d28de27-be27-46ec-bd97-82c3f0a3a485",
"6052eead-1426-4766-b39e-c0acc8ab4d47"
],
"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.