SpiraPlan: REST Web Service (v7.0)

See all operations

POST: programs/{program_id}/milestones/search?starting_row={starting_row}&number_of_rows={number_of_rows}&sort_field={sort_field}&sort_direction={sort_direction}

Description

Retrieves pages of the milestones within a program

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/v7_0/RestService.svc/programs/{program_id}/milestones/search?starting_row={starting_row}&number_of_rows={number_of_rows}&sort_field={sort_field}&sort_direction={sort_direction}

Request Parameters

Name Description
program_id ID of the program to retrieve milestones from
starting_row What row to start retrieving from
number_of_rows Number of rows to retrieve
sort_field What field to sort on (If left blank, the default is MilestoneId)
sort_direction What direction to sort in (ASC/DESC) (Default ASC)

Request Body

Property Description

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