Plugin

Get a plugin graph node

get/v1/plugins/{pluginId}/graph/nodes/{id}

Query parameters

owner_plugin_idstring

Read a node owned by another plugin when a foreign binding allows it.

Response

OK

idstring required
plugin_idstring required
kindstring required
propertiesobject required
parent_idstring nullable

Direct IN_SCOPE_OF parent id.

parent_type'Assignment' | 'Attachment' | 'Comment' | 'Document' | 'Issue' | 'IssueRelation' | 'Label' | 'Namespace' | 'Notification' | 'Organization' | 'Permission' | 'Project' | 'ResourceType' | 'Role' | 'Team' | 'Todo' | 'User' | 'UserToken' | 'Folder' | 'Installation' | 'CustomFieldDefinition' | 'Extension'
created_atstring date-time nullable
updated_atstring date-time nullable

Example response

{
  "id": "9bsv0s46s6s002p9ltq0",
  "plugin_id": "com.elemo.timetracking",
  "kind": "TimeEntry"
}

Changes

Changed in 1 of the 26 revisions of this API.1