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": "6382bd74-2938-41ab-94f5-25ab58ad892d",
    "Properties": {
      "PersonFirstname": "",
      "PersonLastname": "",
      "PersonBorn": "2026-06-05T10:35:37.9876596+00:00",
      "PersonDied": "2026-06-05T10:35:37.9876596+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": "077471af-e8b2-4b1a-855e-928e03cdf5ed",
        "TypeId": "1fe06dd5-e2b6-4ca7-8942-b4427e6f493e",
        "TypeName": "",
        "SimpleTypeId": 0,
        "MediaOrders": [
          {
            "Id": "f3f209a3-fcca-4efd-9216-ee45ce67398f",
            "MediaId": "848ea369-f4c4-4ba9-8f46-3b7579268139",
            "MediaName": "",
            "PublishTimes": [
              "0001-01-01T00:00:00"
            ],
            "MediaPublishStatusId": 0,
            "MediaPublishStatusTapsInternalId": 0,
            "MediaPublishStatusName": "",
            "MediaPublishSimpleStatusId": 0,
            "Revision": 0,
            "PriceTotalCustomer": "",
            "PriceMedia": "",
            "PriceTotalAgency": "",
            "ImageUrl": "",
            "MaterialUrl": "",
            "TypeId": "0d75c1a9-02b6-49aa-a2c4-ebfec925e0d3",
            "TypeName": "",
            "SimpleTypeId": 0
          }
        ]
      }
    ],
    "Summary": {
      "CountOfMediaOrders": 0
    }
  }
]