Open API v2 will be deprecated on April 3, 2023. Please begin transitioning to Open API v3 as soon as possible. As of September 29, 2022 all new apps will only be permitted to use Open API v3.

API Documentation

ForumPost

Deprecated: The Etsy API no longer supports forums or treasuries.

Overview

A post from the forums.

Fields

Field Visibility Level Permission Scope Type Description
thread_id public none int Unique identifier of the thread
post_id public none int Id of the individual post
post public none string The content of the post
user_id public none string Id of the user who created the post
last_edit_time public none int When the post was last edited
create_date public none int When the post was created

Associations

This resource has no associations.

Methods

findTreasuryComments

Method Name findTreasuryComments
Synopsis Get a Treasury's Comments
HTTP Method GET
URI /treasuries/:treasury_key/comments
Parameters
Name Required Default Type
treasury_key Y   treasury_id
limit N 25 int
offset N 0 int
page N   int
Requires OAuth N
Permission Scope none

postTreasuryComment

Method Name postTreasuryComment
Synopsis Leave a comment on a Treasury List
HTTP Method POST
URI /treasuries/:treasury_key/comments
Parameters
Name Required Default Type
message Y   forum_post
Requires OAuth Y
Permission Scope treasury_w

deleteTreasuryComment

Method Name deleteTreasuryComment
Synopsis Delete a given comment on a Treasury List
HTTP Method DELETE
URI /treasuries/:treasury_key/comments/:comment_id
Parameters none
Requires OAuth Y
Permission Scope treasury_w

Open API v3New

Your developer account