ConsoleCatalog
Sign in
Box logo

Box

box.comDeveloper Toolsno auth

Box cloud content platform - app integrations, support articles, pricing, and customer stories.

Community Posts Listing

ASYNCREADNo auth

Returns recent community posts with titles, authors, vote counts, and discussion urls.

ParametersFormJSON

Page number for paginated community post results

Number of community posts to return per page

cost: 2 credits · balance: 0
curl https://api.openwire.sh/v1/wire/task \
  -X POST \
  -H "X-API-Key: $ANAKIN_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "action_id": "act_box_community_posts_listing",
    "params": {
      "page": "1",
      "per_page": "100"
    }
  }'