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
{{ message }}
This repository was archived by the owner on Nov 18, 2025. It is now read-only.
Copy file name to clipboardExpand all lines: src/api/BcfApi.js
+57Lines changed: 57 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -2255,6 +2255,63 @@
2255
2255
}
2256
2256
2257
2257
2258
+
/**
2259
+
* @param {String} projectsPk
2260
+
* @param {String} topicsPk
2261
+
* @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link Array.<module:model/Viewpoint>} and HTTP response
0 commit comments