Letmc Diary
Connector for the letmc-diary API, generated deterministically from its OpenAPI spec (endpoints, auth, and methods match the spec exactly — nothing is invented).
- Base URL:
https://live-api.letmc.com - Auth:
header:ApiKey(pass your key via theapiKeyinput)
Operations
diarycontroller_getallocations— GET /v3/diary/{shortName}/allocations — Get a list of all available allocations for a date + 7 days for a specified appointment typediarycontroller_getappointment— GET /v3/diary/{shortName}/appointment — Get an appointment by IDdiarycontroller_getappointmentsbetweendates— GET /v3/diary/{shortName}/appointmentsbetweendates — A collection of diary appointments linked to a company filtered between specific dates and by appointment typediarycontroller_getappointmenttypes— GET /v3/diary/{shortName}/appointmenttypes — A collection of all diary appointment typescompanycontroller_getbranches— GET /v3/diary/{shortName}/company/branches — All branches defined for a companyget_v3_diary_shortname_company_branches_branchid— GET /v3/diary/{shortName}/company/branches/{branchID} — Get a specific branch given its unique Object ID (OID)
Inputs
apiKey— your letmc-diary API keyoperation— one of the operations above- path parameters when an operation's path contains
{...} query— optional JSON object of query paramsbody— JSON object for create/update ops
Example
operation: diarycontroller_getallocations
apiKey: <your key>