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": "c243ffa2-25cf-4748-bb81-f8a7d9da08ac",
"StartDate": "2025-12-20T17:38:26.8536705+05:00",
"EndDate": "2025-12-20T17:38:26.8536705+05:00",
"UserId": "23e73660-c208-40a9-866e-39a21a7f0ac9",
"GroupId": "ecab87f7-d018-4cc8-94b3-06dea71b31c8",
"DepartmentId": "ea9be230-5ad6-4749-b5a4-94f7fc942861",
"EventId": "d95aa402-b67d-4e0e-bee6-9894a13fbea5",
"ActionById": "b96de3b8-2960-4b37-b670-a0d91a7c0919",
"EventRegistrationId": "679171a4-40c4-4b82-bd6f-6bec6fa1c283",
"EventSectorId": "ad54dc09-2076-41cc-927f-6209d135909c",
"UserIslahJourneyId": "5f5c1cf0-6f8e-47fe-91ac-2849deca8607",
"IslahJourneyId": "a013d14b-b922-4737-b3ac-f37bb5a802aa",
"IslahLevelId": "71b5a3b6-0cd4-4de0-9f42-61325cc3932e",
"Day": 1,
"Status": 1,
"Date": "2025-12-20T17:38:26.8536705+05:00",
"SummaryType": 2,
"WakeUpTime": "00:00:00.1234567",
"SleepTime": "00:00:00.1234567",
"MurabiId": "3d3fafaf-bf5b-43de-9832-41b13c17d2d0",
"FactorsDetail": [
{
"UserIslahJourneyId": "28ad1cf9-5d04-4c35-9859-8e2e14a74114",
"FactorId": "2dcd9ad7-b253-4781-aae3-f33c8379c2fb",
"FactorName": "sample string 1",
"FactorCategoryName": "sample string 2",
"Day": 1,
"CurrentDay": 1,
"IslahFactorStatus": "sample string 3",
"Status": 1,
"Date": "2025-12-20T17:38:26.8536705+05:00",
"OngoingFactorsCount": 1,
"CompletedFactorsCount": 1,
"ChillaNumber": 1,
"WakeUpTime": "00:00:00.1234567",
"SleepTime": "00:00:00.1234567"
},
{
"UserIslahJourneyId": "28ad1cf9-5d04-4c35-9859-8e2e14a74114",
"FactorId": "2dcd9ad7-b253-4781-aae3-f33c8379c2fb",
"FactorName": "sample string 1",
"FactorCategoryName": "sample string 2",
"Day": 1,
"CurrentDay": 1,
"IslahFactorStatus": "sample string 3",
"Status": 1,
"Date": "2025-12-20T17:38:26.8536705+05:00",
"OngoingFactorsCount": 1,
"CompletedFactorsCount": 1,
"ChillaNumber": 1,
"WakeUpTime": "00:00:00.1234567",
"SleepTime": "00:00:00.1234567"
}
],
"MamoolatIds": [
"05fa6022-7ef9-4988-bc39-74ab146e0a77",
"da2f1182-4164-448e-935d-0634aa6a99c5"
],
"CountryIds": [
"f88484fa-5049-4824-b6af-e468a62779f5",
"fe257075-10b7-4138-a7b3-eea9e0d67f07"
],
"StateOrProvinceIds": [
"595a07f9-51fc-476e-a2a0-d08b05d6be63",
"87b7c157-1c2d-4c77-9d08-eb4b74e38bc5"
],
"CityIds": [
"d06b5245-6887-40df-86e1-4bf839210add",
"eb7154c9-d164-4dbf-b6bd-6333f243607e"
],
"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.