Historical Page Instance

API endpoint for viewing page history.

Filter fields

You can filter the result set by providing the following query parameters:

  • name -- Filter by name, exact.
  • slug -- Filter by page slug. Supports the standard lookup types
  • region -- Filter by region. Allows for chained filtering on all of the filters available on the region resource, e.g. region__slug.

And the usual set of historical filter fields:

  • history_user - filter by the user resource of the editor, if user was logged in. Allows for chained filtering on all of the filters available on the user resource, e.g. history_user__username.
  • history_user_ip - filter by the IP address of the editor.
  • history_date - filter by history date. Supports the standard lookup types
  • history_type - filter by history type id, exact.

Ordering

You can order the result set by providing the ordering query parameter with the value of one of:

  • slug
  • history_date

You can reverse ordering by using the - sign, e.g. -slug.

GET /api/v4/pages_history/1420802/
HTTP 200 OK Vary: Accept Content-Type: text/html; charset=utf-8 Allow: GET, HEAD, OPTIONS
{ "url": "https://zh.localwiki.org/api/v4/pages_history/1420802/", "name": " Bay Area Tutoring Association", "slug": "bay area tutoring association", "content": "<p>\n\tThe Bay Area Tutoring Association is a dynamic academic support and enrichment 501c(3) organization designed to complement our education system. It is comprised of a collective of educators, tutors, parents, students, community members, grass roots organizations and business leaders with a shared desire to invest in the future prosperity of the San Francisco Bay Area through the facilitation of student academic development, parent empowerment and quality extended learning programs.</p>\n", "region": "https://zh.localwiki.org/api/v4/regions/3/", "history_comment": "Renamed from \"Users/bayareatutoring\"", "history_date": "2022-06-01T08:46:00.291", "history_type": 0, "history_user": "https://zh.localwiki.org/api/v4/users/113215/", "history_user_ip": "120.29.87.33" }