{"id":749,"date":"2012-11-27T10:30:03","date_gmt":"2012-11-27T10:30:03","guid":{"rendered":"https:\/\/www.arg.tech\/?page_id=749"},"modified":"2021-09-15T13:07:06","modified_gmt":"2021-09-15T13:07:06","slug":"aifbdb-user-guide","status":"publish","type":"page","link":"https:\/\/www.arg.tech\/index.php\/research\/aifbdb-user-guide\/","title":{"rendered":"AIFdb Web Services"},"content":{"rendered":"<p>Available online at <a href=\"http:\/\/ws.arg.tech\">ws.arg.tech<\/a><\/p>\n<p>The programmatic interface to AIFdb is described below, including import and export functionality. A <a href=\"https:\/\/www.arg.tech\/newsite\/wp-content\/uploads\/2013\/01\/aif2db2.pdf\">PDF document<\/a> with more detail is also available. A summary of the prototype <a href=\"https:\/\/www.arg.tech\/newsite\/wp-content\/uploads\/2013\/01\/aifdbsocial.txt\">Argument Web Social Layer<\/a> is also available.<\/p>\n<h3>Nodes<\/h3>\n<table border=\"0\" cellspacing=\"4\">\n<tbody>\n<tr>\n<td style=\"padding-right: 5px;\"><strong>nodeID<\/strong><\/td>\n<td style=\"padding-right: 5px;\"><em>int<\/em><\/td>\n<td style=\"padding-right: 5px;\">numerical identifier<\/td>\n<\/tr>\n<tr>\n<td style=\"padding-right: 5px;\"><strong>text<\/strong><\/td>\n<td style=\"padding-right: 5px;\"><em>longtext<\/em><\/td>\n<td style=\"padding-right: 5px;\">node text for an INode<\/td>\n<\/tr>\n<tr>\n<td style=\"padding-right: 5px;\"><strong>type<\/strong><\/td>\n<td style=\"padding-right: 5px;\"><em>I\/RA\/CA\/&#8230;<\/em><\/td>\n<td style=\"padding-right: 5px;\">type of node (I, RA, CA,&#8230;)<\/td>\n<\/tr>\n<tr>\n<td style=\"padding-right: 5px;\"><strong>timestamp<\/strong><\/td>\n<td style=\"padding-right: 5px;\"><em>timestamp<\/em><\/td>\n<td style=\"padding-right: 5px;\">time node is added to the database<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<blockquote>\n<pre>GET nodes\/[NodeID]<\/pre>\n<p>{&#8220;nodeID&#8221;:&#8221;1&#8243;,&#8221;text&#8221;:&#8221;Britain should disarm&#8221;,&#8221;type&#8221;:&#8221;I&#8221;,&#8221;timestamp&#8221;:&#8221;2012-01-10\u00a014:35:50&#8243;}<\/p><\/blockquote>\n<blockquote>\n<pre>POST nodes\/<\/pre>\n<\/blockquote>\n<h3>Edges<\/h3>\n<table border=\"0\" cellspacing=\"4\">\n<tbody>\n<tr>\n<td style=\"padding-right: 5px;\"><strong>edgeID<\/strong><\/td>\n<td style=\"padding-right: 5px;\"><em>int <\/em><\/td>\n<td style=\"padding-right: 5px;\">numerical identifier<\/td>\n<\/tr>\n<tr>\n<td style=\"padding-right: 5px;\"><strong>fromID<\/strong><\/td>\n<td style=\"padding-right: 5px;\"><em>int<\/em><\/td>\n<td style=\"padding-right: 5px;\">nodeID of the node the edge comes from<\/td>\n<\/tr>\n<tr>\n<td style=\"padding-right: 5px;\"><strong>toID<\/strong><\/td>\n<td style=\"padding-right: 5px;\"><em>int<\/em><\/td>\n<td style=\"padding-right: 5px;\">nodeID of the node the edge goes to<\/td>\n<\/tr>\n<tr>\n<td style=\"padding-right: 5px;\"><strong>formEdgeID<\/strong><\/td>\n<td style=\"padding-right: 5px;\"><em>int<\/em><\/td>\n<td style=\"padding-right: 5px;\">ID of the formEdge that the edge fulfills<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<blockquote>\n<pre>GET edges\/[EdgeID]<\/pre>\n<p>{&#8220;edgeID&#8221;:&#8221;1&#8243;,&#8221;fromID&#8221;:&#8221;2&#8243;,&#8221;toID&#8221;:&#8221;1&#8243;,&#8221;formEdgeID&#8221;:null}<\/p><\/blockquote>\n<blockquote>\n<pre>GET edges\/to\/[NodeID]<\/pre>\n<p>{&#8220;edges&#8221;:[{&#8220;edgeID&#8221;:&#8221;1&#8243;,&#8221;fromID&#8221;:&#8221;2&#8243;,&#8221;toID&#8221;:&#8221;1&#8243;,&#8221;formEdgeID&#8221;:null}, {&#8220;edgeID&#8221;:&#8221;3&#8243;,&#8221;fromID&#8221;:&#8221;5&#8243;,&#8221;toID&#8221;:&#8221;1&#8243;,&#8221;formEdgeID&#8221;:null}, {&#8220;edgeID&#8221;:&#8221;23&#8243;,&#8221;fromID&#8221;:&#8221;25&#8243;,&#8221;toID&#8221;:&#8221;1&#8243;,&#8221;formEdgeID&#8221;:null}]}<\/p><\/blockquote>\n<blockquote>\n<pre>GET edges\/from\/[NodeID]<\/pre>\n<p>{&#8220;edges&#8221;:[{&#8220;edgeID&#8221;:&#8221;1&#8243;,&#8221;fromID&#8221;:&#8221;2&#8243;,&#8221;toID&#8221;:&#8221;1&#8243;,&#8221;formEdgeID&#8221;:null}]}<\/p><\/blockquote>\n<blockquote>\n<pre>POST edges\/<\/pre>\n<\/blockquote>\n<h3>NodeSets<\/h3>\n<table border=\"0\">\n<tbody>\n<tr>\n<td style=\"padding-right: 5px;\"><strong>nodeSetID<\/strong><\/td>\n<td style=\"padding-right: 5px;\"><em>int<\/em><\/td>\n<td style=\"padding-right: 5px;\">numerical identifier<\/td>\n<\/tr>\n<tr>\n<td style=\"padding-right: 5px;\"><strong>title<\/strong><\/td>\n<td style=\"padding-right: 5px;\"><em>varchar(128) <\/em><\/td>\n<td style=\"padding-right: 5px;\">title for the nodeset<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<blockquote>\n<pre>GET nodesets\/[NodeSetID]<\/pre>\n<p>{&#8220;nodeID&#8221;:&#8221;1&#8243;,&#8221;text&#8221;:&#8221;Britain should disarm&#8221;,&#8221;type&#8221;:&#8221;I&#8221;,&#8221;timestamp&#8221;:&#8221;2012-01-10 14:35:50&#8243;}, {&#8220;nodeID&#8221;:&#8221;2&#8243;,&#8221;text&#8221;:&#8221;YA&#8221;,&#8221;type&#8221;:&#8221;YA&#8221;,&#8221;timestamp&#8221;:&#8221;2012-01-10 14:47:19&#8243;}, {&#8220;nodeID&#8221;:&#8221;3&#8243;,&#8221;text&#8221;:&#8221;Rebecca says&#8221;,&#8221;type&#8221;:&#8221;L&#8221;,&#8221;timestamp&#8221;:&#8221;2012-01-10 14:47:52&#8243;}, &#8230;<\/p><\/blockquote>\n<blockquote>\n<pre>GET nodesets\/contains\/[NodeID]<\/pre>\n<p>{&#8220;nodeSets&#8221;:[{&#8220;nodeSetID&#8221;:&#8221;1&#8243;,&#8221;title&#8221;:&#8221;BBC Moral Maze Trident Debate&#8221;}]}<\/p><\/blockquote>\n<blockquote>\n<pre>GET nodesets\/new\/<\/pre>\n<\/blockquote>\n<blockquote>\n<pre>POST nodesets\/<\/pre>\n<\/blockquote>\n<h3>NodeSetMappings<\/h3>\n<table border=\"0\">\n<tbody>\n<tr>\n<td style=\"padding-right: 5px;\"><strong>nodeSetID<\/strong><\/td>\n<td style=\"padding-right: 5px;\"><em>int <\/em><\/td>\n<td style=\"padding-right: 5px;\">numerical identifier for the nodeSet<\/td>\n<\/tr>\n<tr>\n<td style=\"padding-right: 5px;\"><strong>nodeID<\/strong><\/td>\n<td style=\"padding-right: 5px;\"><em>int<\/em><\/td>\n<td style=\"padding-right: 5px;\">numerical identifier for the node<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<blockquote>\n<pre>POST nodesetmappings\/<\/pre>\n<\/blockquote>\n<h3>Schemes<\/h3>\n<table border=\"0\">\n<tbody>\n<tr>\n<td style=\"padding-right: 5px;\"><strong>schemeID<\/strong><\/td>\n<td style=\"padding-right: 5px;\"><em>int<\/em><\/td>\n<td style=\"padding-right: 5px;\">numerical identifier<\/td>\n<\/tr>\n<tr>\n<td style=\"padding-right: 5px;\"><strong>name<\/strong><\/td>\n<td style=\"padding-right: 5px;\"><em>varchar(128) <\/em><\/td>\n<td style=\"padding-right: 5px;\">title for the nodeset<\/td>\n<\/tr>\n<tr>\n<td style=\"padding-right: 5px;\"><strong>schemeTypeID<\/strong><\/td>\n<td style=\"padding-right: 5px;\"><em>int<\/em><\/td>\n<td style=\"padding-right: 5px;\">ID for the type of scheme<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<blockquote>\n<pre>GET schemes\/[schemeID]<\/pre>\n<p>{&#8220;schemeID&#8221;:&#8221;1&#8243;,&#8221;name&#8221;:&#8221;Analogy&#8221;,&#8221;schemeTypeID&#8221;:&#8221;1&#8243;}<\/p><\/blockquote>\n<blockquote>\n<pre>GET schemes\/all<\/pre>\n<p>{&#8220;schemes&#8221;:[{&#8220;schemeID&#8221;:&#8221;1&#8243;,&#8221;name&#8221;:&#8221;Analogy&#8221;,&#8221;schemeTypeID&#8221;:&#8221;1&#8243;}, {&#8220;schemeID&#8221;:&#8221;2&#8243;,&#8221;name&#8221;:&#8221;Bias&#8221;,&#8221;schemeTypeID&#8221;:&#8221;1&#8243;}, {&#8220;schemeID&#8221;:&#8221;3&#8243;,&#8221;name&#8221;:&#8221;CausalSlipperySlope&#8221;,&#8221;schemeTypeID&#8221;:&#8221;1&#8243;}, &#8230;]}<\/p><\/blockquote>\n<blockquote>\n<pre>POST schemes\/search<\/pre>\n<p>{&#8220;schemeID&#8221;:&#8221;1&#8243;,&#8221;name&#8221;:&#8221;Analogy&#8221;,&#8221;schemeTypeID&#8221;:&#8221;1&#8243;}<\/p><\/blockquote>\n<blockquote>\n<pre>POST schemes\/<\/pre>\n<\/blockquote>\n<h3>SchemeFulfillment<\/h3>\n<table border=\"0\">\n<tbody>\n<tr>\n<td style=\"padding-right: 5px;\"><strong>nodeID<\/strong><\/td>\n<td style=\"padding-right: 5px;\"><em>int <\/em><\/td>\n<td style=\"padding-right: 5px;\">numerical identifier for the node<\/td>\n<\/tr>\n<tr>\n<td style=\"padding-right: 5px;\"><strong>schemeID<\/strong><\/td>\n<td style=\"padding-right: 5px;\"><em>int<\/em><\/td>\n<td style=\"padding-right: 5px;\">numerical identifier for the scheme<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<blockquote>\n<pre>POST schemefulfillment\/<\/pre>\n<\/blockquote>\n<h3>Descriptors<\/h3>\n<table border=\"0\">\n<tbody>\n<tr>\n<td style=\"padding-right: 5px;\"><strong>descriptorID<\/strong><\/td>\n<td style=\"padding-right: 5px;\"><em>int<\/em><\/td>\n<td style=\"padding-right: 5px;\">numerical identifier<\/td>\n<\/tr>\n<tr>\n<td style=\"padding-right: 5px;\"><strong>text<\/strong><\/td>\n<td style=\"padding-right: 5px;\"><em>varchar(250) <\/em><\/td>\n<td style=\"padding-right: 5px;\">text for the descriptor<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<blockquote>\n<pre>GET descriptors\/[descriptorID]<\/pre>\n<p>{&#8220;descriptorID&#8221;:&#8221;1&#8243;,&#8221;text&#8221;:&#8221;Generally, case C1 is similar to case C2&#8243;}<\/p><\/blockquote>\n<blockquote>\n<pre>POST descriptors\/<\/pre>\n<\/blockquote>\n<h3>DescriptorFulfillment<\/h3>\n<table border=\"0\">\n<tbody>\n<tr>\n<td style=\"padding-right: 5px;\"><strong>nodeID<\/strong><\/td>\n<td style=\"padding-right: 5px;\"><em>int <\/em><\/td>\n<td style=\"padding-right: 5px;\">numerical identifier for the node<\/td>\n<\/tr>\n<tr>\n<td style=\"padding-right: 5px;\"><strong>descriptorID<\/strong><\/td>\n<td style=\"padding-right: 5px;\"><em>int<\/em><\/td>\n<td style=\"padding-right: 5px;\">numerical identifier for the descriptor<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<blockquote>\n<pre>POST descriptorfulfillment\/<\/pre>\n<\/blockquote>\n<h3>FormEdges<\/h3>\n<table border=\"0\">\n<tbody>\n<tr>\n<td style=\"padding-right: 5px;\"><strong>formEdgeID<\/strong><\/td>\n<td style=\"padding-right: 5px;\"><em>int<\/em><\/td>\n<td style=\"padding-right: 5px;\">numerical identifier<\/td>\n<\/tr>\n<tr>\n<td style=\"padding-right: 5px;\"><strong>schemeID<\/strong><\/td>\n<td style=\"padding-right: 5px;\"><em>int<\/em><\/td>\n<td style=\"padding-right: 5px;\">numerical identifier for the scheme<\/td>\n<\/tr>\n<tr>\n<td style=\"padding-right: 5px;\"><strong>descriptorID<\/strong><\/td>\n<td style=\"padding-right: 5px;\"><em>int<\/em><\/td>\n<td style=\"padding-right: 5px;\">numerical identifier for the descriptor<\/td>\n<\/tr>\n<tr>\n<td style=\"padding-right: 5px;\"><strong>schemeTarget<\/strong><\/td>\n<td style=\"padding-right: 5px;\"><em>int<\/em><\/td>\n<td style=\"padding-right: 5px;\">numerical identifier for the scheme target<\/td>\n<\/tr>\n<tr>\n<td style=\"padding-right: 5px;\"><strong>formEdgeTypeID<\/strong><\/td>\n<td style=\"padding-right: 5px;\"><em>int<\/em><\/td>\n<td style=\"padding-right: 5px;\">numerical identifier for the formEdgeType<\/td>\n<\/tr>\n<tr>\n<td style=\"padding-right: 5px;\"><strong>name<\/strong><\/td>\n<td style=\"padding-right: 5px;\"><em>varchar(128)<\/em><\/td>\n<td style=\"padding-right: 5px;\">name of the formEdge<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<blockquote>\n<pre>GET formedges\/[formEdgeID]<\/pre>\n<p>{&#8220;formEdgeID&#8221;:&#8221;1&#8243;,&#8221;schemeID&#8221;:&#8221;1&#8243;,&#8221;descriptorID&#8221;:&#8221;1&#8243;,&#8221;schemeTarget&#8221;:null, &#8220;formEdgeTypeID&#8221;:&#8221;1&#8243;,&#8221;name&#8221;:&#8221;SimilarityOfCases&#8221;}<\/p><\/blockquote>\n<blockquote>\n<pre>GET formedges\/schemes\/[schemeID]<\/pre>\n<p>{&#8220;formedges&#8221;:\u00a0[{&#8220;formEdgeID&#8221;:&#8221;1&#8243;,&#8221;schemeID&#8221;:&#8221;1&#8243;,&#8221;descriptorID&#8221;:&#8221;1&#8243;, &#8220;schemeTarget&#8221;:null, &#8220;formEdgeTypeID&#8221;:&#8221;1&#8243;,&#8221;name&#8221;:&#8221;SimilarityOfCases&#8221;}, \u00a0{&#8220;formEdgeID&#8221;:&#8221;2&#8243;,&#8221;schemeID&#8221;:&#8221;1&#8243;,&#8221;descriptorID&#8221;:&#8221;2&#8243;,&#8221;schemeTarget&#8221;:null, &#8220;formEdgeTypeID&#8221;:&#8221;2&#8243;,&#8221;name&#8221;:&#8221;CaseOutcome&#8221;},&#8230;]}<\/p><\/blockquote>\n<blockquote>\n<pre>POST formedges\/<\/pre>\n<\/blockquote>\n<h3>People<\/h3>\n<table border=\"0\">\n<tbody>\n<tr>\n<td style=\"padding-right: 5px;\"><strong>personID<\/strong><\/td>\n<td style=\"padding-right: 5px;\"><em>int<\/em><\/td>\n<td style=\"padding-right: 5px;\">numerical identifier<\/td>\n<\/tr>\n<tr>\n<td style=\"padding-right: 5px;\"><strong>firstName<\/strong><\/td>\n<td style=\"padding-right: 5px;\"><em>varchar(64)<\/em><\/td>\n<td style=\"padding-right: 5px;\">first name for person<\/td>\n<\/tr>\n<tr>\n<td style=\"padding-right: 5px;\"><strong>surname<\/strong><\/td>\n<td style=\"padding-right: 5px;\"><em>varchar(64)<\/em><\/td>\n<td style=\"padding-right: 5px;\">surname for person<\/td>\n<\/tr>\n<tr>\n<td style=\"padding-right: 5px;\"><strong>description<\/strong><\/td>\n<td style=\"padding-right: 5px;\"><em>text<\/em><\/td>\n<td style=\"padding-right: 5px;\">short biographical description<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<blockquote>\n<pre>GET people\/[personID]<\/pre>\n<p>{&#8220;personID&#8221;:&#8221;1&#8243;,&#8221;firstName&#8221;:&#8221;Melanie&#8221;,&#8221;surname&#8221;:&#8221;Philips&#8221;,&#8221;description&#8221;:null}<\/p><\/blockquote>\n<blockquote>\n<pre>POST people\/<\/pre>\n<\/blockquote>\n<h3>Locutions<\/h3>\n<table border=\"0\">\n<tbody>\n<tr>\n<td style=\"padding-right: 5px;\"><strong>nodeID<\/strong><\/td>\n<td style=\"padding-right: 5px;\"><em>int<\/em><\/td>\n<td style=\"padding-right: 5px;\">numerical identifier for the node<\/td>\n<\/tr>\n<tr>\n<td style=\"padding-right: 5px;\"><strong>personID<\/strong><\/td>\n<td style=\"padding-right: 5px;\"><em>varchar(64)<\/em><\/td>\n<td style=\"padding-right: 5px;\">numerical identifier for the person<\/td>\n<\/tr>\n<tr>\n<td style=\"padding-right: 5px;\"><strong>timestamp<\/strong><\/td>\n<td style=\"padding-right: 5px;\"><em>varchar(64)<\/em><\/td>\n<td style=\"padding-right: 5px;\">time of the locution<\/td>\n<\/tr>\n<tr>\n<td style=\"padding-right: 5px;\"><strong>source<\/strong><\/td>\n<td style=\"padding-right: 5px;\"><em>text<\/em><\/td>\n<td style=\"padding-right: 5px;\">source (URL) of the locution<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<blockquote>\n<pre>GET locutions\/[personID]<\/pre>\n<p>{&#8220;locutions&#8221;:[{&#8220;nodeID&#8221;:&#8221;20&#8243;,&#8221;text&#8221;:&#8221;Britain and America would only use nuclear\u00a0weapons for defence&#8221;,&#8221;timestamp&#8221;:&#8221;2012-01-10 16:30:38&#8243;,&#8221;source&#8221;:&#8221;&#8221;},\u00a0{&#8220;nodeID&#8221;:&#8221;16&#8243;,&#8221;text&#8221;:&#8221;There is a difference between Britain and other countries\u00a0(e.g. Iran)&#8221;,&#8221;timestamp&#8221;:&#8221;2012-01-10 16:27:41&#8243;,&#8221;source&#8221;:&#8221;&#8221;}, &#8230;]}<\/p><\/blockquote>\n<blockquote>\n<pre>POST locutions\/<\/pre>\n<\/blockquote>\n<h2>Import\/Export<\/h2>\n<h3>LKIF (Carneades)<\/h3>\n<p><strong>GET:<\/strong><\/p>\n<p>http:\/\/AIFdb_URL\/lkif\/[nodeSet ID]<br \/>\ne.g.<br \/>\nhttp:\/\/www.aifdb.org\/lkif\/861<\/p>\n<p><strong>POST:<\/strong><\/p>\n<p>http:\/\/AIFdb_URL\/lkif\/<br \/>\ne.g.<br \/>\ncurl -i -X POST -u user:password -F file=@analysis.lkif http:\/\/www.aifdb.org\/lkif\/<\/p>\n<h3>RTNL (Rationale)<\/h3>\n<p><strong>GET:<\/strong><\/p>\n<p>http:\/\/AIFdb_URL\/rtnl\/[nodeSet ID]<br \/>\ne.g.<br \/>\nhttp:\/\/www.aifdb.org\/rtnl\/861<\/p>\n<p><strong>POST:<\/strong><\/p>\n<p>http:\/\/AIFdb_URL\/rtnl\/<br \/>\ne.g.<br \/>\ncurl -i -X POST -u user:password -F file=@analysis.rtnl http:\/\/www.aifdb.org\/rtnl\/<\/p>\n<h3>RDF<\/h3>\n<p><strong>GET:<\/strong><\/p>\n<p>http:\/\/AIFdb_URL\/rdf\/[nodeSet ID]<br \/>\ne.g.<br \/>\nhttp:\/\/www.aifdb.org\/rdf\/861<\/p>\n<p><strong>POST:<\/strong><\/p>\n<p>http:\/\/AIFdb_URL\/rdf\/<br \/>\ne.g.<br \/>\ncurl -i -X POST -u user:password -F file=@analysis.rdf http:\/\/www.aifdb.org\/rdf\/<\/p>\n<h3>DOT<\/h3>\n<p><strong>GET:<\/strong><\/p>\n<p>http:\/\/AIFdb_URL\/dot\/[nodeSet ID]<br \/>\ne.g.<br \/>\nhttp:\/\/www.aifdb.org\/dot\/861<\/p>\n<h3>JSON<\/h3>\n<p><strong>GET:<\/strong><\/p>\n<p>http:\/\/AIFdb_URL\/json\/[nodeSet ID]<br \/>\ne.g.<br \/>\nhttp:\/\/www.aifdb.org\/json\/861<\/p>\n<p><strong>POST:<\/strong><\/p>\n<p>http:\/\/AIFdb_URL\/json\/<br \/>\ne.g.<br \/>\ncurl -i -X POST -u user:password -F file=@analysis.json http:\/\/www.aifdb.org\/json\/<\/p>\n<h3>Diagram<\/h3>\n<p><strong>PNG:<\/strong><\/p>\n<p>http:\/\/AIFdb_URL\/diagram\/[nodeSet ID]<br \/>\ne.g.<br \/>\nhttp:\/\/www.aifdb.org\/diagram\/861<\/p>\n<p><strong>SVG:<\/strong><\/p>\n<p>http:\/\/AIFdb_URL\/diagram\/svg\/[nodeSet ID]<br \/>\ne.g.<br \/>\nhttp:\/\/www.aifdb.org\/diagram\/svg\/861<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Available online at ws.arg.tech The programmatic interface to AIFdb is described below, including import and export functionality. A PDF document with more detail is also available. A summary of the prototype Argument Web Social Layer is also available. Nodes nodeID int numerical identifier text longtext node text for an INode type I\/RA\/CA\/&#8230; type of node [&hellip;]<\/p>\n","protected":false},"author":4,"featured_media":0,"parent":96,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-749","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/www.arg.tech\/index.php\/wp-json\/wp\/v2\/pages\/749","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.arg.tech\/index.php\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.arg.tech\/index.php\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.arg.tech\/index.php\/wp-json\/wp\/v2\/users\/4"}],"replies":[{"embeddable":true,"href":"https:\/\/www.arg.tech\/index.php\/wp-json\/wp\/v2\/comments?post=749"}],"version-history":[{"count":11,"href":"https:\/\/www.arg.tech\/index.php\/wp-json\/wp\/v2\/pages\/749\/revisions"}],"predecessor-version":[{"id":2469,"href":"https:\/\/www.arg.tech\/index.php\/wp-json\/wp\/v2\/pages\/749\/revisions\/2469"}],"up":[{"embeddable":true,"href":"https:\/\/www.arg.tech\/index.php\/wp-json\/wp\/v2\/pages\/96"}],"wp:attachment":[{"href":"https:\/\/www.arg.tech\/index.php\/wp-json\/wp\/v2\/media?parent=749"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}