Is there a canonical/RESTful way to send query details to a server during a GET?

后端 未结 8 1064
余生分开走
余生分开走 2021-01-18 19:23

I\'m designing a (more or less) RESTful internal web service running on ASP.NET and IIS. I want clients to be able to pass query details to the server when accessing large

8条回答
  •  爱一瞬间的悲伤
    2021-01-18 19:52

    I'm not sure if this helps but even for all Quickbooks APIs, queries which return large resultsets like Read All, or a LINQ extender query which returns large JSON resultsets, we use GET with the relevant content type and encoding like ASCII. The request uses compressionFormat as None and response uses a GZIP compressionFormat. https://developer.intuit.com/apiexplorer?apiName=V3QBO

自定义标题
段落格式
字体
字号
代码语言
提交回复
热议问题