Get heading widget
documentedRetrieve a Heading widget on a page.
GET /api/v1/page/{page_id}/heading/get/{widget_id}/Pagesno implementation yet0 runsNo 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://{{PAPYRS_GROUP}}.papyrs.com/api/v1/page/{{$page_id}}/heading/get/{{$widget_id}}/?auth_token={{PAPYRS_AUTH_TOKEN}}" \
-X GET \
-H "Content-Type: application/json" \
-H "Accept: application/json" \
-H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}"