AddOn
AddOn Service
Webservice endpoint for the administration of add-ons on the Jive instance.
Since: 3.10
Jump to
Get Add On
GET /addOns/{addOnUUID}
Return the specified add-on with the specified fields. If the addon is not installed, the service will return 404.
This service only accepts oAuth authentication. Assuming that the oAuth token used to access this service was acquired through 2-legged oAuth, this service will validate that the consumer of the oAuth token can access the specified add-on.
Path Parameters:
Name | Type | Required | Description |
---|---|---|---|
addOnUUID | String | true | UUID of the addon |
Query Parameters:
Name | Type | Required | Description |
---|---|---|---|
fields | String | false | fields of the addon to be returned |
Retrieves:
Return Status:
HTTP Status Code | Description |
---|---|
400 (Bad Request) | An input field is malformed |
403 (Forbidden) | You are not allowed to perform this operation |
404 (Not Found) | The jive instance has no record of the add-on. |