Article ID: 388
Last updated: 9 Feb, 2024
How to Enable the APIBy default API is disabled. You can enable it in Settings -> Admin -> Enable API access. API URLThe API is accessed from the URL where your KBPublisher installed, formatted like so: http://[your_domain]/[kb_dir]/api.php API AuthenticationThe KBPublisher API requires that you authenticate every request by signing it. The process is described in Authorizing a Request. API VersionKBPublisher version 8.0 supports API versions 1, 2 and 3. By default and if not specified, the API uses recent version. You can specify the API version you want to use by adding the "version" query string parameter to your API URL. Return FormatTwo return types are currently supported:
You can specify the return type by adding the "format" query string parameter to your API URL. If you want to receive JSON then you do not need to specify the output as that is the default. Limiting Returned FieldsBy default, all available fields are returned when you make a query. You can choose the fields you want returned with the "fields" query parameter. This is really useful for making your API calls faster and more efficient. ExampleHere is an example written in PHP
Article ID: 388
Last updated: 9 Feb, 2024
Revision: 11
Access:
Public
Views: 6134
Comments: 0
Attached files
request.php.zip (2 kb)
|