get https://{app}.{filespin}.{io}/api/v1/assetschemas
Retrieve all Asset Schema definitions available.
HTTP RESPONSE
Parameter | Type | Description |
---|---|---|
status | string | OK or ERROR |
data | JSON | List of {Asset Schema JSON} definitions as specified in Asset Schema JSON Format |
Response JSON
{
"status": "OK",
"data": [ {Asset Schema JSON} ]
}