Skip to content

Get metadata candidates

GET
/api/books/{id}/candidates

List metadata candidates fetched from external sources for a book

Parameters

Path Parameters

id*
Type
string
Required
Format
"uuid"

Responses

Book info with metadata candidates

application/json
JSON
{
  
"book": {
  
  
"id": "string",
  
  
"status": "string",
  
  
"title": "string",
  
  
"author": "string"
  
},
  
"candidates": [
  
  
{
  
  
  
"id": "string",
  
  
  
"source": "string",
  
  
  
"normalized": {
  
  
  
},
  
  
  
"confidence": "string",
  
  
  
"selectedFields": [
  
  
  
  
"string"
  
  
  
]
  
  
}
  
]
}

Samples