Skip Navigation

Opencollection API

GET /research/pna1923/

Get research abstracts from the African Art Exhibition of 1923

Nothing special to note

Arguments

limit
An integer indicating how many results to return Integer
offset
An integer indicating at which index of the full result set to begin at Integer
page_no
Search abstracts with the given page number Integer
keyword
keyword to search for in the abstracts String
name
search abstracts that have the given name in company names, last names, first names, etc. where applicable. String
web_theme
Search abstracts that are of the given theme. Valid values are 'correspondence', 'other textual material', 'publication', 'visual image', and 'catalog' String
doc_type
Search abstracts that are of the given document type. Valid values are 'Letter', 'Letter and attachment', 'Memo', 'Business card', 'List', 'Clipping', 'Receipt', 'Invitation', 'Letter, legal size', 'Membership card', 'photograph', 'Clipping, Legal Size', 'Telegram', 'List, oversize', 'Program', 'Clipping and Attachment', 'Post card', 'Text', 'Expedition Report', 'Exhibition Catalog', and 'Catalogue Cover' String
start_year
If specified, only abstracts later than the given year will be retrieved. String
end_year
If specified, only abstracts earlier than the given year will be retrieved. String
sort_by
Sort the results by this value. Valid values are 'date_ascending', 'date_descending', 'name_ascending', 'name_descending', and 'document_type'. String

Responses

200: An array of abstracts Returns PnaAbstract
default: Unexpected error Returns Error