SpiraPlan: REST Web Service (v7.0)

See all operations

POST: capabilities/statuses

Description

Adds a new capability status to the system

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/capabilities/statuses

Request Body

Property Description
CapabilityStatusId The id of the capability status
Name The name of the status
Position The position of the status in the list
IsActive Is this an active status
IsDefault Is this the default status
IsOpen Is this an open status
Guid The unique identifier for the artifact
ConcurrencyGuid GUID for representing the concurrency state of a given artifact
LastUpdateDate Last time the artifact was updated

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
CapabilityStatusId The id of the capability status
Name The name of the status
Position The position of the status in the list
IsActive Is this an active status
IsDefault Is this the default status
IsOpen Is this an open status
Guid The unique identifier for the artifact
ConcurrencyGuid GUID for representing the concurrency state of a given artifact
LastUpdateDate Last time the artifact was updated