Projects
Portfolio initiatives, programmes, and workstreams.
GET /api/v1/projectsGET /api/v1/projects/{id} Read the live demo database through a typed, versioned API. Selected integration writes are implemented behind bearer-token authentication.
Portfolio initiatives, programmes, and workstreams.
GET /api/v1/projectsGET /api/v1/projects/{id} Initiative milestones, progress, and dependencies.
GET /api/v1/milestonesGET /api/v1/milestones/{id} Portfolio risks, mitigations, probability, and impact.
GET /api/v1/risksGET /api/v1/risks/{id} Portfolio source documents and extraction state.
GET /api/v1/documentsGET /api/v1/documents/{id} curl "https://ppm.fastsme.com/api/v1/projects?limit=20"
python - <<'PY'
import requests
rows = requests.get("https://ppm.fastsme.com/api/v1/projects", timeout=20).json()
print(rows["data"])
PY Runtime OpenAPI: /api/openapi.json · Stable compatibility schema: /swagger.json · Interactive docs: /api/docs