Plugin
List installed plugins
List installed plugins. Without a scope this requires plugin.install (instance catalog). With scope_id and scope_type it requires plugin.manage on that scope and includes the scoped enabled flag.
get/v1/plugins
Query parameters
scope_idstring
scope_type'Assignment' | 'Attachment' | 'Comment' | 'Document' | 'Issue' | 'IssueRelation' | 'Label' | 'Namespace' | 'Notification' | 'Organization' | 'Permission' | 'Project' | 'ResourceType' | 'Role' | 'Team' | 'Todo' | 'User' | 'UserToken' | 'Folder' | 'Installation' | 'CustomFieldDefinition' | 'Extension'
Response
OK
Example response
[
{
"id": "9bsv0s46s6s002p9ltq0",
"plugin_id": "com.elemo.timetracking",
"name": "Time Tracking",
"version": "1.0.0"
}
]