メインコンテンツへスキップ
GET
/
files
/
v3
/
folders
/
{folderId}
IDでフォルダーを取得
curl --request GET \
  --url https://api.hubapi.com/files/v3/folders/{folderId} \
  --header 'Authorization: Bearer <token>'
{
  "archived": true,
  "createdAt": "2023-11-07T05:31:56Z",
  "id": "<string>",
  "updatedAt": "2023-11-07T05:31:56Z",
  "archivedAt": "2023-11-07T05:31:56Z",
  "name": "<string>",
  "parentFolderId": "<string>",
  "path": "<string>"
}
次のいずれかの製品またはそれ以上が必要です。
Marketing HubMarketing Hub -無料ツール
Sales HubSales Hub -無料ツール
Service HubService Hub -無料ツール
Content HubContent Hub -無料ツール

認証

Authorization
string
header
必須

The access token received from the authorization server in the OAuth 2.0 flow.

パスパラメータ

folderId
string
必須

目的のフォルダーのID

クエリパラメータ

properties
string[]

返されるフォルダーで設定するプロパティー。

レスポンス

successful operation

archived
boolean
必須

フォルダーが削除されたかどうかを示します。

createdAt
string<date-time>
必須

フォルダー作成のタイムスタンプ。

id
string
必須

フォルダーのID。

updatedAt
string<date-time>
必須

フォルダーに対する最新の更新のタイムスタンプ。

archivedAt
string<date-time>

フォルダー削除のタイムスタンプ。

name
string

フォルダーの名前。

parentFolderId
string

親フォルダーのID。

path
string

ファイルマネージャーにおけるフォルダーのパス。

Last modified on December 8, 2025