View recent minimum wage changes
To view recently updated rates, call the/prp/v1/minimumwage/id endpoint and set the updatedSince query parameter to the desired timeframe.
The mwUid parameter accepts a wildcard * in any position, so 04-*-*-*-*-* matches every rate in Arizona. See Minimum wage unique IDs.
Example 1: View all recent rate changes
To see all rate changes across the US and its territories since 1 September 2022, set the following query parameters:mwUid=*pageNumber=0pageSize=10updatedSince=2022-09-01
Example 2: Recent rate changes for Arizona
To see all minimum wage rate changes for the state of Arizona since 1 September 2022, set the following query parameters:mwUid=04-*-*-*-*-*pageNumber=0pageSize=10updatedSince=2022-09-01
Increase
pageSize or step through pageNumber when totalElements is greater than the page size, or you will see only the first page of changes.
