Skip to main content

Series Information

This Eggplant Performance Analyzer REST method returns information about a specified series. You use the following URL with a GET HTTP method as described here.

URL

/analyzer/api/1.0/<workspace>/<project>/<series>

HTTP Method

GET: Gets information about the specified series.

Response Parameters

ParameterTypeDescription
testsobjectThe names and URLs fo the tests in this series.

Example Request

http://localhost:5000/analyzer/api/1.0/Workspace%201/Project%201/Series%201

Example Response

{
"tests": {
"Test 1": "http://localhost:5000/analyzer/api/1.0/Workspace%201/Project%201/Series%201/Test%201"
}
}