Read edge relationships between objects.
edge.search
API Method: edge.search
- Stability
- Unstable Method: This method is new and experimental.
- Returns
- list<dict>
- Errors
- ERR-CONDUIT-CORE: See error message for details.
- OAuth Scope
- OAuth clients may never call this method.
Edge Types
Constant | Nom | Inverse | Descripció |
---|---|---|---|
commit.revision | Commit Has Revision | revision.commit | The source commit is associated with the destination revision. |
commit.task | Commit Has Task | task.commit | The source commit is associated with the destination task. |
file.attached-objects | File Has Object | object.attached-files | The source file is attached to the destination object. |
mention | Mention | mentioned-in | The source object has a comment which mentions the destination object. |
mentioned-in | Mention In | mention | The source object is mentioned in a comment on the destination object. |
object.attached-files | Object Has Files | file.attached-objects | The source object is associated with the destination file. |
revision.child | Revision Has Child | revision.parent | The source revision makes changes required by the destination revision. |
revision.commit | Revision Has Commit | commit.revision | The source revision is associated with the destination commit. |
revision.parent | Revision Has Parent | revision.child | The source revision depends on changes in the destination revision. |
revision.task | Revision Has Task | task.revision | The source revision is associated with the destination task. |
task.commit | La tasca té validacions | commit.task | La tasca d'origen està associada amb el commit de destinació. |
task.duplicate | Tancat com a Duplicat | task.merged-in | La tasca d'origen s'ha tancat com un duplicat de la tasca de destinació. |
task.merged-in | Fusionat a | task.duplicate | La tasca origen té la tasca destí tancada com a duplicada i fusionada en ella. |
task.parent | Tasca mare | task.subtask | L'objecte origen té l'objecte de destí com a mare. |
task.revision | La tasca té una revisió | revision.task | La tasca d'origen està associada amb la revisió de destiació. |
task.subtask | Subtasca | task.parent | L'objecte origen té l'objecte de destí com a subtasca. |
Call Method
Exemples
- Use the Conduit API Tokens panel in Settings to generate or manage API tokens.
- If you submit parameters, these examples will update to show exactly how to encode the parameters you submit.
-d api.token=api-token \
-d param=value \
...