Publishing
grant 一覧
App の 1 対 1 共有 grant リストを表示。
GET
grant 一覧
GET https://api-datahub.octoparse.com/v1/data-apps/{app_id}/grants
Authentication: API key required (Authorization: Bearer <API Key>). App author only; others get 404.
The grant list that takes effect when scope=shared. Author-only; available even for apps with zero releases. The list never appears on detail payloads or any non-author response. Usernames are resolved at render time, so if a grantee renames, the new name is shown.
Request
Path parameters
string
必須
App reference.
Example request
Response
200 success
data. Fields:
object[]
必須
The grant list.
Errors
Error responses use
{"error": {code, category, message, retryable}}. See Errors.