Points
Query parameters
idintegerOptionalExample:
Point ID
10493
case_idintegerOptionalExample:
Case ID, to get all points for a Case
234
pageintegerOptionalExample:
Page number
0
Header parameters
AcceptstringOptionalExample:
Expected content type
application/json
Responses
200
Successful Response
application/json
Responseobject
400
Invalid request (e.g., both 'id' and 'case_id' provided)
application/json
422
Validation Error
application/json
get
GET /point/v1 HTTP/1.1
Host: api.tosdr.org
Accept: */*
{
"id": 10493,
"title": "Facebook stores your data whether you have an account or not.",
"source": "https://www.facebook.com/policy/cookies/printable",
"status": "approved",
"analysis": "This is the principle of their shady \"Shadow Profile\".",
"case": {
"id": 234,
"weight": 50,
"title": "They store data on you even if you did not interact with the service",
"description": "Some services store data on you even if you did not provide that data yourself...",
"updated_at": "2020-10-19T19:26:18.784813",
"created_at": "2018-07-03T09:36:21.094100",
"topic_id": 41,
"classification": "blocker"
},
"document_id": 452,
"updated_at": "2023-07-11T04:44:47.875309",
"created_at": "2020-10-08T15:37:04.743828"
}