# Get all rate tables Gets all the rate tables created, whether the effective time of the rate table has been reached or not. Endpoint: GET /v1.0/rate-tables Version: 1.0 Security: AdministrationAccess ## Response 200 fields (application/json): - `created` (integer) Creation time of the rate table in milliseconds since 1970-01-01 00:00. - `effectiveFrom` (integer) Time when the rate table starts to take effect in milliseconds since 1970-01-01 00:00. - `series` (string) A means of grouping similar rate tables of different versions. - `version` (string) The version of this rate table. - `items` (array) List of rate table items. - `items.name` (string, required) Name of the item. - `items.version` (string) Version of the item. - `items.rate` (number, required) Rate of the item. The value can be fractional.