RME
rme.partografCurve
Tenant-scoped tRPC query rme.partografCurve. Requires a verified session cookie or an OAuth Bearer token; OAuth callers additionally need the simrs:read scope. All reads are filtered to the caller's tenant.
AuthorizationBearer <token>
OAuth 2.0 / OIDC issued by the API itself (better-auth oidcProvider). Dynamic client registration per RFC 7591 at /api/auth/oauth2/register.
In: header
Scope: simrs:read
Query Parameters
input*
URL-encoded JSON of the procedure input (tRPC HTTP GET wire format).
Response Body
application/json
application/json
application/json
application/json
application/json
curl -X GET "https://example.com/trpc/rme.partografCurve?input=%7B%22patientId%22%3A%22460a6d87-689c-4661-a526-a52450bbe2d7%22%7D"{ "result": { "data": null }}{ "error": { "message": "string", "code": 0, "data": { "code": "string", "httpStatus": 0, "path": "string" } }}{ "error": { "message": "string", "code": 0, "data": { "code": "string", "httpStatus": 0, "path": "string" } }}{ "error": { "message": "string", "code": 0, "data": { "code": "string", "httpStatus": 0, "path": "string" } }}{ "error": { "message": "string", "code": 0, "data": { "code": "string", "httpStatus": 0, "path": "string" } }}Is this page helpful?