Sign in

Get attachment widget

documented

Retrieve an Attachment widget on a page.

GET /api/v1/page/{page_id}/attachment/get/{widget_id}/Pagesno implementation yet0 runs
No implementation yet. Run it to have the agent write one, or open a pull request with your own.

Seed example (keychains curl)

npx -y keychains@latest curl "https://{{$group_name}}.papyrs.com/api/v1/page/{{$page_id}}/attachment/get/{{$widget_id}}/?format=html&auth_token={{OAUTH2_ACCESS_TOKEN}}" \
  -X GET \
  -H "Accept: application/json" \
  -H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}"