# 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 /provisioning/api/v1.1/rate-tables Version: v1.1 Security: AdministrationAccess ## Response 200 fields (application/json): - `created` (integer) The date and time, in milliseconds since 1970-01-01 00:00 UTC, when the rate table was created. - `effectiveFrom` (integer) The date and time, in milliseconds since 1970-01-01 00:00 UTC, when the rate table starts to take effect. - `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. ## Response 401 fields ## Response 500 fields