Starting Feb 1st, 2023, new prices for SMS will be introduced
Details can be found on the Alerts page
No action is required, this change will be automatic
Name | Description | Type | Additional information |
---|---|---|---|
ApiKey |
Your merchant API key |
globally unique identifier |
None. |
StartDate |
Filters the results to only show ratings starting at a specific date/time (UTC) |
date |
None. |
DriverId |
Filters by a single driver identifier |
globally unique identifier |
None. |
JobId |
Filters by a single job identifier |
globally unique identifier |
None. |
PageNumber |
The page number of the results. Note the first page is 1 (not 0). Defaults to first page. |
integer |
None. |
PageSize |
The amount of items to display in each page. Defaults to 50 records. |
integer |
None. |
PagingMaxId | integer |
None. |
None.
Name | Description | Type | Additional information |
---|---|---|---|
CurrentPage | integer |
None. |
|
PageCount | integer |
None. |
|
PageSize | integer |
None. |
|
TotalCount | integer |
None. |
|
FirstPageUrl | string |
None. |
|
PreviousPageUrl | string |
None. |
|
NextPageUrl | string |
None. |
|
LastPageUrl | string |
None. |
|
Data | Collection of JobHandlerRatingModel |
None. |
{ "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": "a0cde3c9-eade-4226-801f-34887bf1f06a", "jobId": "ecb49734-9f33-44fe-aa75-60713a77dc31", "created": "2023-03-27T03:05:12.5090765+00:00", "comments": "sample string 4", "percentageRating": 5.1 }, { "identifier": "a0cde3c9-eade-4226-801f-34887bf1f06a", "jobId": "ecb49734-9f33-44fe-aa75-60713a77dc31", "created": "2023-03-27T03:05:12.5090765+00:00", "comments": "sample string 4", "percentageRating": 5.1 } ] }
<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-03-27T03:05:12.5090765+00:00</Created> <Identifier>a0cde3c9-eade-4226-801f-34887bf1f06a</Identifier> <JobId>ecb49734-9f33-44fe-aa75-60713a77dc31</JobId> <PercentageRating>5.1</PercentageRating> </JobHandlerRatingModel> <JobHandlerRatingModel> <Comments>sample string 4</Comments> <Created>2023-03-27T03:05:12.5090765+00:00</Created> <Identifier>a0cde3c9-eade-4226-801f-34887bf1f06a</Identifier> <JobId>ecb49734-9f33-44fe-aa75-60713a77dc31</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>