com.innovaphone.conference-invitations (App API)
This API provides an interface for reading invitations from conference-invitations app.
API model
Service info
The API doesn't define any service info.
Provider model
The API doesn't define a provider model.
API messages
All messages are JSON objects that have a mandatory attribute "mt" that specifies the message type.
Requests
- GetInvitation
- Starts a request to get invitation with the following guid or number
{
"mt": "GetInvitation",
"src": string,
"guid": string,
"number": string
}
- guid
- The guid string entered by the conference-invitations addin.
- number
- The number string entered by the conference-invitations addin.
- Optional.
Responses
- GetInvitationResult
- Get result from conference-invitations app .
{
"mt": "GetInvitationResult",
"src": string,
"error": string,
"repeat": string,
"status": string,
"title": string,
"organizer": string,
"start": ulong64,
"end": ulong64
}
- error
- There is a feedback if an error ocurred.
- repeat
- Info if the appointment is repeated.
- Optional
- status
- Status of the appointment.(cancelled, updated, scheduled )
- title
- Title of the appointment
- Optional
- organizer
- Organizer of the appointment
- Optional
- start
- timestamp in UTC in milliseconds
- end
- timestamp in UTC in milliseconds