You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/README.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -106,7 +106,7 @@ OData accepts certain query parameters. The ones supported by this API are:
106
106
- Example: `$skip=10`
107
107
-->
108
108
109
-
When building an integration with any API, it's important to URL encode all query string parameters. the following characters do not need to be encoded: `A–Z a–z 0–9 - _ . ! ~ * ' ( )`.
109
+
When building an integration with any API, it's important to encode all query string parameters.
110
110
111
111
### Performance Tips
112
112
- Using `$select` to request only the parameters you need will decrease the amount of data needed to be transfer.
0 commit comments