Skip to main content
GET
/
platform
/
admin
/
smart_contract_template_versions
{
  "isSuccess": true,
  "isFailure": true,
  "error": {
    "code": "<string>",
    "message": "<string>",
    "info": [
      "<string>"
    ]
  },
  "value": [
    {
      "smartContractTemplateId": 123,
      "version": "<string>",
      "sourceCode": "<string>",
      "id": 123,
      "byteCode": "<string>",
      "abi": "<string>",
      "updatedDate": "2023-11-07T05:31:56Z",
      "createdDate": "2023-11-07T05:31:56Z"
    }
  ]
}

Query Parameters

api-version
string

Response

OK

isSuccess
boolean
isFailure
boolean
error
object
value
object[] | null