Skip to main content

Get posts of a wall.

Get posts of a wall.

Path Parameters
  • target string required

    Possible values: Value must match regular expression \w+

  • targetId string required

    Possible values: Value must match regular expression \d+

Responses

Success


Schema
  • posts object[]
  • id Unique identifier of the wall post
  • body Text of the wall post
  • time The posts time of creation
  • pictures string[]

    Image urls. Legacy images get returned as file identifier from which urls to differently sized images can be generated

  • author object
  • id Unique identifier of the foodsaver.
  • name Name of the Foodsaver.

    Might include the last name.

  • avatar URL of the foodsavers avatar image.
  • mayPost boolean

    Whether the user is permitted to post to this wall

  • mayDelete boolean

    whether the user is permitted to delete all posts on this wall

Loading...