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": "a3390e79-9b00-4e75-bdab-dce78d5fbfa3",
"StartDate": "2025-12-10T12:50:01.1228243+05:00",
"EndDate": "2025-12-10T12:50:01.1228243+05:00",
"UserId": "f79cf69f-c2af-4da4-8d2d-491e1819ad8f",
"GroupId": "b0f514a0-7304-4061-b823-c812fdb7bd99",
"DepartmentId": "bd07009e-df15-4457-a396-83f780aa725c",
"EventId": "8c36b5fb-a948-4f10-8398-ab5a6a845e0e",
"ActionById": "ad86955f-c7dd-49af-93d1-c412ed512534",
"EventRegistrationId": "0ba24a73-fa55-455c-b033-d61142fdcefd",
"EventSectorId": "3a343a81-7d7a-40ca-8ad2-e12eb1375f0f",
"UserIslahJourneyId": "f5372b30-2c45-4004-92b7-86abfcb400b0",
"IslahJourneyId": "23692502-113e-4043-acc2-cb7f443fbe22",
"IslahLevelId": "1f3bb0a7-ef6f-476d-bbde-db177294f4bb",
"Day": 1,
"Status": 1,
"Date": "2025-12-10T12:50:01.1237971+05:00",
"SummaryType": 2,
"WakeUpTime": "00:00:00.1234567",
"SleepTime": "00:00:00.1234567",
"MurabiId": "5f51397f-1923-4e35-9267-f5e0e1442760",
"FactorsDetail": [
{
"UserIslahJourneyId": "541bac13-49cd-4e8f-afdd-c392d96392e7",
"FactorId": "caba6491-856a-4f0f-987a-a6588a00449b",
"FactorName": "sample string 1",
"FactorCategoryName": "sample string 2",
"Day": 1,
"CurrentDay": 1,
"IslahFactorStatus": "sample string 3",
"Status": 1,
"Date": "2025-12-10T12:50:01.1237971+05:00",
"OngoingFactorsCount": 1,
"CompletedFactorsCount": 1,
"ChillaNumber": 1,
"WakeUpTime": "00:00:00.1234567",
"SleepTime": "00:00:00.1234567"
},
{
"UserIslahJourneyId": "541bac13-49cd-4e8f-afdd-c392d96392e7",
"FactorId": "caba6491-856a-4f0f-987a-a6588a00449b",
"FactorName": "sample string 1",
"FactorCategoryName": "sample string 2",
"Day": 1,
"CurrentDay": 1,
"IslahFactorStatus": "sample string 3",
"Status": 1,
"Date": "2025-12-10T12:50:01.1237971+05:00",
"OngoingFactorsCount": 1,
"CompletedFactorsCount": 1,
"ChillaNumber": 1,
"WakeUpTime": "00:00:00.1234567",
"SleepTime": "00:00:00.1234567"
}
],
"MamoolatIds": [
"94d5c041-1bc7-403a-9bd3-577f1def23d9",
"54213608-00ff-461d-ba9f-b80debf24b5d"
],
"CountryIds": [
"288491c7-0931-45c2-8dab-056d3118c54e",
"33c69a6e-8715-433e-a47f-bdda24705312"
],
"StateOrProvinceIds": [
"f2933ecd-7a96-4e41-97d4-703402ec012c",
"e7076f01-dc70-4a34-847c-9cb05cc6fbd1"
],
"CityIds": [
"8786e967-982b-47ca-8b86-cb6d1c916957",
"9791e910-7bcf-4694-9b7e-8245eb323467"
],
"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.