You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We need endpoints to retrieve details for network nodes, clusters and edges. All these values will be calculated on the aggregated winning bids of the parts involved filtered by the query of the network:
GET /network/:id/nodes/:id
total income
average competition
percent of data missing
type
actors (the correspondiing actor id, an array if the node is cluster)
nodes (in case this is a cluster)
list of winning bids exchanged with the following attrs for each bid:
lot title
tender title
bid value
number of bids for the lot
award date
bidders (nodes)
id
label
nodes
actors
buyers (nodes
GET /network/:id:/clusters/:id
same as above
GET /network/:id/edges/:id
total money exhanged
average competition
percent of data missing
bids exchanged - with attrs as above
The text was updated successfully, but these errors were encountered:
We need endpoints to retrieve details for network nodes, clusters and edges. All these values will be calculated on the aggregated winning bids of the parts involved filtered by the query of the network:
/network/:id/nodes/:id
/network/:id:/clusters/:id
/network/:id/edges/:id
The text was updated successfully, but these errors were encountered: