Once a property has been selected, staff and public users can see information about the types of waste collected, the collection frequencies, and the dates of the previous and next collections.
Public View
Waste collection dates are only shown where there is a collection stored in the provider's system. For example, if a property does not have a garden waste subscription, no garden waste collection dates will be displayed.
Staff View
The staff view shows more detailed information than the public forms, including the round names, a count of specific bin types and the status of the last collection of a given type.
Address Rounds Schema
Full technical information about the End Points and schema used for address rounds can be found in the Waste Services Specification document.
Request
Parameter Name | Description | Required | Type |
---|---|---|---|
UPRN | The UPRN of the selected property | Yes | String |
Return
Parameter Name | Property Name | Description | Required | Type |
---|---|---|---|---|
Success | Whether the API call was successful | Yes | Boolean | |
selectedAddress | The address for the supplied UPRN. | Yes | Object | |
Uprn | The UPRN of the property | String | ||
Usrn | Universal street reference number | String | ||
parentUPRN | UPRN of the parent address if it exists | String | ||
fullAddress | The full address formatted on one line | String | ||
addressRounds | An array of address rounds. Properties as follows: | Yes | Array of objects | |
Uprn | The UPRN of the property | String | ||
roundId | The ID/name of the round from the provider | String | ||
Type | Type of waste i.e. "Food", "Refuse" | String | ||
Frequency | The frequency of the collection, i.e. "7 days" | String | ||
previousCollectionDate | The last collection date | Date | ||
nextCollectionDate | The next collection date | Date | ||
roundEndDate | The expiry date of the address round | Date | ||
missSR | The status of the last missed report, if any | String | ||
inServiceBins | Is there a bin in service? | Boolean | ||
Events | An array of event objects | Obj Array | ||
Status | The status of the round/bins, i.e. "IN SERVICE" | String | ||
showCollections | Have more than 1 results been returned? | Yes | Boolean |