NYCPlanning / ae-zoning-api

This application is API for serving data related to zoning and tax lots.
2 stars 0 forks source link

Implement endpoint to get paginated tax lots #172

Closed TangoYankee closed 6 months ago

TangoYankee commented 7 months ago

Description

As part of discussion #97

Implement an endpoint which will return a paginated list of tax lots,as document in #171 . Pagination will utilize an offset key paradigm, which exposes the "LIMIT" and "OFFSET" sql functionality through optional query parameters of the same names. When either query parameter is omitted, the application will fall back to default values. "Limit" will also have a maximum value that will be invoked if users request a number higher than this value. The returned object will return pagination metadata.

Acceptance Criteria

Related

blocked by #171