SpiraTest: REST Web Service (v5.0)
Returns the full token of a test case parameter from its name
We use the same parameter format as Ant/NAnt
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://science37.spiraservice.net/services/v5_0/RestService.svc/projects/{project_id}/test-cases/parameters/create-token?parameter_name={parameter_name}
Nothing Expected
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.
<string xmlns="http://schemas.microsoft.com/2003/10/Serialization/">String value</string>
"String value"