PPylon Developers
ApiContent Items

List Content Items

GET
/api/admin/v1/content/items
AuthorizationBearer <token>

Enter your bearer token from the Pylon Auth API.

In: header

Query Parameters

page?integer
Default1
Formatint32
pageSize?integer
Default20
Formatint32
sort?string
q?string
status?unknown
Value in"Pending" | "Active" | "Rejected" | "Expired" | null
city?string
category?string
sourceId?string
Formatuuid

Response Body

application/json

curl -X GET "https://loading/api/admin/v1/content/items"
{
  "data": [
    {
      "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
      "title": "string",
      "imageUrl": null,
      "venueCity": "string",
      "category": null,
      "startsAt": "2019-08-24T14:15:22Z",
      "priceFrom": 0.1,
      "priceCurrency": "string",
      "status": "string",
      "confidenceScore": 0,
      "sourceCount": 0,
      "tenantCount": 0,
      "createdAt": "2019-08-24T14:15:22Z"
    }
  ],
  "meta": {
    "totalCount": 0,
    "page": 0,
    "pageSize": 0,
    "totalPages": 0,
    "hasNext": true,
    "hasPrevious": true
  },
  "links": null
}