Skip to content
This repository has been archived by the owner on Jul 6, 2023. It is now read-only.

REST API

Colorado Reed edited this page Apr 22, 2014 · 2 revisions

API URIs

  • concept

    • list_endpoint: "/graphs/api/v1/concept/",
    • schema: "/graphs/api/v1/concept/schema/"
  • conceptresource

    • list_endpoint: "/graphs/api/v1/conceptresource/",
    • schema: "/graphs/api/v1/conceptresource/schema/"
  • dependency

    • list_endpoint: "/graphs/api/v1/dependency/",
    • schema: "/graphs/api/v1/dependency/schema/"
  • globalresource

    • list_endpoint: "/graphs/api/v1/globalresource/",
    • schema: "/graphs/api/v1/globalresource/schema/"
  • goal

    • list_endpoint: "/graphs/api/v1/goal/",
    • schema: "/graphs/api/v1/goal/schema/"
  • graph

    • list_endpoint: "/graphs/api/v1/graph/",
    • schema: "/graphs/api/v1/graph/schema/"
  • resourcelocation

    • list_endpoint: "/graphs/api/v1/resourcelocation/",
    • schema: "/graphs/api/v1/resourcelocation/schema/"
  • targetgraph

    • list_endpoint: "/graphs/api/v1/targetgraph/",
    • schema: "/graphs/api/v1/targetgraph/schema/"