Version 0.3.38 (2023-06-01 07:34)
Returns | Path | Description | Path Parameters | Request Parameters |
---|---|---|---|---|
text/html
|
/
|
Prints an overview of the API functions. | ||
application/json
|
/catalog
|
Returns the entire WossiDiA-PowerGraph catalog. |
types
sup
inf
exp
inheritedAttrs
inheritedRoles
|
|
application/json
|
/catalog/datatypes
|
Returns all WossiDiA-PowerGraph data types. | ||
application/json
|
/catalog/datatype/{dataType}
|
Returns a specific data type. |
dataType
|
|
application/json
|
/catalog/nodetypes
|
Returns all WossiDiA-PowerGraph node types. |
sup
inf
inheritedAttrs
|
|
application/json
|
/catalog/nodetype/{nodeType}
|
Returns the specified WossiDiA-PowerGraph node type. |
nodeType
|
sup
inf
inheritedAttrs
|
application/json
|
/catalog/edgetypes
|
Returns all WossiDiA-PowerGraph edge types. |
sup
inf
exp
inheritedAttrs
inheritedRoles
|
|
application/json
|
/catalog/edgetype/{edgeType}
|
Returns the specified WossiDiA-PowerGraph edge type. |
edgeType
|
sup
inf
exp
inheritedAttrs
inheritedRoles
|
application/json
|
/nodes/{type}
|
Obtains all nodes of the specified type. |
type
|
|
application/json
|
/nodes/{type}/{cond}
|
Obtains nodes of the specified type with the specified condition. |
type
cond
|
|
application/json
|
/node/{id}
|
Obtains the node with the specified PowerGraph ID. |
id
|
|
application/json
|
/node/{type}/{id}
|
Obtains the node with the specified type and internal ID. |
type
id
|
|
application/json
|
/edges/{type}
|
Obtains all edges of the specified type. |
type
|
|
application/json
|
/edges/{type}/{cond}
|
Obtains edges of the specified type with the specified condition. |
type
cond
|
|
application/json
|
/edge/{id}
|
Obtains the edge with the specified ID. |
id
|
|
application/json
|
/graph/{pnid}/{path}
|
Obtains a graph, starting from a single pivot node, expanding using a path expression. |
pnid
path
|
nodeAttrs
edgeAttrs
linkAttrs
graphStats
fullEdges
|
application/json
|
/isebel/index/{expr}
|
ISEBEL index access for story faceted search requests, returning IDs (and index data) for stories matching the search criteria and facets specified. |
expr
|
word
place
person
gender
yearMin
yearMax
inclNoYear
data
limit
|
application/xml
|
/isebel/story/{id}
|
ISEBEL record document access for story faceted search results, returning XML data for the story specified. |
id
|
|
application/json
|
/audio/upload
|
Story audio transcript upload. |
storyId
langCode
audioData
|
Returns the entire WossiDiA-PowerGraph catalog.
boolean
types
(not required, default:
false
)
String
sup
(not required, default:
id
)
ID | Include ID(s) and name(s) of referenced types only (default). |
FULL | Include full information for referenced types. |
TREE | Include full information for the whole tree of referenced types. |
String
inf
(not required, default:
id
)
ID | Include ID(s) and name(s) of referenced types only (default). |
FULL | Include full information for referenced types. |
TREE | Include full information for the whole tree of referenced types. |
String
exp
(not required, default:
id
)
ID | Include ID(s) and name(s) of referenced types only (default). |
FULL | Include full information for referenced types. |
TREE | Include full information for the whole tree of referenced types. |
boolean
inheritedAttrs
(not required, default:
true
)
boolean
inheritedRoles
(not required, default:
true
)
Returns a specific data type.
String
dataType
(required)
Returns all WossiDiA-PowerGraph node types.
String
sup
(not required, default:
id
)
ID | Include ID(s) and name(s) of referenced types only (default). |
FULL | Include full information for referenced types. |
TREE | Include full information for the whole tree of referenced types. |
String
inf
(not required, default:
id
)
ID | Include ID(s) and name(s) of referenced types only (default). |
FULL | Include full information for referenced types. |
TREE | Include full information for the whole tree of referenced types. |
boolean
inheritedAttrs
(not required, default:
true
)
Returns the specified WossiDiA-PowerGraph node type.
String
nodeType
(required)
String
sup
(not required, default:
id
)
ID | Include ID(s) and name(s) of referenced types only (default). |
FULL | Include full information for referenced types. |
TREE | Include full information for the whole tree of referenced types. |
String
inf
(not required, default:
id
)
ID | Include ID(s) and name(s) of referenced types only (default). |
FULL | Include full information for referenced types. |
TREE | Include full information for the whole tree of referenced types. |
boolean
inheritedAttrs
(not required, default:
true
)
Returns all WossiDiA-PowerGraph edge types.
String
sup
(not required, default:
id
)
ID | Include ID(s) and name(s) of referenced types only (default). |
FULL | Include full information for referenced types. |
TREE | Include full information for the whole tree of referenced types. |
String
inf
(not required, default:
id
)
ID | Include ID(s) and name(s) of referenced types only (default). |
FULL | Include full information for referenced types. |
TREE | Include full information for the whole tree of referenced types. |
String
exp
(not required, default:
id
)
ID | Include ID(s) and name(s) of referenced types only (default). |
FULL | Include full information for referenced types. |
TREE | Include full information for the whole tree of referenced types. |
boolean
inheritedAttrs
(not required, default:
true
)
boolean
inheritedRoles
(not required, default:
true
)
Returns the specified WossiDiA-PowerGraph edge type.
String
edgeType
(required)
String
sup
(not required, default:
id
)
ID | Include ID(s) and name(s) of referenced types only (default). |
FULL | Include full information for referenced types. |
TREE | Include full information for the whole tree of referenced types. |
String
inf
(not required, default:
id
)
ID | Include ID(s) and name(s) of referenced types only (default). |
FULL | Include full information for referenced types. |
TREE | Include full information for the whole tree of referenced types. |
String
exp
(not required, default:
id
)
ID | Include ID(s) and name(s) of referenced types only (default). |
FULL | Include full information for referenced types. |
TREE | Include full information for the whole tree of referenced types. |
boolean
inheritedAttrs
(not required, default:
true
)
boolean
inheritedRoles
(not required, default:
true
)
Obtains all nodes of the specified type.
String
type
(required)
Obtains nodes of the specified type with the specified condition.
String
type
(required)
String
cond
(required)
Obtains the node with the specified PowerGraph ID.
String
id
(required)
Obtains the node with the specified type and internal ID.
String
type
(required)
String
id
(required)
Obtains all edges of the specified type.
String
type
(required)
Obtains edges of the specified type with the specified condition.
String
type
(required)
String
cond
(required)
Obtains the edge with the specified ID.
String
id
(required)
Obtains a graph, starting from a single pivot node, expanding using a path expression.
String
pnid
(required)
String
path
(required)
String
nodeAttrs
(not required, default:
true
)
String
edgeAttrs
(not required, default:
true
)
String
linkAttrs
(not required, default:
true
)
String
graphStats
(not required, default:
false
)
String
fullEdges
(not required, default:
true
)
ISEBEL index access for story faceted search requests, returning IDs (and index data) for stories matching the search criteria and facets specified.
String
expr
(required)
String
word
(not required)
String
place
(not required)
String
person
(not required)
String
gender
(not required)
String
yearMin
(not required)
String
yearMax
(not required)
String
inclNoYear
(not required, default:
true
)
String
data
(not required, default:
false
)
String
limit
(not required)
ISEBEL record document access for story faceted search results, returning XML data for the story specified.
String
id
(required)
Story audio transcript upload.
String
storyId
(required)
String
langCode
(required)
String
audioData
(required)