PPylon Developers
ApiContent Items

Get Content Item

GET
/api/admin/v1/content/items/{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/admin/v1/content/items/497f6eca-6276-4993-bfeb-53cbbbba6f08"
{
  "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
  "canonicalSourceId": "4a38fe47-2001-4f80-93b8-27b293e07215",
  "status": "string",
  "title": "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,
  "contentHash": "string",
  "confidenceScore": 0,
  "createdAt": "2019-08-24T14:15:22Z",
  "updatedAt": "2019-08-24T14:15:22Z",
  "sources": [
    {
      "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
      "sourceId": "797f5a94-3689-4ac8-82fd-d749511ea2b2",
      "externalId": "string",
      "externalUrl": null,
      "isCanonical": true,
      "lastSeenAt": "2019-08-24T14:15:22Z",
      "createdAt": "2019-08-24T14:15:22Z"
    }
  ],
  "tenants": [
    {
      "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
      "tenantId": "f97df110-f4de-492e-8849-4a6af68026b0",
      "listingId": null,
      "eventId": null,
      "isAutoProjected": true,
      "createdAt": "2019-08-24T14:15:22Z"
    }
  ]
}
{
  "code": "string",
  "message": "string"
}