POST api/Islah/GetUsersIslahLevelMamoolatData
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": "64ed10f5-0279-4a7b-9929-24d9e730f599",
"StartDate": "2026-04-11T17:09:22.0519589+05:00",
"EndDate": "2026-04-11T17:09:22.0519589+05:00",
"UserId": "252e477a-96ca-48aa-96be-3d201b3b0a9a",
"GroupId": "51b1ad53-d39b-43c1-9b93-676de67ca6fc",
"DepartmentId": "bf2218e4-2fcb-4f6b-9268-fa2472f95c2d",
"EventId": "1e349e5e-8d5b-43fc-aecc-9b82ca522fb0",
"ActionById": "2dbae14e-759e-4752-b182-dab17067511d",
"EventRegistrationId": "f82a23af-3a80-47c6-997e-ebdedc997a83",
"EventSectorId": "6cdd5e5d-46c7-44f1-9709-a97b018328dc",
"UserIslahJourneyId": "d2e64176-d848-4a91-bb82-06e7de592067",
"IslahJourneyId": "f3374518-5bb3-435a-b9a8-2c9971e08358",
"IslahLevelId": "26a43301-7b2d-4a16-91b8-0a8b2877aa3a",
"Day": 1,
"Status": 1,
"Date": "2026-04-11T17:09:22.0519589+05:00",
"SummaryType": 2,
"WakeUpTime": "00:00:00.1234567",
"SleepTime": "00:00:00.1234567",
"MurabiId": "5a3c9514-1f4a-49e2-baf2-cfc91e30bf25",
"FactorsDetail": [
{
"UserIslahJourneyId": "a3f72ab8-a204-457b-ad9d-29f84c0d96a8",
"FactorId": "1c348560-6003-41e1-a34a-9140b8416a41",
"FactorName": "sample string 1",
"FactorCategoryName": "sample string 2",
"Day": 1,
"CurrentDay": 1,
"IslahFactorStatus": "sample string 3",
"Status": 1,
"Date": "2026-04-11T17:09:22.0519589+05:00",
"OngoingFactorsCount": 1,
"CompletedFactorsCount": 1,
"ChillaNumber": 1,
"WakeUpTime": "00:00:00.1234567",
"SleepTime": "00:00:00.1234567"
},
{
"UserIslahJourneyId": "a3f72ab8-a204-457b-ad9d-29f84c0d96a8",
"FactorId": "1c348560-6003-41e1-a34a-9140b8416a41",
"FactorName": "sample string 1",
"FactorCategoryName": "sample string 2",
"Day": 1,
"CurrentDay": 1,
"IslahFactorStatus": "sample string 3",
"Status": 1,
"Date": "2026-04-11T17:09:22.0519589+05:00",
"OngoingFactorsCount": 1,
"CompletedFactorsCount": 1,
"ChillaNumber": 1,
"WakeUpTime": "00:00:00.1234567",
"SleepTime": "00:00:00.1234567"
}
],
"MamoolatIds": [
"9f2fb86a-8e46-4010-8300-2f0402fefb01",
"94d364af-817f-4613-9fc4-560fed06e6d4"
],
"CountryIds": [
"4e858806-b5b8-4bc6-9ec3-12a715853dfa",
"5daf6f08-bfad-4907-a502-348e0f7344d4"
],
"StateOrProvinceIds": [
"c66baba9-e1f0-4ae1-a5ea-e23ad3a88571",
"e713e363-0212-4ca5-9482-9592c48c0525"
],
"CityIds": [
"852b9598-b488-45f6-b091-5f040fb7a899",
"2848b290-9326-4f4a-b736-546836699778"
],
"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.