OpenGraph (Experimental)
Community
Enterprise

Get Relationship by Graph Relationship ID

Experimental - Returns the details of a graph relationship identified by its graph-assigned integer ID

get/api/v2/relationships/{relationship_id}

Response

OK

Example response

{
  "data": {
    "relationship_id": 1234567890,
    "source_node_id": 1234567890,
    "target_node_id": 1234567890
  }
}

Changes

Changed in 4 of the 66 revisions of this API.455

    • added the optional property data/anyOf[model.relationship-details-with-info]/allOf[subschema #2]/info/items/allOf[model.kind-info-response]/allOf[model.kind-info-content]/oneOf[model.kind-info-type-markdown]/allOf[model.kind-info-markdown]/markdown/template_error to the response with the 200 status

      response-optional-property-added

  • f140f38eb16931See the full diff
    • the data/anyOf[model.relationship-details-with-info]/allOf[subschema #2]/info/items/allOf[model.kind-info-response]/allOf[model.kind-info-base]/position response property's min was decreased from 1.00 to 0.00 for the response status 200

      response-property-min-decreased

    • the data/anyOf[model.relationship-details-with-info]/allOf[subschema #2]/info/items/allOf[model.kind-info-response]/allOf[model.kind-info-content]/oneOf[model.kind-info-type-markdown]/ response's property type/format changed from object/ to / for status 200

      response-property-type-changed

    • removed the required property data/anyOf[model.relationship-details-with-info]/allOf[subschema #2]/info/items/allOf[model.kind-info-response]/allOf[model.kind-info-content]/oneOf[model.kind-info-type-markdown]/markdown from the response with the 200 status

      response-required-property-removed

    • added model.kind-info-markdown subschema #2 to the data/anyOf[model.relationship-details-with-info]/allOf[subschema #2]/info/items/allOf[model.kind-info-response]/allOf[model.kind-info-content]/oneOf[model.kind-info-type-markdown]/ response property allOf list for the response status 200

      response-property-all-of-added

  • b73cc374bf39152See the full diff
    • the data response's property type/format changed from object/ to / for status 200

      response-property-type-changed

    • removed the optional property data/kind from the response with the 200 status

      response-optional-property-removed

    • removed the optional property data/properties from the response with the 200 status

      response-optional-property-removed

    • removed the optional property data/relationship_id from the response with the 200 status

      response-optional-property-removed

    • removed the optional property data/source_node_id from the response with the 200 status

      response-optional-property-removed

    • removed the optional property data/target_node_id from the response with the 200 status

      response-optional-property-removed

    • added the new optional query request parameter include-info to all path's operations

      new-optional-request-default-parameter-to-existing-path

    • added model.relationship-details model.relationship-details-with-info to the data response property anyOf list for the response status 200

      response-property-any-of-added

    • endpoint added

      endpoint-added