Returns minimum wage rates by the minimum wage unique id
mwUid has to be a string in format stateCode-authorityType-authorityCode-majorType-industryTypeCode-minorTypeCode. Also wildcard ’*’ can be used and unspecified-rest is accepted as well. If effectiveDate is specified, returns rates valid at this date; if updatedSince is specified, returns rates updates since this date. If both effectiveDate and updatedSince are omitted, returns the whole rates history. Setting both effectiveDate and updatedSince at the same time is not allowed. EffectiveDate can not be set in conjunction with the rate type (majorType, industryTypeCode, minorTypeCode). The valid date format is yyyy-mm-dd.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

