GET api/RotaHomeShiftMaintenance/GetAllRotaWithPagging?searchText={searchText}&CurrentPage={CurrentPage}&PerPageCount={PerPageCount}&AscDesc={AscDesc}&orderableColumnName={orderableColumnName}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| searchText | string |
Required |
|
| CurrentPage | integer |
Required |
|
| PerPageCount | integer |
Required |
|
| AscDesc | string |
Required |
|
| orderableColumnName | string |
Required |
Body Parameters
None.
Response Information
Resource Description
RotaHomeShiftMaintenanceModelList| Name | Description | Type | Additional information |
|---|---|---|---|
| Totalitem | integer |
None. |
|
| rotaHomeShiftMaintenancelist | Collection of RotaHomeShiftMaintenanceModel |
None. |
Response Formats
application/json, text/json
Sample:
{
"Totalitem": 1,
"rotaHomeShiftMaintenancelist": [
{
"ID": 1,
"SequenceIndex": 2,
"Name": "sample string 3",
"ColourCode": "sample string 4",
"FromTime": "sample string 5",
"ToTime": "sample string 6",
"IsActive": true,
"IsDelete": true,
"CreatedBy": 9,
"CreatedDate": "2026-06-30T14:17:51.4477421+01:00",
"UpdatedBy": 1,
"UpdatedDate": "2026-06-30T14:17:51.4477421+01:00",
"ActiveString": "sample string 11",
"ActionString": "sample string 12",
"ColorNameString": "sample string 13"
},
{
"ID": 1,
"SequenceIndex": 2,
"Name": "sample string 3",
"ColourCode": "sample string 4",
"FromTime": "sample string 5",
"ToTime": "sample string 6",
"IsActive": true,
"IsDelete": true,
"CreatedBy": 9,
"CreatedDate": "2026-06-30T14:17:51.4477421+01:00",
"UpdatedBy": 1,
"UpdatedDate": "2026-06-30T14:17:51.4477421+01:00",
"ActiveString": "sample string 11",
"ActionString": "sample string 12",
"ColorNameString": "sample string 13"
}
]
}
text/xml
Sample:
<RotaHomeShiftMaintenanceModelList xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BusinessEntities.Models">
<Totalitem>1</Totalitem>
<rotaHomeShiftMaintenancelist>
<RotaHomeShiftMaintenanceModel>
<ActionString>sample string 12</ActionString>
<ActiveString>sample string 11</ActiveString>
<ColorNameString>sample string 13</ColorNameString>
<ColourCode>sample string 4</ColourCode>
<CreatedBy>9</CreatedBy>
<CreatedDate>2026-06-30T14:17:51.4477421+01:00</CreatedDate>
<FromTime>sample string 5</FromTime>
<ID>1</ID>
<IsActive>true</IsActive>
<IsDelete>true</IsDelete>
<Name>sample string 3</Name>
<SequenceIndex>2</SequenceIndex>
<ToTime>sample string 6</ToTime>
<UpdatedBy>1</UpdatedBy>
<UpdatedDate>2026-06-30T14:17:51.4477421+01:00</UpdatedDate>
</RotaHomeShiftMaintenanceModel>
<RotaHomeShiftMaintenanceModel>
<ActionString>sample string 12</ActionString>
<ActiveString>sample string 11</ActiveString>
<ColorNameString>sample string 13</ColorNameString>
<ColourCode>sample string 4</ColourCode>
<CreatedBy>9</CreatedBy>
<CreatedDate>2026-06-30T14:17:51.4477421+01:00</CreatedDate>
<FromTime>sample string 5</FromTime>
<ID>1</ID>
<IsActive>true</IsActive>
<IsDelete>true</IsDelete>
<Name>sample string 3</Name>
<SequenceIndex>2</SequenceIndex>
<ToTime>sample string 6</ToTime>
<UpdatedBy>1</UpdatedBy>
<UpdatedDate>2026-06-30T14:17:51.4477421+01:00</UpdatedDate>
</RotaHomeShiftMaintenanceModel>
</rotaHomeShiftMaintenancelist>
</RotaHomeShiftMaintenanceModelList>