/
/CC Tools Demo
DocsSign in
Sign in
  • APIs
  • Generators
  • Stacks
  • Projects
  • Docs
  • History
  • Schema
Checked 2h ago · Updated 1mo ago
Basic Operations13
  • postExecutes transaction txName and writes the result to the blockchain.
  • postExecutes transaction txName and returns only the result, without writing it to the blockchain.
  • getRetrieves information about the chaincode.
  • getRequests the list of defined transactions.
  • postGets the description of a specific transaction.
  • getSearches the list of existing assets.
  • postGets the description of a specific asset type.
  • postCreate asset on the blockchain
  • postReads an asset from the blockchain using its primary key.
  • postReads the history of an asset from the blockchain using its primary key.
  • postSearches the blockchain world state using CouchDB rich queries
  • putUpdates an existing asset
  • deleteDeletes an existing asset
Blockchain5
Select Channel and Chaincode13
    Basic Operations

    Searches the blockchain world state using CouchDB rich queries

    Query JSON as defined by CouchDB docs: https://docs.couchdb.org/en/stable/api/database/find.html

    post/query/search

    Request body

    {"stackTrail":"paths:/query/search:post:requestBody:content:application/json:schema:properties:query","oasType":"schema","type":"unknown"}

    Response

    OK

    Changes