Plugin
List plugin graph nodes
get/v1/plugins/{pluginId}/graph/nodes
Query parameters
kindstring required
scope_idstring required
scope_type'Assignment' | 'Attachment' | 'Comment' | 'Document' | 'Issue' | 'IssueRelation' | 'Label' | 'Namespace' | 'Notification' | 'Organization' | 'Permission' | 'Project' | 'ResourceType' | 'Role' | 'Team' | 'Todo' | 'User' | 'UserToken' | 'Folder' | 'Installation' | 'CustomFieldDefinition' | 'Extension' required
equalsstring
JSON object of property equality filters.
owner_plugin_idstring
Read nodes owned by another plugin when a foreign binding allows it.
page_sizeinteger
Maximum number of items to return.
page_tokenstring
Opaque continuation token from a previous page_info.next_page_token.
Response
OK
Example response
{
"items": [
{
"id": "9bsv0s46s6s002p9ltq0",
"plugin_id": "com.elemo.timetracking",
"kind": "TimeEntry"
}
]
}Changes
Changed in 1 of the 26 revisions of this API.1
- ○
endpoint added
endpoint-added
- ○