There's a new version of the HubSpot API

We're also working on a new documentation website, you're invited to check it out and give us your feedback.

Get the previous version of the Folder

Last updated May 22, 2023

GET /filemanager/api/v2/folders/:folder_id/versions/:version_id

Method Details

HTTP Methods:

GET

Response Format:

json

Requires Authentication?

Yes

Rate Limited?

Yes

Headers

User-Agent

Version id is the id of the version from the list previous versions endpoint

Required Parameters How to use Description
folder_id Used in the request URL Unique identifier for a particular folder
HubSpot OAuth Access Token access_token=X in the request URL The HubSpot API key for the portal that you're making the call for.

JSON Fields returned in the response

Parameter name Type Description
created long When the folder was first created, in milliseconds since the epoch
deleted_at long When the folder was deleted, in milliseconds since the epoch. Zero if the folder was never deleted. Use a DELETE request to delete the folder, do not set this directly.
full_path string The full path to the folder, with all the parent folder paths included
id string The unique id of the topic
name string The name of the folder
parent_folder_id string The id of the parent folder
updated long When the folder was last updated, in milliseconds since the epoch