SpiraTest: REST Web Service (v5.0)
Retrieves the test configuration set associated with the given test set, or NULL if none associated
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-sets/{test_set_id}/test-configuration-sets
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.
<RemoteTestConfigurationSet xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Inflectra.SpiraTest.Web.Services.v5_0.DataObjects"> <ConcurrencyDate>0001-01-01T00:00:00</ConcurrencyDate> <CreationDate>0001-01-01T00:00:00</CreationDate> <Description i:nil="true" /> <Entries i:nil="true" /> <IsActive>false</IsActive> <LastUpdatedDate>0001-01-01T00:00:00</LastUpdatedDate> <Name i:nil="true" /> <ProjectId>0</ProjectId> <TestConfigurationSetId>0</TestConfigurationSetId> </RemoteTestConfigurationSet>
{"ConcurrencyDate":"\/Date(-62135578800000-0500)\/", "CreationDate":"\/Date(-62135578800000-0500)\/", "Description":null, "Entries":null, "IsActive":false, "LastUpdatedDate":"\/Date(-62135578800000-0500)\/", "Name":null, "ProjectId":0, "TestConfigurationSetId":0}