CMS Open Payments:如何在 JSON 请求 URL 中使用包含运算符的多条记录?

问题描述 投票:0回答:1

我希望在我的 JSON 请求 URL 中使用包含运算符。这是网址:

https://openpaymentsdata.cms.gov/api/1/datastore/query/50fae62c-ced9-5e10-ad26-1cbc3381ac6b?keys=true&limit=5&offset=0&conditions[0][property]=covered_recipient_profile_id&conditions[0][value ]=99&conditions[0][operator]=contains

我的目标是将多个配置文件 ID 包含到一个请求中。截至目前,我一次只能查看一个涵盖的收件人。我使用了 in 运算符,但我不知道如何为多个 ID 设置 URL 的格式。

c# json post ssis get
1个回答
© www.soinside.com 2019 - 2024. All rights reserved.