{ "parameterSourceId": "OV6J9L", "limit": 50, "page": 1 // "search": "" }
curl --location -g --request POST 'https://api.b2b.retter.io/5p1hp1d2t/{{RIO_PROJECT_ID}}/CALL/ParameterSource/listValues/{{MIRCATE_PROJECT_ID}}' \ --header 'x-api-key: ***************' \ --header 'Content-Type: application/json' \ --data-raw '{ "parameterSourceId": "OV6J9L", "limit": 50, "page": 1 // "search": "" }'
{ "meta": { "total": 1, "count": 1, "perPage": 20, "currentPage": 1, "totalPages": 1 }, "values": [ { "value": "bank01", "label": "Bank of America" } ] }