Type network_post
Discussion
This type represents a post on the network, however it is greatly reduced when compared to the full Post type to reduce the amount of work that needs to be done to fetch it from multiple sites in the network.
Fields
post_type
one of
question
, answer
, or article
score
integer
title
string
Fields marked with are included in the default filter, those marked with are excluded in the default filter.
Examples
► Answer
{"score":21,"post_type":"answer","post_id":8449741,"title":"Can NuGet edit a config file or only add to it?"}
► Question
{"score":14,"post_type":"question","post_id":459,"title":"What happens when I draw cards if I've built the Library and the Observatory?"}