POST api/Islah/GetMurabiDetails

Request Information

URI Parameters

None.

Body Parameters

IslahViewModel
NameDescriptionTypeAdditional 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": "ee831128-1c8b-48e5-a527-b667b6210710",
  "StartDate": "2025-12-10T12:53:57.6979911+05:00",
  "EndDate": "2025-12-10T12:53:57.6979911+05:00",
  "UserId": "d510d7b9-d21f-429d-a8c1-59a9f761c287",
  "GroupId": "bead69d7-8d4f-4097-83de-4762a66563d1",
  "DepartmentId": "20aec9c2-819b-4deb-a667-a988ca327ea9",
  "EventId": "4ff00e28-f30d-48a5-8cc0-8f04865cc213",
  "ActionById": "b8b3faeb-235d-4fef-afb4-70bf07e50ad9",
  "EventRegistrationId": "a4d842ec-f58c-406a-b721-4076cda0f4a3",
  "EventSectorId": "df045d3f-4fcb-4403-8604-f8eb1b6d6df2",
  "UserIslahJourneyId": "d746983d-5878-4249-a2f6-0cf0d6fcccab",
  "IslahJourneyId": "94a16db0-e1c0-4152-8ade-52f3ef946c80",
  "IslahLevelId": "6f0611ea-c45c-4a54-a11d-904cf09a5809",
  "Day": 1,
  "Status": 1,
  "Date": "2025-12-10T12:53:57.6979911+05:00",
  "SummaryType": 2,
  "WakeUpTime": "00:00:00.1234567",
  "SleepTime": "00:00:00.1234567",
  "MurabiId": "e06be200-a451-45ea-a13f-f313e897c31b",
  "FactorsDetail": [
    {
      "UserIslahJourneyId": "6de85f41-6a20-4cf1-893a-9d20c7a68ed0",
      "FactorId": "0e23d509-11d3-4610-89bd-e479d2d298ea",
      "FactorName": "sample string 1",
      "FactorCategoryName": "sample string 2",
      "Day": 1,
      "CurrentDay": 1,
      "IslahFactorStatus": "sample string 3",
      "Status": 1,
      "Date": "2025-12-10T12:53:57.6989922+05:00",
      "OngoingFactorsCount": 1,
      "CompletedFactorsCount": 1,
      "ChillaNumber": 1,
      "WakeUpTime": "00:00:00.1234567",
      "SleepTime": "00:00:00.1234567"
    },
    {
      "UserIslahJourneyId": "6de85f41-6a20-4cf1-893a-9d20c7a68ed0",
      "FactorId": "0e23d509-11d3-4610-89bd-e479d2d298ea",
      "FactorName": "sample string 1",
      "FactorCategoryName": "sample string 2",
      "Day": 1,
      "CurrentDay": 1,
      "IslahFactorStatus": "sample string 3",
      "Status": 1,
      "Date": "2025-12-10T12:53:57.6989922+05:00",
      "OngoingFactorsCount": 1,
      "CompletedFactorsCount": 1,
      "ChillaNumber": 1,
      "WakeUpTime": "00:00:00.1234567",
      "SleepTime": "00:00:00.1234567"
    }
  ],
  "MamoolatIds": [
    "78618ad7-5e34-4654-a2f9-468237298ed6",
    "da62508b-89ff-48c4-b3da-22f961adbec8"
  ],
  "CountryIds": [
    "ce91cfa9-55cc-47f7-bf03-109740423308",
    "c4920dc2-f534-4ea4-bbca-9846375c373d"
  ],
  "StateOrProvinceIds": [
    "550166fe-da45-4a20-8fb5-45589dfe38d6",
    "9125e40e-52f7-4ee2-87ea-0e72d0274833"
  ],
  "CityIds": [
    "d92ae48c-f286-44c4-a92c-d219f0cde86d",
    "4afb6a2f-e18b-472c-8571-a1b768e3b365"
  ],
  "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

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.