Api::V1::Public::EntouragesController API

Users

Get entourage with uuid_v2

GET /api/v1/public/entourages/:uuid

Parameters

Name Description
token token
uuid uuid

Request

Headers

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

Route

GET /api/v1/public/entourages/eGlMUStyewNc?token=foobar125

Query Parameters

token: foobar125

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/"74a3fbcb112cce00ca6fe585a53f664a"
Cache-Control: max-age=0, private, must-revalidate
X-Request-Id: 5fd70530-783d-45b9-94fe-3c07c4057ca2
X-Runtime: 0.004979
Content-Length: 241

Status

200 OK

Body

{
  "entourage": {
    "uuid": "1fc735e9-cc03-4bb9-bfee-d3b7f73f4a45",
    "title": "Foobar",
    "group_type": "action",
    "description": null,
    "created_at": " 2 juin",
    "approximated_location": "",
    "number_of_people": 1,
    "author": {
      "display_name": "John",
      "avatar_url": null
    }
  }
}