GET /entities
Returns a listing of all entities.
None
A JSON Object filled an array of entity following the entity format.
None
GET /entities[
{
"id": 12,
"name": "osoc17",
"url": "entity_osoc17",
"image": "http://2017.summerofcode.be/images/squarelogo-LI.png",
"created_at": "2017-07-16 16:04:10",
"updated_at": "2017-07-19 20:21:34"
},
{
"id": 23,
"name": "crypto blockchain",
"url": "entity_crypto-blockchain",
"image": null,
"created_at": "2017-07-01 16:35:18",
"updated_at": "2017-07-13 09:21:57"
}
]