National Archives and Records Administration (NARA) · Capability
NextGen Catalog API — Comments
NextGen Catalog API — Comments. 7 operations. Lead operation: Add a comment.. Self-contained Naftiko capability covering one National Archives And Records Administration Nara business surface.
What You Can Do
POST
Post
— Add a comment.
/v1/comments
GET
Get
— Get comments by their parent record's naId.
/v1/comments/naid/{naid}
GET
Get
— Get search results for comment data by sending a request with search parameters to the catalog.
/v1/comments/search
GET
Get
— Get comments by their contributor's userId.
/v1/comments/userid/{userid}
PATCH
Patch
— Update a comment.
/v1/comments/{contributionid}
DELETE
Delete
— Deactivate/remove a comment.
/v1/comments/{contributionid}
GET
Get
— Get a single comment object by comment id.
/v1/comments/{id}
MCP Tools
add-comment
Add a comment.
get-comments-their-parent-record-s
Get comments by their parent record's naId.
read-only
idempotent
get-search-results-comment-data
Get search results for comment data by sending a request with search parameters to the catalog.
read-only
idempotent
get-comments-their-contributor-s-userid
Get comments by their contributor's userId.
read-only
idempotent
update-comment
Update a comment.
idempotent
deactivate-remove-comment
Deactivate/remove a comment.
idempotent
get-single-comment-object-comment
Get a single comment object by comment id.
read-only
idempotent