English
Get a list of plugins center
cURL
curl --request GET \ --url 'https://app.teable.io/api/plugin/center/list?ids=SOME_ARRAY_VALUE&positions=SOME_STRING_VALUE' \ --header 'Authorization: Bearer REPLACE_BEARER_TOKEN'
[ { "id": "<string>", "name": "<string>", "description": "<string>", "detailDesc": "<string>", "logo": "<string>", "helpUrl": "<string>", "i18n": { "en": { "title": "Plugin title", "description": "Plugin description" }, "zh": { "title": "插件标题", "description": "插件描述" } }, "url": "<string>", "status": "developing", "createdTime": "<string>", "lastModifiedTime": "<string>", "createdBy": { "id": "<string>", "name": "<string>", "email": "jsmith@example.com", "avatar": "<string>" } } ]
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Returns data about the plugin center list.
The response is of type object[].
object[]