Interface DeputyPageStatusResponseMessage

Response to DeputyPageStatusRequestMessage. Contains the current page status and the revision status (if requested).

Hierarchy

  • DeputyPageStatusResponseMessage

Properties

caseId: number

The ID of this case.

caseTitle: string

The title of the case. This can be used later to build a DeputyCase.

enabledStatuses: ContributionSurveyRowStatus[]

A list of the enabled statuses for this page on the case page.

nextRevision: number | false

The first unassessed revision of the page. Returns false if all revisions for the page have been assessed.

revision?: number

An echo of the requested revision ID. Only enabled if the revision parameter was supplied in the request.

revisionStatus?: boolean

The status of the revision on the case page. Only enabled if the revision parameter was supplied in the request.

rowType: "detailed" | "pageonly"
  • detailed refers to a row with both page and revision information.
  • pageonly refers to a row with only a page and no revision information.

The currently-selected status of this page on the case page.

title: string

The title of the page requested. This is used in situations where the page title is different from the title in the row (such as in moved or histmerged pages).

type: "pageStatusResponse"

Generated using TypeDoc