Get revisions of resource stringsAsk AIget https://rest.api.transifex.com/resource_strings_revisionsGet revisions of resource stringsQuery Paramsfilter[resource_string][resource]stringrequiredFilter results by a resourcefilter[resource_string][key]stringlength ≥ 1Exact match for the key of the resource string. This filter is case sensitive.filter[resource_string][tags][all]array of stringslength ≥ 1Retrieve source strings revisions containing all of the query tags.filter[resource_string][tags][all]ADD stringpage[cursor]stringThe cursor used for pagination. The value of the cursor must be retrieved from pagination links included in previous responses; you should not attempt to write them on your own.limitstring | nullThe page size limit. If not set, the default value is 150. If set, the minimum value it can take is 150 and the maximum 1000.Responses 200Successful response. 400Invalid 401Unauthorized 403Forbidden 404Not found 429Throttled 500Internal ErrorUpdated 7 months ago