GET
https://api.discovertext.com/api/v1/projects/{project_id}/archives
Return Value: A collection of Archive Items for the project:
{ meta: { count: (item count), offset: (current offset), limit: (current limit) }, items: [ { archive item }, { archive item }, ...], links: [ { paging links } ] }