PPylon Developers
ApiContent Sources

Test Extract Content Source

POST
/api/admin/v1/content/sources/{id}/test-extract
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 POST "https://loading/api/admin/v1/content/sources/497f6eca-6276-4993-bfeb-53cbbbba6f08/test-extract"
{
  "count": 0,
  "items": [
    {
      "externalSourceId": "string",
      "title": "string",
      "description": null,
      "shortDescription": null,
      "imageUrl": null,
      "images": null,
      "venueName": null,
      "venueAddress": null,
      "venueCity": null,
      "venueLatitude": 0.1,
      "venueLongitude": 0.1,
      "category": null,
      "tags": null,
      "startsAt": "2019-08-24T14:15:22Z",
      "endsAt": "2019-08-24T14:15:22Z",
      "isRecurring": false,
      "recurrenceDescription": null,
      "priceFrom": 0.1,
      "priceCurrency": "EUR",
      "priceDescription": null,
      "externalUrl": null
    }
  ]
}
{
  "code": "string",
  "message": "string"
}