SpiraPlan: REST Web Service (v6.0)

See all operations

GET: graphs/{custom_graph_id}/data?project_id={project_id}&project_group_id={project_group_id}

Description

Returns the grid of data from a specific custom graph created by an administrator

You need to be a system administrator to be able to call this API method (for safety since query can be across all artifacts, projects and programs).

How to Execute

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/v6_0/RestService.svc/graphs/{custom_graph_id}/data?project_id={project_id}&project_group_id={project_group_id}

Request Parameters

Name Description
custom_graph_id The id of the custom graph to get the data for
project_id The id of the project to pass to the report
project_group_id The id of the program to pass to the report

Request Body

Return Data

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.

Property Description
Columns The list of columns in the table
Rows The list of rows in the table