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": "3eb32566-834f-4a5a-a6c6-f7918eed7bdd",
"StartDate": "2026-08-01T11:33:03.8813219+05:00",
"EndDate": "2026-08-01T11:33:03.8813219+05:00",
"UserId": "928f024f-cdfd-496b-9eed-8427f84a0f97",
"GroupId": "62bbc3d2-c205-497b-a495-624b582a064e",
"DepartmentId": "f1e43fd2-d2ce-4d66-b110-3fa9d62b88ca",
"EventId": "a6377215-81d7-4560-959e-c22aa5af04a6",
"ActionById": "999edf19-d866-4074-a72b-01bfb2a77ecc",
"EventRegistrationId": "d59ee0ae-f291-49e5-a87d-2fe200053f30",
"EventSectorId": "ef8e1f24-707e-40ae-99ca-04a0f1797fcb",
"UserIslahJourneyId": "fc2e5d35-fa72-43c4-949c-55c0246ce1d0",
"IslahJourneyId": "2312407f-ed6f-443f-ac36-b3af2f02ce9b",
"IslahLevelId": "ba191079-532a-4533-8eb9-debd48f28f34",
"Day": 1,
"Status": 1,
"Date": "2026-08-01T11:33:03.8813219+05:00",
"SummaryType": 2,
"WakeUpTime": "00:00:00.1234567",
"SleepTime": "00:00:00.1234567",
"MurabiId": "a4b5912a-23e5-46dd-8d34-d2518edabf09",
"FactorsDetail": [
{
"UserIslahJourneyId": "8962d89b-0132-4d7b-97ef-6feb24f64de2",
"FactorId": "97b5c780-678b-4b1f-980a-b03ea77edf9f",
"FactorName": "sample string 1",
"FactorCategoryName": "sample string 2",
"Day": 1,
"CurrentDay": 1,
"IslahFactorStatus": "sample string 3",
"Status": 1,
"Date": "2026-08-01T11:33:03.8813219+05:00",
"OngoingFactorsCount": 1,
"CompletedFactorsCount": 1,
"ChillaNumber": 1,
"WakeUpTime": "00:00:00.1234567",
"SleepTime": "00:00:00.1234567"
},
{
"UserIslahJourneyId": "8962d89b-0132-4d7b-97ef-6feb24f64de2",
"FactorId": "97b5c780-678b-4b1f-980a-b03ea77edf9f",
"FactorName": "sample string 1",
"FactorCategoryName": "sample string 2",
"Day": 1,
"CurrentDay": 1,
"IslahFactorStatus": "sample string 3",
"Status": 1,
"Date": "2026-08-01T11:33:03.8813219+05:00",
"OngoingFactorsCount": 1,
"CompletedFactorsCount": 1,
"ChillaNumber": 1,
"WakeUpTime": "00:00:00.1234567",
"SleepTime": "00:00:00.1234567"
}
],
"MamoolatIds": [
"fd70f2c1-2a24-4ff5-b6b6-24a7e8cd4b64",
"f1f97aaf-f1e8-4738-91bf-236519c94531"
],
"CountryIds": [
"72700544-f341-406c-a7a2-2f3ba61cb1aa",
"929a7fa4-b53c-4884-8952-8f71a9cdcc51"
],
"StateOrProvinceIds": [
"b3d72836-d645-4f36-bccb-873fd2d50f9c",
"b9f13005-c99f-44c6-ad16-612cef138912"
],
"CityIds": [
"b05ccaf3-f18e-4991-9480-127c886ab84e",
"ae0fce82-7d7a-44f9-9612-daf557ba0a3c"
],
"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.