Skip to content

GET lists total # of varified, context and disclosure projects

Ksenyia edited this page Jul 14, 2016 · 1 revision

Getting list total # of varified, context and disclosure projects.

Resource URI

summary_stats

Response Attributes


{  
   source_type: Array,
   none: Integer,
   context: Integer,
   payment: Integer,
   verified: Integer
}

HTTP GET

Default Request

curl -GET http://end-point-uri/summary_stats

Response

HTTP Status Code 200


{  
   source_type: [
       {
          p: false,
          c: true
       },
       ...    
   ],
   none: 3,
   context: 4,
   payment: 0,
   verified: 6
}
Clone this wiki locally