Skip to main content

List Asset Schemas

GET 

/api/v1/assetschemas

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} ]

}

Responses

List of asset schemas