API Reference

Schema

You can retrieve Template's Json Schema for valid File structure composition.

HTTP Method GET
Endpoint https://eledo.online/api/RESTv1/Schema/{template_id}/{template_version}

Path parameters

template_id String Required Unique identificator of Template
template_version Integer Optional Template version

Query string parameters

schemaType String Optional Select schema type to be provided. Available: "zapier"

Response body parameters

schema Array of Schema items List of Schema items

Schema item properties

key String Unique identificator of item
type String Item type: string, number
children Array of Schema items List of children Schema items
list Boolean True if item is a list

 


Was this article helpful?

Yes

No