How AI is applied across API Evangelist and APIs.io. Read my AI disclosure →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

MEF Appointment Management (Mef Lso Cantata Appointment Management)

MEF Appointment Management from MEF — 6 path(s) described in OpenAPI.

MEF Appointment Management (Mef Lso Cantata Appointment Management) is one of 95 APIs that MEF publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

The published artifact set on APIs.io includes an OpenAPI specification.

This API exposes 9 operations across 6 paths, organized into 4 resource areas, and defines 41 schemas. It is described by OpenAPI 3.0.1, at version 3.0.1.

Requests are made against a single base URL, https://{serverBase}/mefApi/cantata/appointment/v3/.

9 operations 6 paths 41 schemas 1 DELETE3 GET1 PATCH4 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.1
API Version
3.0.1
Base URL
https://{server}:{port}{basePath}
Resource Areas
4

Paths & Operations 9

Across 6 paths, the API surfaces 9 operations — 1 DELETE, 3 GET, 1 PATCH, 4 POST. They span 4 resource areas: appointment, appointment operations, searchTimeSlot, events subscription. Each is listed below with its method, path, parameters, and response codes.

appointment 4
GET
/appointment
List or found Appointment objects
listAppointment 10 params → 200400401403422500
POST
/appointment
Creates an appointment
createAppointment 2 params body → 201400401403422500
GET
/appointment/{id}
Retrieves an Appointment by ID
retrieveAppointment 3 params → 200400401403404500
PATCH
/appointment/{id}
Updates partially an Appointment
patchAppointment 3 params body → 200400401403404409422500
appointment operations 1
POST
/appointment/{id}/cancel
Cancels an Appointment
cancelAppointment 3 params → 204400401403404422500
searchTimeSlot 1
POST
/searchTimeSlot
Creates a SearchTimeSlot
createSearchTimeSlot 2 params body → 201400401403422500
events subscription 3
POST
/hub
Allows the Buyer to register to Appointment status change notifications
registerListener 2 params body → 201400401403422500
GET
/hub/{id}
Retrieves a Hub by ID
retrieveHub 3 params → 200400401403404500
DELETE
/hub/{id}
Unregister a listener
unregisterListener 3 params → 204400401403404500

Schemas 41

The contract defines 41 schemas that model the data the API accepts and returns. The most detailed are FieldedAddressRepresentation (20 properties), Appointment (9 properties), AttachmentValue (8 properties), RelatedContactInformation (7 properties). Each schema is shown below with its type and property counts.

