Workshop Event v2 /api/v2/:principal_slug/workshop/events

Überblick

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

/api/v2/:principal_slug/workshop/events

Parameter

Beispiel Rückgabe

{
  "data" : [
    {
      "id"           : "57975676e3de7564eb04cc29",
      "url"          : "der-letzte-workshop-im-flash-gym",
      "label"        : "GOOD BYE FLASH GYM",
      "date"         : "2016-12-31",
      "start_time"   : "2016-12-31T09:00:00.000+01:00",
      "end_time"     : "2016-12-31T18:00:00.000+01:00",
      "duration"     : 32400,
      "max_sign_ins" : 12,
      "address"      : {
        "id"                            : "57c8943956820b7dd79a4654",
        "firstname"                     : null,
        "lastname"                      : null,
        "company_name"                  : null,
        "location_name"                 : null,
        "latitude"                      : 50.9532,
        "longitude"                     : 6.95339,
        "street"                        : "Kasparstr. 35",
        "additional_street_information" : null,
        "zip_code"                      : "50670",
        "town"                          : "Köln",
        "country"                       : "DE",
        "full_address"                  : "Kasparstraße 35, 50670 Köln, Germany"
      },
      "category"     : {
        "id"    : "52570bbfc32dabe6be000001",
        "label" : "FOTOSTUDIO",
        "path"  : "fotostudio"
      },
      "price"        : {"id" : "57c8943956820b7dd79a4653","value" : 300}
    },
    {
      "id"           : "577d63cde3de75f3090497bc",
      "url"          : "koeln-provocative-glamour-sexy-porn-style-dessous-lingerie-fotokurs-lehrgang-foto-lehrgang-kirchheim-2016",
      "label"        : "PROVOCATIVE GLAMOUR",
      "date"         : "2016-12-23",
      "start_time"   : "2016-12-23T09:00:00.000+01:00",
      "end_time"     : "2016-12-23T16:00:00.000+01:00",
      "duration"     : 25200,
      "max_sign_ins" : 10,
      "address"      : {
        "id"                            : "57c8943956820b7dd79a4657",
        "firstname"                     : null,
        "lastname"                      : null,
        "company_name"                  : null,
        "location_name"                 : null,
        "latitude"                      : 48.6473433,
        "longitude"                     : 9.448450399999999,
        "street"                        : "Alleenstraße 18",
        "additional_street_information" : null,
        "zip_code"                      : "73230",
        "town"                          : "Kirchheim unter Teck",
        "country"                       : "DE",
        "full_address"                  : "Alleenstraße 18, 73230 Kirchheim unter Teck, Germany"
      },
      "category"     : {
        "id"    : "52570bbfc32dabe6be000001",
        "label" : "FOTOSTUDIO",
        "path"  : "fotostudio"
      },
      "price"        : {"id" : "57c8943956820b7dd79a4656","value" : 200}
    }
  ],
  "meta" : {
    "resource_class" : "Workshop::Event",
    "max_updated_at" : "2016-10-27T12:56:23.408Z",
    "page"           : 1,
    "per"            : 2,
    "total_pages"    : 104,
    "total_count"    : 208
  }
}