latestOpenAPI 3.0.42026-08-10174362.4 KB

70fb92d278f5

Publications

Check Availability

Check availability of articles based on citation information.

The response can return clearing information, for each citation.

Example paylod with array of different citation information, you can send as many citations as needed, but we will crop to the first 25 to avoid performance issues and timeouts:

[
	{
		"doi": "10.1093/ndt/gft439"
	},
	{
		"pubmedId": "44441111"
	},
	{
		"standardNumber": "09310509",
		"publicationYear": 2021
	}
]

Example with intended use:

[
    {
        "doi": "10.1093/ndt/gft439",
        "intendedUseId": 2
    },
    {
        "standardNumber": "09310509",
        "standardNumber2": "14602385",
        "publicationYear": 2021,
        "intendedUseId": 2
    }
]

post/publications/availability

Request body

doistring nullable
pubmedIdstring nullable
standardNumberstring nullable
standardNumber2string nullable
publicationYearinteger nullable
intendedUseIdinteger nullable
volumestring nullable
issuestring nullable
pagesstring nullable
firstAuthorstring nullable
documentTitlestring nullable
publicationNamestring nullable
customRequestIdstring nullable

Response

Quote created successfully

customRequestIdstring nullable