API to get list of blueprints

Asked by Ilya Shakhat

Is there Launchpad API to retrieve list of bluprints registered in some project? (similar as it is done for bugs)

Question information

Language:
English Edit question
Status:
Solved
For:
Launchpad itself Edit question
Assignee:
No assignee Edit question
Solved by:
William Grant
Solved:
Last query:
Last reply:
Revision history for this message
Best William Grant (wgrant) said :
#1

Blueprints are known internally as specifications. You can use project.all_specifications to get the full list. See https://api.launchpad.net/+apidoc/devel.html#project for details.

Revision history for this message
Ilya Shakhat (shakhat) said :
#2

Thanks William Grant, that solved my question.