National Archives and Records Administration (NARA) · Capability
NextGen Catalog API — Contributions
NextGen Catalog API — Contributions. 9 operations. Lead operation: Update a contribution.. Self-contained Naftiko capability covering one National Archives And Records Administration Nara business surface.
What You Can Do
PUT
Put
— Update a contribution.
/v1/contributions
GET
Get
— Get contribution data directly from the database.
/v1/contributions
GET
Get
— Get contribution data by contribution id directly from the database.
/v1/contributions/contributionid/{contributionid}
DELETE
Delete
— Deactivate/remove a contribution.
/v1/contributions/delete
GET
Get
— Get contribution data by parent contribution id directly from the database.
/v1/contributions/parentcontributionid/{parentcontributionid}
GET
Get
— Get search results for contributions data by sending a request with search parameters to the catalog.
/v1/contributions/search
GET
Get
— Get contribution data by target naId directly from the database.
/v1/contributions/targetnaid/{targetnaid}
GET
Get
— Get contribution data by target object id directly from the database.
/v1/contributions/targetobjectid/{targetobjectid}
GET
Get
— Get contribution data by user id directly from the database.
/v1/contributions/userid/{userid}
MCP Tools
update-contribution
Update a contribution.
idempotent
get-contribution-data-directly-database
Get contribution data directly from the database.
read-only
idempotent
get-contribution-data-contribution-id
Get contribution data by contribution id directly from the database.
read-only
idempotent
deactivate-remove-contribution
Deactivate/remove a contribution.
idempotent
get-contribution-data-parent-contribution
Get contribution data by parent contribution id directly from the database.
read-only
idempotent
get-search-results-contributions-data
Get search results for contributions data by sending a request with search parameters to the catalog.
read-only
idempotent
get-contribution-data-target-naid
Get contribution data by target naId directly from the database.
read-only
idempotent
get-contribution-data-target-object
Get contribution data by target object id directly from the database.
read-only
idempotent
get-contribution-data-user-id
Get contribution data by user id directly from the database.
read-only
idempotent