/
/CC Tools Demo
DocsSign in
Sign in
  • APIs
  • Generators
  • Stacks
  • Projects
  • Docs
  • History
  • Schema
Checked 2h ago · Updated 1mo ago
Basic Operations13
Blockchain5
Select Channel and Chaincode13
  • 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
    Select Channel and Chaincode

    Searches the list of existing assets.

    get/{channelName}/{chaincodeName}/query/getSchema

    Path parameters

    channelNamestring required

    Name of the channel.

    chaincodeNamestring required

    Name of the chaincode in channel.

    Response

    OK

    Changes