SpiraPlan: REST Web Service (v7.0)
Maps a release to a test case, so that the test case is needs to be tested for that release
Pass in an array of test case ids into the body of the call. If the mapping record already exists no error is raised
To access this REST web service, you need to use the following URL (make sure to replace any parameters (eg {project_id}) with the relevant value (eg 1):
https://api.inflectra.com/spira/services/v7_0/RestService.svc/projects/{project_id}/releases/{release_id}/test-cases
<ArrayOfint xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <int>25</int> <int>50</int> <int>125</int> <int>255</int> </ArrayOfint>
[25, 50, 125, 255]
The JSON and XML examples below show the shape of one entry that will be returned. It does not show an example of how that entry will be populated.
Nothing Returned