POST api/Islah/GetUserIslahLevelMamoolat
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": "716a8fe9-60cf-45a9-9a9a-272932ca4780",
"StartDate": "2025-12-10T12:52:29.3376661+05:00",
"EndDate": "2025-12-10T12:52:29.3376661+05:00",
"UserId": "f793e2a3-d71a-4e21-8461-50251e8ec9ba",
"GroupId": "74c38a68-d5c3-4f8a-892a-e3c4bb14b186",
"DepartmentId": "157805e6-bc33-49b2-b890-c3a0c0b3efc2",
"EventId": "14481f01-74b7-4146-9d5b-9c2c8d75aaa6",
"ActionById": "e05480e5-7c1d-4d14-a31e-d66db2c0a299",
"EventRegistrationId": "0653b351-071d-49f3-9ff9-8270a665e953",
"EventSectorId": "2e1cbf9a-d26c-45fe-b2b0-1840bbfe4bca",
"UserIslahJourneyId": "741d4907-27a5-4ec8-99e6-fab53e19ae79",
"IslahJourneyId": "8fe30436-3a71-4f92-aba8-786d39b7c5d6",
"IslahLevelId": "6f296605-921f-414b-bcd6-4b0f2685b77f",
"Day": 1,
"Status": 1,
"Date": "2025-12-10T12:52:29.3386463+05:00",
"SummaryType": 2,
"WakeUpTime": "00:00:00.1234567",
"SleepTime": "00:00:00.1234567",
"MurabiId": "9ca94edc-c6eb-4fe9-97d2-90bb48655ecd",
"FactorsDetail": [
{
"UserIslahJourneyId": "79786df4-187b-4682-aff6-87a2bc58c85f",
"FactorId": "d866a521-bdf2-4a74-82ea-645a2fb5f357",
"FactorName": "sample string 1",
"FactorCategoryName": "sample string 2",
"Day": 1,
"CurrentDay": 1,
"IslahFactorStatus": "sample string 3",
"Status": 1,
"Date": "2025-12-10T12:52:29.3386463+05:00",
"OngoingFactorsCount": 1,
"CompletedFactorsCount": 1,
"ChillaNumber": 1,
"WakeUpTime": "00:00:00.1234567",
"SleepTime": "00:00:00.1234567"
},
{
"UserIslahJourneyId": "79786df4-187b-4682-aff6-87a2bc58c85f",
"FactorId": "d866a521-bdf2-4a74-82ea-645a2fb5f357",
"FactorName": "sample string 1",
"FactorCategoryName": "sample string 2",
"Day": 1,
"CurrentDay": 1,
"IslahFactorStatus": "sample string 3",
"Status": 1,
"Date": "2025-12-10T12:52:29.3386463+05:00",
"OngoingFactorsCount": 1,
"CompletedFactorsCount": 1,
"ChillaNumber": 1,
"WakeUpTime": "00:00:00.1234567",
"SleepTime": "00:00:00.1234567"
}
],
"MamoolatIds": [
"1e285208-2b90-47c1-b975-72603b2ca126",
"93f87604-6f07-4b89-8dd5-8d144f9df301"
],
"CountryIds": [
"fbba7f4b-4723-4ebc-8451-5440398ce678",
"98d1ab2b-ade7-41f6-a47c-34a775ab33b6"
],
"StateOrProvinceIds": [
"5b70eac8-0a01-4309-a526-005fc82ad221",
"da213ebd-7bb1-49c4-bad0-62bda5505e28"
],
"CityIds": [
"82c2eba0-de13-4ed9-9a1b-5ef1a509c698",
"677e2e8b-53e9-4120-bf60-a47f1aae0fe4"
],
"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.