v1
latestOpenAPI 3.0.02026-08-066425196.1 KBGet search results for active contribution data by sending a request to the catalog with other extracted text as a search parameter.
Get search results for active contribution data by sending a request to the catalog with other extracted text as a search parameter. It returns a JSON result.
Query parameters
A search query string which accepts exact phrases or similar matches ("").
An individual contribution's unique identifier which maps to the record.contributionId field
Contributor's unique identifier which maps to the record.contributor.userId field
Contributor's screen name which maps to the record.contributor.userName field
An array of NARA-specific identifiers, each of which is unique to a single record.
Contribution's status which maps to the status field in the MySQL database
Contribution's date of creation by which to filter
Contribution's date of modification by which to filter
Sort order:
- contribution.asc - Sort by contribution, ascending from A to Z
- contribution.desc - Sort by contribution, descending from Z to A
- createdAt.asc - Sort by created date, ascending
- createdAt.desc - Sort by created date, descending
- updatedAt.asc - Sort by updated date, ascending
- updatedAt.desc - Sort by updated date, descending
- count.asc - Sort by aggregated tag counts, ascending, ONLY works when contributionType = tag is present
- count.desc - Sort by aggregated tag counts, descending, ONLY works when contributionType = tag is present
Returns the total count of results in each result.
Response
A body of response data containing other extracted objects if any were found.