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

Überblick

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

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

Ähnliche Schnittstellen

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

Parameter

Query Parameter

Schlüssel
id Pflicht

Photography::Gallery ID

principal_slug Pflicht

Backend::Principal Slug / ID

page optional

Seite Definition der darzustellenden Seite. Standardwert: 1

per optional

Anzahl Datensätze pro Seite Definition der darzustellenden Datensätze pro Seite.

Beispiel Rückgabe

{
  "data" : {
    "id"                : "2018-bmw-m2-coupe",
    "label"             : "BMW M2 Coupé",
    "description_short" : "Anlässlich des BMW Golf Cup International war ein BMW M2 Coupé zu Gast im Golfclub Kyburg in der Nähe von Winterthur.",
    "description"       : "",
    "point_of_time"     : "2018-08-16",
    "preview"           : {
      "url" : {
        "preserve__1200" : "https://s3.eu-central-1.amazonaws.com/squibble-storage/upload/photography/gallery/59ecfe8f56820b013284b613/previews/5b74a97a56820b3a316683cb/preserve__1200/IMG_20180815_200732_BMW_M2__Golfplatz_Kyburg_00016.jpg",
        "preserve__2880" : "https://s3.eu-central-1.amazonaws.com/squibble-storage/upload/photography/gallery/59ecfe8f56820b013284b613/previews/5b74a97a56820b3a316683cb/preserve__2880/IMG_20180815_200732_BMW_M2__Golfplatz_Kyburg_00016.jpg"
      }
    }
  },
  "meta" : {
    "resource_class" : "Photography::Gallery",
    "id"             : "5b74a97a56820b3a316683cb",
    "to"             : {"string" : "BMW M2 Coupé","param" : "2018-bmw-m2-coupe"},
    "created_at"     : "2018-08-16T00:30:18.254+02:00",
    "updated_at"     : "2018-08-25T19:09:10.491+02:00",
    "principal"      : {
      "id"       : "59ecfe8f56820b013284b613",
      "to_param" : "patricklehmann-punkt-ch-photography"
    },
    "can"            : {"update" : false,"destroy" : false}
  }
}