Api::V1::PoisController API

Pois

Get poi

GET api/v1/pois/:id

Parameters

Name Description
id id

Request

Headers

Content-Type: application/json
Host: example.org
Cookie: 

Route

GET api/v1/pois/3

Response

Headers

X-Frame-Options: SAMEORIGIN
X-XSS-Protection: 1; mode=block
X-Content-Type-Options: nosniff
X-Download-Options: noopen
X-Permitted-Cross-Domain-Policies: none
Referrer-Policy: strict-origin-when-cross-origin
Access-Control-Allow-Origin: *
Access-Control-Allow-Methods: GET,POST,PUT,PATCH,DELETE
Access-Control-Allow-Headers: Origin,Accept,Content-Type,X-Requested-With,X-CSRF-Token,X-API-KEY
Content-Type: application/json; charset=utf-8
ETag: W/"ede9d269842bee0900533ff4bf28f8b5"
Cache-Control: max-age=0, private, must-revalidate
X-Request-Id: 86fe05ff-66a8-46a9-92c2-d5df329c22cb
X-Runtime: 0.006545
Content-Length: 346

Status

200 OK

Body

{
  "poi": {
    "name": "Dede",
    "description": null,
    "longitude": 2.30681949999996,
    "latitude": 48.870424,
    "phone": "0000000000",
    "website": "entourage.com",
    "email": "entourage@entourage.com",
    "audience": "Mon audience",
    "partner_id": null,
    "address": "Au 50 75008 Paris",
    "hours": null,
    "languages": null,
    "source_url": null,
    "uuid": "3",
    "source": "entourage",
    "category_ids": [
      3
    ]
  }
}