PPylon Developers
ApiOrganizer Listings

Get organizer listing

Returns full listing details including drafts.

GET
/api/organizer/v1/listings/{id}
AuthorizationBearer <token>

Enter your bearer token from the Pylon Auth API.

In: header

Path Parameters

id*string
Formatuuid

Response Body

application/json

application/problem+json

curl -X GET "https://loading/api/organizer/v1/listings/497f6eca-6276-4993-bfeb-53cbbbba6f08"
{
  "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
  "title": "string",
  "slug": "string",
  "description": null,
  "shortDescription": null,
  "imageUrl": null,
  "images": [
    "string"
  ],
  "venueName": null,
  "venueAddress": null,
  "venueCity": "string",
  "venueLatitude": 0.1,
  "venueLongitude": 0.1,
  "category": null,
  "tags": [
    "string"
  ],
  "startsAt": "2019-08-24T14:15:22Z",
  "endsAt": "2019-08-24T14:15:22Z",
  "isRecurring": true,
  "recurrenceDescription": null,
  "priceFrom": 0.1,
  "priceCurrency": "string",
  "priceDescription": null,
  "externalUrl": null,
  "externalSource": null,
  "externalSourceId": null,
  "pylonEventId": null,
  "status": "string",
  "isFeatured": true,
  "sortOrder": 0,
  "sourceImportedAt": "2019-08-24T14:15:22Z",
  "publishedAt": "2019-08-24T14:15:22Z",
  "createdAt": "2019-08-24T14:15:22Z",
  "updatedAt": "2019-08-24T14:15:22Z"
}
{
  "code": "string",
  "message": "string"
}