-
Notifications
You must be signed in to change notification settings - Fork 0
Landing
Ksenyia edited this page Jul 14, 2016
·
1 revision
Getting landing page content.
Resource URI
landing
Response Attributes
{
_id: Integer,
landing_text: String
}
HTTP GET
Default Request
curl -GET http://end-point-uri/landing
Response
HTTP Status Code 200
{
_id: "57639b9e2b50bbd70c2ff251",
landing_text: "<h2>An open-source data repository on oil, gas and
mining projects</h2><p>Across the world, governments and companies are
involved in natural resource projects, generating ..."
}