NCIOCPL / clinical-trials-listing-api

API for Clinical Trial (Dynamic) Listing Pages
2 stars 2 forks source link

Implement the EvsName Controller GetAll method #6

Closed blairlearn closed 3 years ago

blairlearn commented 3 years ago

As a content creator, I want the ability to retrieve all EvsRecord documents, so that I can easily find what names exist.

ESTIMATE TBD

Acceptance Criteria

Scenario: Get all evs records
  Given path '/evs-name'
    And params {from: <from>, size 5}
  When  method get
  Then  status 200
    And match response == read( expected )

Examples:
    | from | expected                      |
    | 0    | get-all-first-five.json |
    | 200  | get-all-offset-200.json |

Resources:

Notes


Solution

Prerequisites

Tasks

Technical Notes

blairlearn commented 3 years ago

Obsoleted by design changes.