List prices for a rate cardAsk AIget https://example.com/app-api/export/price/tarif/{tarifId}Returns the price rows for a given tarifId with pagination.Path ParamstarifIdintegerrequiredThe ID of the tarif.Query ParamspageintegerDefaults to 1From 1 to the last page number found in the pagination part of the response.Responses 200Returns pagination and items with price information. 404Tarif has not been found 500If your request broke our code. Send us your request-document to reproduce the error and we'll fix it.Updated about 1 month ago