Add a new Blueprint / API for the extract metadata API.
Add tests for all business rules and data retrieval
Context for reviewers
Population of the table will be addressed in a follow-on ticket.
Additional information
Open questions:
Should this be called V1 to follow the opportunity API convention?
extract_type is a filter in the POST param vs an explicit path param in the URL. Is that OK?
Summary
Fixes #2793
Time to review: 30 mins
Changes proposed
Add a new Blueprint / API for the extract metadata API. Add tests for all business rules and data retrieval
Context for reviewers
Population of the table will be addressed in a follow-on ticket.
Additional information
Open questions: Should this be called V1 to follow the opportunity API convention?
extract_type
is a filter in the POST param vs an explicit path param in the URL. Is that OK?See unit tests for additional context.