Guides

Get All Schemas

Retrieve all Asset Schema definitions available.

HTTP RESPONSE

ParameterTypeDescription
statusstringOK or ERROR
dataJSONList of {Asset Schema JSON} definitions as specified in Asset Schema JSON Format

Response JSON

{

  "status": "OK",
  "data": [ {Asset Schema JSON} ]

}
Language
Credentials
Header
URL
Click Try It! to start a request and see the response here!