Sample:
{
"currentPage": 1,
"pageCount": 2,
"pageSize": 3,
"totalCount": 4,
"firstPageUrl": "sample string 5",
"previousPageUrl": "sample string 6",
"nextPageUrl": "sample string 7",
"lastPageUrl": "sample string 8",
"data": [
{
"identifier": "b06574fb-6828-4a41-853b-bc83fcb3f283",
"jobId": "46bd5d00-aa6c-48d1-a511-be10a2abd382",
"created": "2023-09-25T02:00:25.716499+00:00",
"comments": "sample string 4",
"percentageRating": 5.1
},
{
"identifier": "b06574fb-6828-4a41-853b-bc83fcb3f283",
"jobId": "46bd5d00-aa6c-48d1-a511-be10a2abd382",
"created": "2023-09-25T02:00:25.716499+00:00",
"comments": "sample string 4",
"percentageRating": 5.1
}
]
}
Sample:
<PagedApiListOfJobHandlerRatingModelA5vRCwJ4 xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Swift.DeliveryAPI2">
<CurrentPage>1</CurrentPage>
<Data>
<JobHandlerRatingModel>
<Comments>sample string 4</Comments>
<Created>2023-09-25T02:00:25.716499+00:00</Created>
<Identifier>b06574fb-6828-4a41-853b-bc83fcb3f283</Identifier>
<JobId>46bd5d00-aa6c-48d1-a511-be10a2abd382</JobId>
<PercentageRating>5.1</PercentageRating>
</JobHandlerRatingModel>
<JobHandlerRatingModel>
<Comments>sample string 4</Comments>
<Created>2023-09-25T02:00:25.716499+00:00</Created>
<Identifier>b06574fb-6828-4a41-853b-bc83fcb3f283</Identifier>
<JobId>46bd5d00-aa6c-48d1-a511-be10a2abd382</JobId>
<PercentageRating>5.1</PercentageRating>
</JobHandlerRatingModel>
</Data>
<FirstPageUrl>sample string 5</FirstPageUrl>
<LastPageUrl>sample string 8</LastPageUrl>
<NextPageUrl>sample string 7</NextPageUrl>
<PageCount>2</PageCount>
<PageSize>3</PageSize>
<PreviousPageUrl>sample string 6</PreviousPageUrl>
<TotalCount>4</TotalCount>
</PagedApiListOfJobHandlerRatingModelA5vRCwJ4>