
LMcAfee623028 (Community Member) asked a question.
Hi all,
So I'm trying to construct an API that can do a few tasks, mostly pull a list of all applications and their last scan date to either an Excel or Access file that will automatically update at given intervals. I'm having a bit of trouble getting started.
I've perused through the various tutorials, but am still a bit stuck. I think the getapplist and getbuildlist.do are going to be my main go-tos, but I'm not really sure how to get started with them, as I don't exactly have a lot of experience using APIs of this nature. Any help would be appreciated!
.png)
This is pretty easy to do in python, if you are trying to script this. This python library is a big help, but remember that it returns the raw data, so, you'll have to convert xml and json to a dictionary or list.
https://github.com/veracode/veracode-api-py
This is a GREAT help, thank you for taking the time to do this.