Skip to main content
GET
Get a plugin

Authorizations

x-api-key
string
header
required
Authorization
string
header
required

Path Parameters

pluginId
string<uuid>
required

Response

When request is successful. Returns a 'Plugin' object.

id
string | null
href
string | null
relation
string | null
method
string | null
default:GET
self
object | null
externalId
string | null

Optional id provided by the external system that owns this plugin.

application
enum<string>

The application that the plugin should be rendered in.

Available options:
Native,
Web,
Archie
type
enum<string>

The type of component the plugin should represent.

Available options:
Button,
Tab
version
object | null

Current version of the plugin.

lastUpdated
integer<int64>

Last updated timestamp.

Example:

637847425252027400

createdDate
string<date-time>

Plugin created date in UTC.

Example:

"2020-02-15T00:00:00Z"

lastUpdatedDate
string<date-time>

Plugin last updated date in UTC.

Example:

"2020-02-15T00:00:00Z"

key
string | null

Signing key of the plugin to verify integrity of requesting secure URLs.

additionalData
object | null

Collection of plugin meta data as KeyValuePair(string, object).