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
Moritz Horn edited this page Dec 16, 2024
·
6 revisions
GOKb APIs
GOKb supports a number of APIs specifically designed to make consuming and integrating easier.
Data Consuming APIs
These APIs allow software agents to extract data from GOKb. OAI Interfaces provide a standards based synchronization mechanism. Alternatively, the Opensearch API scoll endpoint returns records in a more compact JSON format, which also supports further filtering options. REST endpoints are generally used for CRUD operations of single items.
Documented in app at the /coreferencing page with more details here Co referencing Detail
See also :: There is a module called Sync Client Lib In the core repository which extends the OAI interface with change detection. This can be useful for implementers looking to get title level updates from the service.