ReportTemplateResponse
Data returned for Report Template. Required fields are id, name, category, item.
idId (string)필수
Server-assigned unique identifier
nameName (string)필수
Resource name
alias object
URL-safe short handle
- string
- null
string
categoryCategory (string)필수
Resource type tag
type object
Subtype within category
- string
- null
string
collection_id object
Parent collection ID
- string
- null
string
folder_id object
Identifier of the containing folder.
- string
- null
string
tags object
Classification labels
- string[]
- null
Array [
string
]
description object
Resource description
- string
- null
string
markingsstring[]
Mandatory marking ids this resource requires; read-only — set via the marking guard endpoints, not Create/PATCH.
기본값:
[]created_at object
Creation timestamp (Unix ms)
- integer
- null
integer
updated_at object
Last update timestamp (Unix ms)
- integer
- null
integer
owners object[]
Users and groups that own the resource.
Array [
idId (string)필수
"user.
typeType (string)필수
Possible values: [user, group, public]
display_nameDisplay Name (string)필수
avatar_url object
하나 이상(anyOf)
- string
- null
string
avatar_config object
하나 이상(anyOf)
- object
- null
object
email object
하나 이상(anyOf)
- string<email>
- null
string<email>
]
my_share_scope object
How the current caller received access to the resource.
- string
- null
string
Possible values: [owner, grant, admin]
is_builtinIs Builtin (boolean)
Whether this is a platform-provided built-in
기본값:
falselanguageLanguage (string)
기본값:
kobundle_object_id object
하나 이상(anyOf)
- string
- null
string
preview_object_id object
하나 이상(anyOf)
- string
- null
string
engine object
하나 이상(anyOf)
- string
- null
string
schema object
하나 이상(anyOf)
- object
- null
object
options object
property name*any
itemItem (string)필수사용 중단
ReportTemplateResponse
{
"id": "string",
"name": "string",
"alias": "string",
"category": "string",
"type": "string",
"collection_id": "string",
"folder_id": "string",
"tags": [
"string"
],
"description": "string",
"markings": [
"string"
],
"created_at": 0,
"updated_at": 0,
"owners": [
{
"id": "string",
"type": "user",
"display_name": "string",
"avatar_url": "string",
"avatar_config": {},
"email": "user@example.com"
}
],
"my_share_scope": "owner",
"is_builtin": false,
"language": "ko",
"bundle_object_id": "string",
"preview_object_id": "string",
"engine": "string",
"schema": {},
"options": {}
}