Medsenger.AI API
Compliance events
event = api.create_compliance_event(
contract_id=contract_id,
external_id="forms-action-request:42",
code="form_7",
)
api.complete_compliance_event(
contract_id,
event_id=event["event"]["id"],
)
# An event can also be addressed by the agent's stable external identifier.
api.cancel_compliance_event(
contract_id,
external_id="forms-action-request:42",
)
history = api.get_compliance_events(
"2026-08-01",
"2026-08-17",
user_id=user_id,
limit=100,
)
Exactly one of event_id or external_id is required when completing or
cancelling an event. History queries similarly require exactly one of
contract_id or user_id.
Release files for medsenger-api 0.1.105
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| medsenger_api-0.1.105.tar.gz | 21.5 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| medsenger_api-0.1.105-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 40.3 kB
Release files / medsenger_api-0.1.105.tar.gz
| Download URL | medsenger_api-0.1.105.tar.gz |
|---|---|
| Size | 21.5 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
ff88c50e6a17e68989d57ae876223380cea45352b0868b6b241cb48ec4086ea3
|
|
BLAKE2b-256 checksum How to use checksums |
b96a078fc4137123e4e786090218614ee092a0bf88357282275ade5e15efa90a
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.2.0 CPython/3.12.6
|
Release files / medsenger_api-0.1.105-py3-none-any.whl
| Download URL | medsenger_api-0.1.105-py3-none-any.whl |
|---|---|
| Size | 18.9 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
402ff18b89f41edf5cc60e8d4da09aac3f65b66f5962e2bfeb58335d213dac6a
|
|
BLAKE2b-256 checksum How to use checksums |
8a93000926569b7599532a584b9cfc08e39c635c56c03c10e0b60bcd200f0382
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.2.0 CPython/3.12.6
|