List tags for a post
Posts
List tags for a post
List all tags associated with a specific post.
GET
List tags for a post
Authorizations
Path Parameters
UID of a post
Example:
1
Query Parameters
Maximum number of records to return for this request. Overrides the row count only, not the page offset (which is always based on per_page), so use per_page for pagination rather than combining limit with page. Defaults to the per_page value.
Items per page. Defaults to the resource-specific page count if configured, otherwise 20
Page number. Defaults to 1 when omitted
Response
200 - application/json
OK
Unique identifier for the tag
Example:
1
Name of the tag
Example:
"monetization"
Timestamp of when this tag was created
Pattern:
^\d{4}-\d{2}-\d{2} \d{2}:\d{2}$Example:
"2023-06-25 13:37"
Timestamp of when this tag was last updated
Pattern:
^\d{4}-\d{2}-\d{2} \d{2}:\d{2}$Example:
"2023-06-25 13:37"