Agency Group Policy

Lists all policies based on the query string

  • What version of the policy is currently the active version?
    • /agency-group/{group_id}/policy?policy_type_id=2468&active=true
  • What version of a set of policies is currently the active version?
    • /agency-group/{group_id}/policy?policy_type_id=2468,2469,2470&active=true
  • What is the content of version x of a policy?
    • /agency-group/{group_id}/policy?policy_type_id=2468&version=x
  • What are the currently active policies in effect?
    • /agency-group/{group_id}/policy?active=true
get/agency-group/{group_id}/policy

Query parameters

version_frominteger

The starting value of version, inclusive

versioninteger

The exact value of the version

version_tointeger

The end value of version, exclusive

activeboolean

Flag used for filtering only active items

policy_type_idstring

A single or comma separated list of policy type ids

pageinteger

The page of documents to be displayed

items_per_pageinteger

The number of documents per page

sortBystring[]

A comma seperated list of fields indicating sort order version, a negative sign reverses direction -version

policy_type_classification'viewable' | 'acknowledgeable'

The policy classification for filter

policy_type_titlestring

The title of the policy filter

policy_type_descriptionstring

The policy description

Response

Listing of all policies

policy_type_idstring required
effective_atstring date-time required
_idstring required
updated_atstring date-time required
created_atstring date-time required
__vinteger required
versioninteger
display_versionstring
activeboolean
status'published'
latestboolean

Changes

No recorded changes to this endpoint across all 1 revision of this API.