Schema Documentation

NodeWithTrackbacks

Description

A node that can have trackbacks and pingbacks

Fields
Field NameDescription
pingStatus - String Whether the pings are open or closed for this particular post.
pinged - [String] URLs that have been pinged.
toPing - [String] URLs queued to be pinged.
Possible Types
NodeWithTrackbacks Types

Post

Example
{"pingStatus":"abc123","pinged":["abc123"],"toPing":["xyz789"]}