Galerie v2 /api/v2/:principal_slug/photography/galleries/:id

Überblick

Klasse / Datentyp
Galerie
Response Formats
JSON
API Version
v2
Öffentlich erreichbar
false
HTTP Methode
GET
Zuletzt aktualisiert

/api/v2/:principal_slug/photography/galleries/:id

Ähnliche Schnittstellen

/api/v2/public/:principal_slug/photography/galleries/:id GET

Parameter

Query Parameter

Schlüssel
id Pflicht

Photography::Gallery ID

principal_slug Pflicht

Backend::Principal Slug / ID

Beispiel Rückgabe

{
  "data" : {
    "id"                : "57c740ab56820b20f19e34e6",
    "label"             : "Island",
    "url"               : "2016-island",
    "point_of_time"     : "2016-08-01",
    "description_short" : "",
    "description"       : "",
    "is_public"         : true,
    "show_on_website"   : false,
    "google_index"      : false,
    "hash_tags"         : []
  },
  "meta" : {
    "resource_class" : "Photography::Gallery",
    "id"             : "57c740ab56820b20f19e34e6",
    "created_at"     : "2016-08-31T22:40:11.661+02:00",
    "updated_at"     : "2016-09-17T13:20:33.343+02:00",
    "principal"      : {
      "id"       : "537bc650993a7a35ee000237",
      "to_param" : "patricklehmann-punkt-ch-photography"
    }
  }
}