dockets

List of dockets

This endpoint returns list of dockets

get/dockets

Query parameters

filter[agencyId]string

'Filters results for the agency acronym specified in the value. Example: ''EPA'''

filter[searchTerm]string

Filters results on the given term.

filter[docketType]'Rulemaking' | 'Nonrulemaking'

the type of docket

Filters results on the specified docket type.

sortstring

Sorts the results on the field specified in the value. The default behavior will sort the results in ascending order; to sort in descending order, prepend a minus sign to the value. <br/><br/> The only supported value is title.

page[number]integer

Specifies the number for the page of results that will be returned from the query. <br/><br/> Acceptable values are numerical between, and including, 1 and 20.

page[size]integer

Specifies the size per page of results that will be returned from the query. <br/><br/> Acceptable values are numerical between, and including, 5 and 250.

Response

A JSON:API document with the a list of dockets

Changes