PPylon Developers
ApiContent Projections

List Projection Rules

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

Enter your bearer token from the Pylon Auth API.

In: header

Response Body

application/json

curl -X GET "https://loading/api/admin/v1/content/projections"
[
  {
    "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
    "tenantId": "f97df110-f4de-492e-8849-4a6af68026b0",
    "name": "string",
    "filterCity": null,
    "filterCategory": null,
    "filterTags": [
      "string"
    ],
    "filterSourceIds": [
      "5b8e3d2f-fc8b-49f2-8638-618934e199e0"
    ],
    "autoPublish": true,
    "isActive": true,
    "createdAt": "2019-08-24T14:15:22Z",
    "updatedAt": "2019-08-24T14:15:22Z"
  }
]