Skip to content

Endpoint : Read all entities

Richard Osmar Leon Ingaruca edited this page Aug 22, 2018 · 1 revision

Api Base Url

https://realtime-api-builder.herokuapp.com/v1

Endpoint

/{entityName}

entityName could be anything imagined by you like /avenger /job /alien ...

Method

GET

Request headers

Not required

Body

Not required

Response

content attribute must contain all requested entities

{
  "status": "200",
  "message": "success",
  "content": [{
    "id": "100",
    "title": "new java release"
  }]
}
Clone this wiki locally