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": "e1215fe1-bcb4-4598-8386-46b8f3294012",
"StartDate": "2026-04-11T17:09:30.3519686+05:00",
"EndDate": "2026-04-11T17:09:30.3519686+05:00",
"UserId": "4012fca9-1e4b-4a75-94f6-ecb164c54cc6",
"GroupId": "90d6d0bf-fa59-470e-936e-0f888a1063ac",
"DepartmentId": "1ab76171-d4c4-42f8-be7d-425833585fa4",
"EventId": "c076e7c6-e143-4fcf-997e-a7eec6c5749d",
"ActionById": "9c82735d-b002-4af9-9e28-b49d373bbe76",
"EventRegistrationId": "5610924b-6c3b-491e-beda-059693c107b6",
"EventSectorId": "f912b605-b9c5-47cb-9ac9-c24c8d1e6b34",
"UserIslahJourneyId": "0b5a54c6-9f7c-4e14-a892-a7e2bf22cdd6",
"IslahJourneyId": "c1a5b0b0-3323-415e-972d-ba98be416edc",
"IslahLevelId": "7cb212c1-a243-4e8e-ae3e-a7fcf7adf9f7",
"Day": 1,
"Status": 1,
"Date": "2026-04-11T17:09:30.3519686+05:00",
"SummaryType": 2,
"WakeUpTime": "00:00:00.1234567",
"SleepTime": "00:00:00.1234567",
"MurabiId": "b57adf4a-95b8-414f-997a-b139c16a066f",
"FactorsDetail": [
{
"UserIslahJourneyId": "7219df35-b101-4526-81df-1c5baa73a7bb",
"FactorId": "9c797da3-a7e4-4238-8689-a86d5ae01c8f",
"FactorName": "sample string 1",
"FactorCategoryName": "sample string 2",
"Day": 1,
"CurrentDay": 1,
"IslahFactorStatus": "sample string 3",
"Status": 1,
"Date": "2026-04-11T17:09:30.3519686+05:00",
"OngoingFactorsCount": 1,
"CompletedFactorsCount": 1,
"ChillaNumber": 1,
"WakeUpTime": "00:00:00.1234567",
"SleepTime": "00:00:00.1234567"
},
{
"UserIslahJourneyId": "7219df35-b101-4526-81df-1c5baa73a7bb",
"FactorId": "9c797da3-a7e4-4238-8689-a86d5ae01c8f",
"FactorName": "sample string 1",
"FactorCategoryName": "sample string 2",
"Day": 1,
"CurrentDay": 1,
"IslahFactorStatus": "sample string 3",
"Status": 1,
"Date": "2026-04-11T17:09:30.3519686+05:00",
"OngoingFactorsCount": 1,
"CompletedFactorsCount": 1,
"ChillaNumber": 1,
"WakeUpTime": "00:00:00.1234567",
"SleepTime": "00:00:00.1234567"
}
],
"MamoolatIds": [
"b592c60b-2405-44c8-830d-bab1d6717a13",
"82a26c37-9304-44b0-ada0-c0e662259c8f"
],
"CountryIds": [
"e38b59f3-2b34-49ee-b5ac-c333e1a62274",
"23b0f147-18e9-4b28-b8bc-8365179c4c9f"
],
"StateOrProvinceIds": [
"a12139de-5b89-4d5f-bc05-2a13cfa9c948",
"afeb98a5-566d-4b2a-a993-9673890b9089"
],
"CityIds": [
"f2416b0b-b6e9-4375-84e2-4dde70461019",
"581956ec-9dbf-4895-b43a-a4be0394c629"
],
"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.