Type tag_wiki

Discussion

This type represents the community edited wiki for a given Tag.

Note that not all tags have a wiki.

Fields

body
string
unchanged in unsafe filters
may be absent

body_last_edit_date

excerpt
string
may be absent

excerpt_last_edit_date

last_body_editor

last_excerpt_editor

tag_name
string

Fields marked with are included in the default filter, those marked with are excluded in the default filter.

Examples

Typical

{"tag_name":"discussion","body":"full body","excerpt":"excerpt body","body_last_edit_date":1369039061,"excerpt_last_edit_date":1369039061,"last_body_editor":{"user_id":1,"display_name":"Example User","reputation":9001,"user_type":"registered","profile_image":"http://www.gravatar.com/avatar/a007be5a61f6aa8f3e85ae2fc18dd66e?d=identicon&r=PG","link":"http://example.stackexchange.com/users/1/example-user","accept_rate":55},"last_excerpt_editor":{"user_id":1,"display_name":"Example User","reputation":9001,"user_type":"registered","profile_image":"http://www.gravatar.com/avatar/a007be5a61f6aa8f3e85ae2fc18dd66e?d=identicon&r=PG","link":"http://example.stackexchange.com/users/1/example-user","accept_rate":55}}

Methods That Return This Type