curl --request GET \
--url https://api.responsibly.tech/v1/data-entries/{id} \
--header 'x-api-key: <api-key>'{
"type": "news_event",
"id": "01h57nhc4s[...]",
"supplier": {
"id": "01j8z72anr[...]"
},
"score": 1.5,
"policyParameterScores": [
{
"policyParameter": {
"id": "01fb6pb5wm[...]"
},
"score": 2
}
],
"newsEvent": {
"articles": [
{
"id": "27h43XyXhc8rym367ze57ba[...]",
"url": "https://news.com/article",
"title": "News Article Title",
"summary": "News Article Summary",
"publishedAt": "2024-01-01"
}
],
"name": "News Event Name",
"summary": "News Event Summary"
}
}Returns a data entry.
Was this page helpful?
curl --request GET \
--url https://api.responsibly.tech/v1/data-entries/{id} \
--header 'x-api-key: <api-key>'{
"type": "news_event",
"id": "01h57nhc4s[...]",
"supplier": {
"id": "01j8z72anr[...]"
},
"score": 1.5,
"policyParameterScores": [
{
"policyParameter": {
"id": "01fb6pb5wm[...]"
},
"score": 2
}
],
"newsEvent": {
"articles": [
{
"id": "27h43XyXhc8rym367ze57ba[...]",
"url": "https://news.com/article",
"title": "News Article Title",
"summary": "News Article Summary",
"publishedAt": "2024-01-01"
}
],
"name": "News Event Name",
"summary": "News Event Summary"
}
}