Get details about some records.
Parameters
Output
Encoding
application/jsonrecords
array
Required
No description available.
Try It
Requests are sent directly from your browser. Some servers may block requests due to CORS.
View raw schema
{
"type": "query",
"output": {
"schema": {
"type": "object",
"required": [
"records"
],
"properties": {
"records": {
"type": "array",
"items": {
"refs": [
"tools.ozone.moderation.defs#recordViewDetail",
"tools.ozone.moderation.defs#recordViewNotFound"
],
"type": "union"
}
}
}
},
"encoding": "application/json"
},
"parameters": {
"type": "params",
"required": [
"uris"
],
"properties": {
"uris": {
"type": "array",
"items": {
"type": "string",
"format": "at-uri"
},
"maxLength": 100
}
}
},
"description": "Get details about some records."
}