post
Import
{{protocol}}://{{url}}/{{version}}/items/:_key/import/:format
Query the items connected to a specific item.
Authenticated. Permissions:
r
on each item being traversed.
Authentication
Authentication inherited from the collection: Bearer .Parameters
Name | Type | Value |
---|---|---|
_key | path | {{meKey}} |
format | path | json |
Body
{
"items": [
{
"type": "Task",
"data": {
"name": "Imported task"
}
}
],
"edges": []
}
Copy an item
Previous
Export
Next