Retrieve Minimum Wage Rates by Unique IDget https://api-staging.symmetry.com/prp/v1/minimumwage/idReturn minimum wage rates by minimum wage unique IDs for Payroll Point.Query ParamseffectiveDatedateDefaults to 2023-01-01Return minimum wages rates for the specified effective date. Must be set in YYYY-MM-DD format. Required when updatedSince is not set; cannot be set when updatedSince is also set.updatedSincedateReturn minimum wages rates that have changed since a given date. Must be set in YYYY-MM-DD format. The date of the request in YYYY-MM-DD format. Required when effectiveDate is not set; cannot be set when effectiveDate is also set.mwUidstringrequiredDefaults to 06-*The search string for minimum wage unique IDs. Use * in the search string as a wildcard for parts of the ID.pageNumberint32requiredDefaults to 0Limit the returned results by setting pageNumber and pageSize. 0 indicates the first page.pageSizeint32requiredDefaults to 10Limit the returned results by setting pageNumber and pageSize. Set pageSize to -0 to return all results in a single API call.Responses 200200 400400Updated 9 months ago