Sign in

List page records

documented

List all form records submitted on a page.

GET /api/v1/pages/records/{page_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://{{PAPYRS_GROUP}}.papyrs.com/api/v1/pages/records/{{$page_id}}/?auth_token={{OAUTH2_ACCESS_TOKEN}}&page={{$page}}&items_per_page={{$limit}}" \
  -X GET \
  -H "Content-Type: application/json" \
  -H "Accept: application/json"