Each Rate Card Table Row represents a role and its rates and currencies for a specific Rate Card Set Version.
Returns all Rate Card Table Rows for a specified Rate Card Set Version.
GET
curl -i -X GET \
'https://api.mavenlink.com/api/v1/rate_card_set_versions/{rate_card_set_version_id}/rate_card_table_rows'Response
{ "count": 0, "meta": { "count": 0, "page_count": 0, "page_number": 0, "page_size": 0 }, "results": [ { "key": "string", "id": "string" } ], "rate_card_table_rows": { "id": "string", "rate_card_set_id": 0, "rate_card_set_version_id": 0, "role_id": 0, "name": "string", "removable": true, "cells": { "rate_card_role_id": 0, "rate": 0 } } }