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
@@ -139,6 +140,10 @@ BCF API is a member of the OpenCDE API family. All OpenCDE APIs are united by a
139
140
The foundation API specifies a small number of services and a few conventions that are common to all OpenCDE APIs. All BCF API implementations must implement the Foundation API and follow its conventions and guidelines.
140
141
Implementers should start by implementing the Foundation API and only then continue to implement the BCF API.
141
142
143
+
### 1.1.1 Paging, Sorting and Filtering
144
+
145
+
Responses in the BCF API that return lists can be paged, sorted and filtered according to the Foundation API: https://github.com/buildingSMART/foundation-API?tab=readme-ov-file#11-paging-sorting-and-filtering
146
+
142
147
## 1.2 Authorization
143
148
144
149
API implementors can optionally choose to restrict the actions a user is allowed to perform on the BCF entities
0 commit comments