Started working with APIs, although going through the docs and forums. It will be a speedy help if someone answers this here.
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
You can’t pass conditionals directly into the API, you would need to get the full list of snapshots from the API and then programmatically select your conditional.
Yes, I am taking about the DigitalOcean API.
For Example, I want to retrieve snapshots taken before 1st of May i.e. created_at < 2019-05-01
Are you talking about the DigitalOcean API?
If so, can you give a specific example of an API call you are trying to make?