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": "739311c7-5071-4b16-a122-ffaa214ddd6c",
    "Properties": {
      "PersonFirstname": "",
      "PersonLastname": "",
      "PersonBorn": "2026-08-20T14:18:59.7069042+00:00",
      "PersonDied": "2026-08-20T14:18:59.7069042+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": "d33ad06f-7eeb-41bb-a153-5ff0fdea637f",
        "TypeId": "5679852d-ec5c-49e9-9eb3-8b1108e9807d",
        "TypeName": "",
        "SimpleTypeId": 0,
        "MediaOrders": [
          {
            "Id": "390b5493-95c6-4cdc-ae61-2a719c698c1e",
            "MediaId": "232a4aa7-c995-4885-9065-af6fe88667f3",
            "MediaName": "",
            "PublishTimes": [
              "0001-01-01T00:00:00"
            ],
            "MediaPublishStatusId": 0,
            "MediaPublishStatusTapsInternalId": 0,
            "MediaPublishStatusName": "",
            "MediaPublishSimpleStatusId": 0,
            "Revision": 0,
            "PriceTotalCustomer": "",
            "PriceMedia": "",
            "PriceTotalAgency": "",
            "ImageUrl": "",
            "MaterialUrl": "",
            "TypeId": "f1dd052e-7658-4e56-a83d-e1f2e1489137",
            "TypeName": "",
            "SimpleTypeId": 0
          }
        ]
      }
    ],
    "Summary": {
      "CountOfMediaOrders": 0
    }
  }
]