Get AdvertBaseList

Get a list of advertbases

Request

URL Method Need authentication
https://taps-partnerapi.timecut.se/api/advertbaselist GET Yes
https://taps-partnerapi.timecut.se/api/advertbaselist/filter/firstname/{PersonFirstname}/lastname/{PersonLastname} GET Yes
https://taps-partnerapi.timecut.se/api/advertbaselist/filter/born/{PersonBorn}/died/{PersonDied} GET Yes

Dto information

Type Message
Request
{
  "PersonFirstname": "",
  "PersonLastname": "",
  "PersonBorn": "",
  "PersonDied": ""
}
Response
[
  {
    "Id": "01939ce7-035b-45b4-b379-6126ee7c7189",
    "Properties": {
      "PersonFirstname": "",
      "PersonLastname": "",
      "PersonBorn": "2026-01-10T04:37:16.5690505+00:00",
      "PersonDied": "2026-01-10T04:37:16.5690505+00:00",
      "PersonCity": "",
      "ClientSystem": "",
      "ClientNumber": "",
      "PersonCityBorn": "",
      "PersonCityLive": "",
      "PersonCityDied": "",
      "Funeral": {
        "Ceremonies": [
          {
            "Id": null,
            "Type": "",
            "Place": "",
            "Time": null,
            "Position": ""
          }
        ]
      },
      "Memoriz": {
        "VoucherKey": ""
      },
      "PersonFuneral": null,
      "MemoryCermonyLastBookingday": null
    },
    "Adverts": [
      {
        "Id": "5760dccf-7765-4420-931e-905991b7cc08",
        "TypeId": "9a5361da-856a-4f02-8ce5-43d046d66fde",
        "TypeName": "",
        "SimpleTypeId": 0,
        "MediaOrders": [
          {
            "Id": "f6e62a02-0433-464f-afe7-4f96e0913715",
            "MediaId": "7d03910a-dbd3-462c-a90e-20fa69fd1df3",
            "MediaName": "",
            "PublishTimes": [
              "0001-01-01T00:00:00"
            ],
            "MediaPublishStatusId": 0,
            "MediaPublishStatusTapsInternalId": 0,
            "MediaPublishStatusName": "",
            "MediaPublishSimpleStatusId": 0,
            "Revision": 0,
            "PriceTotalCustomer": "",
            "PriceMedia": "",
            "PriceTotalAgency": "",
            "ImageUrl": "",
            "MaterialUrl": "",
            "TypeId": "9cdcf92f-c20e-4d4b-8fd8-1b7c97cc2922",
            "TypeName": "",
            "SimpleTypeId": 0
          }
        ]
      }
    ],
    "Summary": {
      "CountOfMediaOrders": 0
    }
  }
]