POST api/Islah/GetUserIslahReportData
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": "48cba6cd-7873-41bf-83d1-70fd0993e95f",
"StartDate": "2026-09-25T12:49:35.8297841+05:00",
"EndDate": "2026-09-25T12:49:35.8297841+05:00",
"UserId": "80f5cd0f-1756-451b-b962-e2e951101067",
"GroupId": "f6824c0c-5f5f-47f1-b458-bcb27f972e5c",
"DepartmentId": "c0552ef1-81b3-409f-abfe-94c403c34758",
"EventId": "f1cfa572-b247-47a0-8711-bd8d90469d3a",
"ActionById": "38c146d2-4bf3-4b51-a72f-588cb16057b0",
"EventRegistrationId": "38fc717e-57b3-4015-8c7d-29bd8a93edc7",
"EventSectorId": "5c9af22a-d98f-4608-8feb-4c09bb050bb2",
"UserIslahJourneyId": "437f76f6-70e8-4fa3-875a-6c4869eee024",
"IslahJourneyId": "c7e438c1-8301-4cf4-8f36-582121fb713b",
"IslahLevelId": "e56608af-c61d-40d2-bef4-edefe6915034",
"Day": 1,
"Status": 1,
"Date": "2026-09-25T12:49:35.8297841+05:00",
"SummaryType": 2,
"WakeUpTime": "00:00:00.1234567",
"SleepTime": "00:00:00.1234567",
"MurabiId": "10e95d34-5973-4c47-a554-241443e0f10d",
"FactorsDetail": [
{
"UserIslahJourneyId": "d3dca38a-6d65-4bf5-9eb6-6687c71d0e31",
"FactorId": "6b17ab43-ead2-4f4d-8dd1-4b24359ecd96",
"FactorName": "sample string 1",
"FactorCategoryName": "sample string 2",
"Day": 1,
"CurrentDay": 1,
"IslahFactorStatus": "sample string 3",
"Status": 1,
"Date": "2026-09-25T12:49:35.8297841+05:00",
"OngoingFactorsCount": 1,
"CompletedFactorsCount": 1,
"ChillaNumber": 1,
"WakeUpTime": "00:00:00.1234567",
"SleepTime": "00:00:00.1234567"
},
{
"UserIslahJourneyId": "d3dca38a-6d65-4bf5-9eb6-6687c71d0e31",
"FactorId": "6b17ab43-ead2-4f4d-8dd1-4b24359ecd96",
"FactorName": "sample string 1",
"FactorCategoryName": "sample string 2",
"Day": 1,
"CurrentDay": 1,
"IslahFactorStatus": "sample string 3",
"Status": 1,
"Date": "2026-09-25T12:49:35.8297841+05:00",
"OngoingFactorsCount": 1,
"CompletedFactorsCount": 1,
"ChillaNumber": 1,
"WakeUpTime": "00:00:00.1234567",
"SleepTime": "00:00:00.1234567"
}
],
"MamoolatIds": [
"1294af91-1a78-4530-a8d1-b7e1e21877b7",
"51bcfcd1-e0a0-4847-a437-9db8cf286dfe"
],
"CountryIds": [
"eda67dea-e9e3-43d7-8e50-388fb51461cd",
"43e231f1-f493-4a70-aa7d-38a0d3384cc7"
],
"StateOrProvinceIds": [
"5db7077b-dde6-4229-b1cb-97b2d6bad3b4",
"afcbf01a-a5e2-4bee-b543-4964a28b5835"
],
"CityIds": [
"e6640571-2ea5-4c8a-807f-66d20938cc3e",
"dbe3bd70-691e-4b54-aa0d-44e4faacdfeb"
],
"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.