ApiContent Items
List Content Items
Authorization
Bearer AuthorizationBearer <token>
Enter your bearer token from the Pylon Auth API.
In: header
Query Parameters
page?integer
Default
1Format
int32pageSize?integer
Default
20Format
int32sort?string
q?string
status?unknown
Value in
"Pending" | "Active" | "Rejected" | "Expired" | nullcity?string
category?string
sourceId?string
Format
uuidResponse 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
}