Page 1 sur 1

Automation of export using REST API

Publié : mar. avr. 21, 2020 10:17 am
par denipropetrovsk
Hello,

is it possible to use the REST API to export data?
Let's say that I want to export requirements to an excel file using the API.
Could you share an example?

Best regards,

Re: Automation of export using REST API

Publié : lun. juin 19, 2023 10:12 am
par elebouvier
Hello,

Squash API documentation is available at this url <your_squash_url/api/rest/latest/docs/api-documentation.html> and more precisely /api/rest/latest/docs/api-documentation.html#_requirement_versions for requirements.
The result of the API is json, and you are then free to process the result in the format you wish.

Best regards,
Élise.