{"source":"nva","operation":"get_publication","description":"Get detailed public metadata for one NVA publication.","parameters":[{"name":"identifier","schema":{"type":"string"},"required":true,"default":null,"description":"NVA publication UUID returned by search_publications. A full NVA API URL is also accepted."},{"name":"limit","type":"integer","schema":{"type":"integer","minimum":1,"maximum":100,"default":25},"display_type":"integer","required":false,"default":25,"description":"Maximum list items returned by the gateway (default 25, maximum 100)."},{"name":"offset","type":"integer","schema":{"type":"integer","minimum":0,"default":0},"display_type":"integer","required":false,"default":0,"description":"Number of list items to skip before returning the page."}],"json_get_url_template":"https://allemannsdata.com/wiki/api/v1/kilder/nva/get_publication?identifier={identifier}&limit=25&offset=0","schema_scope":"#/data in the successful operation envelope","response_schema":{"type":"object","properties":{"id":{"type":["string","null"]},"title":{"type":["string","null"]},"year":{"type":["string","null"]},"publication_type":{"type":["string","null"]},"publication_channel":{"type":["string","null"]},"doi":{"type":["string","null"],"format":"uri"},"status":{"type":["string","null"]},"authors":{"type":"array","items":{"type":"string"}},"contributor_count":{"type":["integer","null"]},"has_open_file":{"type":"boolean"},"api_url":{"type":["string","null"],"format":"uri"},"created":{"type":["string","null"],"format":"date-time"},"modified":{"type":["string","null"],"format":"date-time"},"published":{"type":["string","null"],"format":"date-time"},"language":{"type":["string","null"]},"alternative_titles":{"type":"object","additionalProperties":{"type":"string"}},"abstract":{"type":["string","object","null"],"additionalProperties":{"type":"string"}},"description":{"type":["string","object","null"],"additionalProperties":{"type":"string"}},"contributors":{"type":"array","items":{"type":"object","properties":{"id":{"type":["string","null"]},"name":{"type":["string","null"]},"role":{"type":["string","null"]},"corresponding_author":{"type":["boolean","null"]},"affiliations":{"type":"array","items":{"type":"string"}}},"additionalProperties":false}},"projects":{"type":"array","items":{"type":"object","properties":{"id":{"type":["string","null"]},"type":{"type":["string","null"]},"name":{"type":["string","null"]}},"additionalProperties":false}},"funding":{"type":"array","items":{"type":"object","properties":{"identifier":{"type":["string","null"]},"source":{"type":["string","null"]},"source_name":{"type":["string","null"]},"confirmed":{"type":["boolean","null"]}},"additionalProperties":false}},"subjects":{"type":"array","items":{"type":"object","properties":{"id":{"type":["string","null"]},"type":{"type":["string","null"]},"label":{"type":["string","null"]}},"additionalProperties":false}},"files":{"type":"array","items":{"type":"object","properties":{"type":{"type":["string","null"]},"identifier":{"type":["string","null"]},"name":{"type":["string","null"]},"mime_type":{"type":["string","null"]},"size_bytes":{"type":["integer","null"]},"license":{"type":["string","null"]},"download_url":{"type":["string","null"],"format":"uri"}},"additionalProperties":false}},"additional_identifiers":{"type":"array","items":{"type":"object","properties":{"type":{"type":["string","null"]},"source":{"type":["string","null"]},"value":{"type":["string","null"]}},"additionalProperties":false}},"reference":{"type":"object","properties":{"type":{"type":["string","null"]},"doi":{"type":["string","null"],"format":"uri"},"publicationContext":{"type":"object","properties":{"id":{"type":["string","null"]},"type":{"type":["string","null"]}},"additionalProperties":false},"publicationInstance":{"type":"object","properties":{"type":{"type":["string","null"]},"volume":{"type":["string","null"]},"issue":{"type":["string","null"]},"pages":{"type":"object","properties":{"type":{"type":["string","null"]},"begin":{"type":["string","null"]},"end":{"type":["string","null"]}},"additionalProperties":false}},"additionalProperties":false}},"additionalProperties":false}},"additionalProperties":false,"required":["id","title","contributors"]},"response_schema_status":{"status":"declared","codegen_safe":true,"description":"Maintained response contract."},"entity_projection":{"status":"intentionally_none","entity_types":[],"description":"No stable cross-source entity projection is defined for this operation; entities is intentionally empty."},"error_contract":{"scope":"top-level HTTP error response; never part of a success payload","schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"details":{"type":"object"}},"additionalProperties":false,"required":["code","message","retryable"]},"suggestion":{"type":"string"},"_meta":{"type":"object","properties":{"retrieved_at":{"type":"string","format":"date-time"},"language":{"type":"string","const":"en"},"content_languages":{"type":"array","items":{"type":"string"}},"sources":{"type":"array","items":{"type":"object"}}},"required":["retrieved_at","language","content_languages","sources"]},"_links":{"type":"object","properties":{"self":{"type":"string","format":"uri"},"api_index":{"type":"string","format":"uri"},"feedback":{"type":"string","format":"uri"}},"required":["self","api_index","feedback"],"additionalProperties":false}},"additionalProperties":false,"required":["error","suggestion","_meta","_links"]},"statuses":{"400":{"codes":["MISSING_PARAMETER","INVALID_PARAMETER","INVALID_REQUEST"],"retryable":false},"404":{"codes":["SOURCE_NOT_FOUND","OPERATION_NOT_FOUND","ENTITY_NOT_FOUND"],"retryable":false},"429":{"codes":["RATE_LIMITED","GATEWAY_RATE_LIMITED"],"retryable":true},"502":{"codes":["SOURCE_UNAVAILABLE"],"retryable":true},"500":{"codes":["INTERNAL_ERROR"],"retryable":true}}},"_links":{"self":"https://allemannsdata.com/wiki/api/v1/kilder/nva/get_publication/schema","operation":"https://allemannsdata.com/wiki/api/v1/kilder/nva/get_publication","source":"https://allemannsdata.com/wiki/api/v1/kilder/nva","feedback":"https://allemannsdata.com/wiki/api/v1/feedback"},"output_fields":["id","title","year","publication_type","publication_channel","doi","status","authors","contributor_count","has_open_file","api_url","created","modified","published","language","alternative_titles","abstract","description","contributors","contributors[].id","contributors[].name","contributors[].role","contributors[].corresponding_author","contributors[].affiliations","projects","projects[].id","projects[].type","projects[].name","funding","funding[].identifier"],"output_fields_truncated":true,"canonical_field_aliases":{"identifier":["id","contributors[].id","projects[].id","funding[].identifier","subjects[].id","files[].identifier","reference.publicationContext.id"],"name":["title","contributors[].name","projects[].name","subjects[].label","files[].name"]},"response_example":{"source":"nva","operation":"get_publication","parameters":{"identifier":"example value"},"data":{"id":"example-id","title":"Example","year":"example value","publication_type":"example value","publication_channel":"example value","doi":"https://example.invalid/resource","status":"example value","authors":["example value"],"contributor_count":1,"has_open_file":true,"api_url":"https://example.invalid/resource","created":"2026-01-15T12:00:00Z","modified":"2026-01-15T12:00:00Z","published":"2026-01-15T12:00:00Z","language":"example value","alternative_titles":{"example_key":"example value"},"abstract":"example value","description":"example value","contributors":[{"id":"example-id","name":"Example","role":"example value","corresponding_author":true,"affiliations":["example value"]}],"projects":[{"id":"example-id","type":"example value","name":"Example"}],"funding":[{"identifier":"example value","source":"example value","source_name":"Example","confirmed":true}],"subjects":[{"id":"example-id","type":"example value","label":"Example"}],"files":[{"type":"example value","identifier":"example value","name":"Example","mime_type":"example value","size_bytes":1,"license":"example value","download_url":"https://example.invalid/resource"}],"additional_identifiers":[{"type":"example value","source":"example value","value":"example value"}],"reference":{"type":"example value","doi":"https://example.invalid/resource","publicationContext":{"id":"example-id","type":"example value"},"publicationInstance":{"type":"example value","volume":"example value","issue":"example value","pages":{"type":"example value","begin":"example value","end":"example value"}}}},"entities":[],"_meta":{"retrieved_at":"2026-01-15T12:00:00Z","language":"en","content_languages":["en"],"sources":[{"id":"nva","name":"Norwegian Research Information Repository (NVA)","description":"Research publications, open files, Cristin projects and Norwegian research organizations.","cache_ttl_seconds":300,"documentation":"https://swagger-ui.nva.unit.no/"}]},"_provenance":{"data":{"source":"nva","source_api":"https://allemannsdata.com/wiki/api/v1/kilder/nva"},"entities":{"source":"nva","source_api":"https://allemannsdata.com/wiki/api/v1/kilder/nva","derived_from":"#/data","description":"Normalized projection of data."}},"_links":{"self":"https://allemannsdata.com/wiki/api/v1/kilder/nva/get_publication","source":"https://allemannsdata.com/wiki/api/v1/kilder/nva","wiki":"https://allemannsdata.com/wiki/kilder/nva/get_publication/","feedback":"https://allemannsdata.com/wiki/api/v1/feedback"}}}
