Query projects API by creation date range
We get called upon to provide project lists periodically.
For example:
- List of projects created in the previous quarter for the Topics and Issues
- Similar list for the annual report
Currently, we generate these lists from data that we track with a spreadsheet. This requires that we keep a copy of data that is available elsewhere.
We need an API that we can use to query for projects that were created (started) within a range of dates that we can query to get current information.
For each project, we need:
- The name
- A concise plain text description
- Start date
- Project logo
- URL/link to the project's PMI page
I'm pretty sure that he current APIs provide some of this.
Drupal has a notion of field summaries (which are plain text only) that we can leverage for the _concise_ description:

This value is not currently, AFAICT, exposed in the API.
Ideally, these concise descriptions will take a very specific form:
`<project name> provides <what the project provides>.`
It is possible (or desirable) to limit who can edit these summaries, or at least do some sort of automated validation that they are in the correct form?
@mdelgado624 @carmendelgado @bbaldassari2kd
issue