Help

JSON API Definition

Topic Labels: API
2320 0
cancel
Showing results for 
Search instead for 
Did you mean: 
Donald_Newlands
7 - App Architect
7 - App Architect

Hi,

Is there a way to generate a JSON data definition like the one below automatically from the API? It’s easy enough to write, but I wonder if the API can dish these up via a URL? I’m integrating Ultradox which has a drag and drop code generation inserting fields into templates when it has a definition.

{
input: [],
output: [{
name: ‘business_name’,
description: ‘The name of the business’,
format : ‘STRING’
}, {
name: ‘business_url’,
description: ‘The website of the business’,
format : ‘URL’
}, {
name: ‘support_phone’,
description: ‘Support phone number’,
format : ‘STRING’
}
]
}

0 Replies 0