Points

Get Point V1

get
Query parameters
idintegerOptional

Point ID

Example: 10493
case_idintegerOptional

Case ID, to get all points for a Case

Example: 234
pageintegerOptional

Page number

Example: 0
Header parameters
AcceptstringOptional

Expected content type

Example: application/json
Responses
200

Successful Response

application/json
Responseobject
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"
}