Services
Published enterprise service catalogue entries.
GET /api/v1/servicesGET /api/v1/services/{id} Read the live demo database through a typed, versioned API. Selected integration writes are implemented behind bearer-token authentication.
Published enterprise service catalogue entries.
GET /api/v1/servicesGET /api/v1/services/{id} Enterprise service requests and their workflow state.
GET /api/v1/requestsGET /api/v1/requests/{id} Service knowledge articles.
GET /api/v1/knowledgeGET /api/v1/knowledge/{id} Departments that own and fulfil services.
GET /api/v1/departmentsGET /api/v1/departments/{id} curl "https://esm.fastsme.com/api/v1/services?limit=20"
python - <<'PY'
import requests
rows = requests.get("https://esm.fastsme.com/api/v1/services", timeout=20).json()
print(rows["data"])
PY Runtime OpenAPI: /api/openapi.json · Stable compatibility schema: /swagger.json · Interactive docs: /api/docs