Case

Get Case V3

get
Query parameters
idintegerOptional

Case ID

Example: 234
Header parameters
AcceptstringOptional

Expected content type

Example: application/json
Responses
200

Successful Response

application/json
get
GET /case/v3 HTTP/1.1
Host: api.tosdr.org
Accept: */*
{
  "id": 234,
  "weight": 100,
  "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. For example, users might provide access to their address book, after which a service might also store the phone numbers of that person's contacts.",
  "updated_at": "2020-10-19T19:26:18.784813",
  "created_at": "2018-07-03T09:36:21.094100",
  "topic_id": 41,
  "classification": "blocker"
}

Get Case V2

get
Query parameters
idintegerOptional

Case ID

Example: 234
pageintegerOptional

Page number when id is not provided

Example: 0
Header parameters
AcceptstringOptional

Expected content type

Example: application/json
Responses
200

Successful Response

application/json
Responseall of
get
GET /case/v2 HTTP/1.1
Host: api.tosdr.org
Accept: */*
{
  "error": 256,
  "message": "OK",
  "parameters": {
    "id": 234,
    "weight": 100,
    "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. For example, users might provide access to their address book, after which a service might also store the phone numbers of that person's contacts.",
    "updated_at": "2020-10-19T19:26:18.784813",
    "created_at": "2018-07-03T09:36:21.094100",
    "topic_id": 41,
    "classification": "blocker"
  }
}