ErrorResponse
Schema
messageID (required) | Unique ID of the message. |
messageText (required) | The message text. |
documentation | Further information to use in resolving the error. |
Paths
The following paths use this type:
Gets public extension packages using the query parameters to search for specific values. To get a list of all extension packages, don't specify any search values. When you get a collection, each item in the collection includes a self
property with a URL to the item, including its ID. You can use that ID to retrieve details for a specific extension.
Note: This API cannot be executed using the Try this API panel.
Gets the permalink for the specified extension package.
Note: This API cannot be executed using the Try this API panel.
Deletes all extensions in an environment. Note: This API cannot be executed using the Try this API panel.
Gets a collection of extensions.
You can divide the collection into pages of a particular size with the size
parameter. Navigate the pages by following links in the next
and previous
properties.
Notes:
- You must be an organization administrator to call this API.
- This API cannot be executed using the Try this API panel.
Creates a new extension by configuring an instance of an installed extension and adding it to the specified organization. After you create the extension, use the Update an extension to deploy it.
Notes:
- You must be an organization administrator to call this API.
- This API cannot be executed using the Try this API panel.
This API requires that you pass the package name and version number of the extension. Use the Get public extension packages API to get all available packages and versions.
Deletes an extension.
Note: This API cannot be executed using the Try this API panel.
When you retrieve a list of extensions, each extension in the collection includes a self
property with a URL to the extension, including its ID. Use that ID value in this request.
Gets an extension.
Note: This API cannot be executed using the Try this API panel.
When you get a collection of extensions, each item in the collection includes a self
property with a URL pointing to the item, including its ID. Pass that ID value in this request.
Gets the logs of a deployed extension. When you get a collection, each item in the collection includes a self
property with a URL to the item, including its ID.
Note: This API cannot be executed using the Try this API panel.