Skip to content
Ksenyia edited this page Jul 14, 2016 · 1 revision

Getting about page content.

Resource URI

about

Response Attributes

{  
   _id: Integer,
   about_text: String
}

HTTP GET

Default Request

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

Response

HTTP Status Code 200

{  
   _id: 57639b9e2b50bbd70c2ff252,
   about_text: "<p>Across the world, governments and companies are involved in
      natural resource projects, generating   billions of dollars. 
      The Natural Resource Governance Institute (NRGI) ..."
}
Clone this wiki locally