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": "7238e2b6-627a-4098-addd-03cd6cf2a11b",
    "Properties": {
      "PersonFirstname": "",
      "PersonLastname": "",
      "PersonBorn": "2026-06-05T08:26:23.0139161+00:00",
      "PersonDied": "2026-06-05T08:26:23.0139161+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": "ba061c10-14d1-4c71-a401-a0f5d0493c34",
        "TypeId": "e76e3af6-ccac-438d-bff8-b73b5c52fc17",
        "TypeName": "",
        "SimpleTypeId": 0,
        "MediaOrders": [
          {
            "Id": "8f5dd48b-6dc5-4120-bd6d-ed63f70acb04",
            "MediaId": "a7c9851e-66ee-4ea2-8e40-5c863e042c7d",
            "MediaName": "",
            "PublishTimes": [
              "0001-01-01T00:00:00"
            ],
            "MediaPublishStatusId": 0,
            "MediaPublishStatusTapsInternalId": 0,
            "MediaPublishStatusName": "",
            "MediaPublishSimpleStatusId": 0,
            "Revision": 0,
            "PriceTotalCustomer": "",
            "PriceMedia": "",
            "PriceTotalAgency": "",
            "ImageUrl": "",
            "MaterialUrl": "",
            "TypeId": "99cc452c-cd67-47bd-b67e-780f64bee314",
            "TypeName": "",
            "SimpleTypeId": 0
          }
        ]
      }
    ],
    "Summary": {
      "CountOfMediaOrders": 0
    }
  }
]