Appointment
object
In the context of MEF 113 document, denotes an arrangement between the Buyer and Seller for a Seller Technician to meet with the Buyer at a specified time and…
9 properties 6 required
AppointmentStatusType
string
Valid values for the lifecycle status of the appointment. | status | MEF 113 name | Description | | ----------------------- | ---------------------- | --------…
Appointment_Create
object
In the context of MEF 113 document, denotes an arrangement between the Buyer and Seller for a Seller Technician to meet with the Buyer at a specified time and…
5 properties 3 required
Appointment_Find
object
In the context of MEF 113 document, denotes an arrangement between the Buyer and Seller for a Seller Technician to meet with the Buyer at a specified time and…
6 properties 5 required
Appointment_Update
object
In the context of MEF 113 document, denotes an arrangement between the Buyer and Seller for a Seller Technician to meet with the Buyer at a specified time and…
5 properties
AttachmentValue
object
Complements the description of an element (for instance a product) through video, pictures...
8 properties 5 required
ContactInformation
object
Contact data for a person or organization that is involved in the product offering qualification. In a given context it is always specified by the Seller (e.g.…
6 properties 3 required
DataSizeUnit
string
The unit of measure in the data size.
Error
object
Standard Class used to describe API response error Not intended to be used directly. The code in the HTTP header is used as a discriminator for the type of err…
3 properties 1 required
Error400
Bad Request. (https://tools.ietf.org/html/rfc7231section-6.5.1)
Error400Code
string
One of the following error codes: - missingQueryParameter: The URI is missing a required query-string parameter - missingQueryValue: The URI is missing a requi…
Error401
Unauthorized. (https://tools.ietf.org/html/rfc7235section-3.1)
Error401Code
string
One of the following error codes: - missingCredentials: No credentials provided. - invalidCredentials: Provided credentials are invalid or expired
Error403
Forbidden. This code indicates that the server understood the request but refuses to authorize it. (https://tools.ietf.org/html/rfc7231section-6.5.3)
Error403Code
string
This code indicates that the server understood the request but refuses to authorize it because of one of the following error codes: - accessDenied: Access deni…
Error404
Resource for the requested path not found. (https://tools.ietf.org/html/rfc7231section-6.5.4)
Error409
Conflict (https://datatracker.ietf.org/doc/html/rfc7231section-6.5.8)
Error422
Unprocessable entity due to a business validation problem. (https://tools.ietf.org/html/rfc4918section-11.2)
Error422Code
string
One of the following error codes: - missingProperty: The property the Seller has expected is not present in the payload - invalidValue: The property has an inc…
Error500
Internal Server Error. (https://tools.ietf.org/html/rfc7231section-6.6.1)
EventSubscription
object
Sets the communication endpoint address the service instance must use to deliver notification information
3 properties 2 required
EventSubscriptionInput
object
This class is used to register for Notifications.
2 properties 1 required
FieldedAddressRepresentation
object
A type of Address that has a discrete field and value for each type of boundary or identifier down to the lowest level of detail. For example "street number" i…
20 properties
FormattedAddressRepresentation
object
A freeform text representation agreed to by the Buyer and Seller.
2 properties 1 required
GeographicAddressRef
object
A reference to a Geographic Address resource available through Address Validation API.
3 properties 2 required
GeographicAddress_Query
object
A list of representations being a subset of Geographic Address entity. This is to be used when providing a list of representations to validate or search for a…
5 properties 1 required
GeographicPointRepresentation
object
A GeographicPointRepresentation defines a geographic point through coordinates.
4 properties 3 required
GeographicSiteRef
object
A reference to a Geographic Site resource available through Service Site API
3 properties 2 required
LabelRepresentation
object
A unique identifier controlled by a generally accepted independent administrative authority that specifies a fixed geographical location.
3 properties 2 required
MEFBuyerSellerType
string
An enumeration with buyer and seller values.
MEFByteSize
object
A size represented by value and Byte units
2 properties 2 required
Note
object
Extra information about a given entity. Only useful in processes involving human interaction. Not applicable to an automated process.
5 properties 5 required
PlaceRefOrQuery
object
A place described by reference to a Geographic Address, Geographic Site or by Geographic Address Representations.
RelatedContactInformation
object
Contact data for a person or organization that is involved in the product offering qualification. In a given context it is always specified by the Seller (e.g.…
7 properties 4 required
RelatedPlaceRefOrQuery
object
Allows pointing to a place by referring to a GeographicAddress, GeographicSite, or providing GeographicAddress by value. It also provides additional informatio…
3 properties 2 required
SearchTimeSlot
object
This task resource is used to retrieve available time slots. One of this available time slot is after used to create or reschedule an appointment
3 properties 3 required
SearchTimeSlot_Create
object
This task resource is used to retrieve available time slots. One of this available time slot is after used to create or reschedule an appointment
2 properties 2 required
SubUnit
object
Allows for sub unit identification
2 properties 2 required
TimePeriod
object
A period of time, either as a deadline (endDateTime only) a startDateTime only, or both
2 properties 2 required
TimeSlot
object
1 property 1 required
WorkOrderRef
object
A reference to an WorkOrder resource.
2 properties 1 required

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

mef-lso-cantata-appointment-management-openapi.yml Raw ↑

Other APIs MEF publishes across the network.

MEF LSO Interlude MEF 133.1 streaming template
MEF LSO Legato Legato Service Catalog API
MEF LSO Legato Legato Service Catalog Notification API
MEF Alarm Management (Mef Lso Allegro Alarm Management)
MEF Alarm Notification (Mef Lso Allegro Alarm Notification)
MEF Fault Management (Mef Lso Allegro Fault Management)
MEF Fault Management Notification (Mef Lso Allegro Fault Notification)
MEF Performance Monitoring (Mef Lso Allegro Performance Monitoring)
MEF Performance Monitoring Notification (Mef Lso Allegro Performance Notification)
MEF Service Function Testing Notification (Mef Lso Allegro Service Function Test Notification)
MEF Service Function Testing (Mef Lso Allegro Service Function Test)
MEF Service Inventory Management (Mef Lso Allegro Service Inventory Management)
Where this information came from

This is an independent, third-party profile of MEF Appointment Management (Mef Lso Cantata Appointment Management), published by API Evangelist. We do not operate, host, resell, or support these APIs, and we are not affiliated with or endorsed by the company unless stated above. Everything here is built from publicly available information — the company's own site, developer portal, documentation, public repositories, and the specifications it publishes for public use. Nothing is obtained by breaching a system, defeating an access control, or using credentials.

The Kin Score and Agent Readiness rating are independently calculated assessments of a company's public API artifacts, scored against a published rubric. They are not certifications, endorsements, security assessments, or audits.

Corrections, re-scores, and removal are free — no partnership or purchase required, and you do not need to justify the request. A removed company is recorded as unrated, never scored zero for having asked. Acknowledgement within one business day; removal within two.

info@apievangelist.com · Read the full data-sourcing policy →
On a security or compliance team? Put security in the subject line and you will get a person, not a form — we will tell you exactly which public URLs this profile was built from.