此示例調用檢索完整的摘要 ORCID 使用沙盒服務器上的成員 API 以 XML 格式記錄。 您需要訪問令牌才能向公共或成員 API 發出 API 請求。
Method: GET Accept: application/vnd.orcid+xml
Authorization type and Access token:
Bearer [Stored access token]
URL: https://api.sandbox.orcid.org/v3.0/[ORCID iD]/record
API 將返回 200 OK 消息,表示請求已成功接收,以及完整的摘要信息 ORCID 記錄,包括個別項目的摘要。
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<record:record path="/0000-0001-2345-6789" xmlns:internal="https://www.orcid.org/ns/internal" [...]>
<funding:funding-summary put-code="4413" path="/0000-0001-2345-6789/funding/4413" visibility="public" display-index="0">
[...]
</record:record>
每個項目(工作、資金、就業等)都有一個 放代碼。 如果需要,這可用於獲取該項目的完整詳細信息。