Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

添加 openapi 导出任务信息描述 #304

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 16 additions & 0 deletions open-api/data/operation.md
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,14 @@ curl_close($ch);

## 获取单个导出任务信息

> **info**
> 通过开放 API 获取导出任务信息需要在知晓云控制台开通权限,操作位置为控制台 > 设置 > SDK > 通用设置。

<!-- 分隔两个 info -->

> **info**
> 导出任务信息,只有发起导出的用户才能查询。非发起导出的用户进行查询时或者未开通权限均会返回 401 错误。

**接口**

`GET https://cloud.minapp.com/oserve/v1.5/table/:table_id/export/:job_id/`
Expand Down Expand Up @@ -223,6 +231,14 @@ curl_close($ch);

## 批量获取导出任务信息

> **info**
> 通过开放 API 获取导出任务信息需要在知晓云控制台开通权限,操作位置为控制台 > 设置 > SDK > 通用设置。

<!-- 分隔两个 info -->

> **info**
> 导出任务信息,只有发起导出的用户才能查询。非发起导出的用户进行查询时或者未开通权限均会返回 401 错误。

**接口**

`GET https://cloud.minapp.com/oserve/v1.5/table/:table_id/export/`
Expand Down