SOAP API - How to get Date Added / Date Modified

How do you access the Date Added/ Date Modified metadata of a list of objects/records through the SOAP Blackbaud? I have not been able to find any documentation for how to do this through the Blackbaud SOAP API. Has anyone else determined how to go about doing this? As a follow-up, how do you filter records through the SOAP API by the Date Added / Date Modified values? Or has everyone been using a different API to do this type of work?


Thank you!

Doug

Comments

  • Hello Mr. Fenstermacher,


    I'm guessing you're trying to work with a SOAP endpoint that references a DataList spec. In that particular case the SOAP endpoint will only pull the records that are surfaced in the DataList. The easiest work around would be to create a new DataList with similar functionality and just surface the Date Added/Date Modified values that you want in that particular DataList. From that point you can add parameters through SDK like with any other DataList spec to filter it down by those given values as well. Once you have it deployed to your environment, you should be able to reference that particular endpoint/DataList.