Questions
API v2
Hi guys,
It's been a while since I last asked that and remember you were considering to add it to the API, so is there possibility to query the list of forms by the lastupdateddate field ? I mean by setting anything from a certain date only like all forms that had been updated since 10PM from 2 days ago.
Thanks
Posted by Gui Gimenez over 9 years ago
Error 400 creating a form
function prueba(){
var headers = {
'Authorization': 'Basic ****'
};
var payload = {
'name': 'prueba1',
'templateId': '**',
'assignment': {
'id': '****',
'type': "User"
},
'fields': {}
}
Posted by Francisco Espada over 9 years ago
JSON BODY
I want to create a new row in a database. I've tried it in your web and it works, but I don't now where I must put de "dataSourceRow" var into "params" var.
Posted by Francisco Espada over 9 years ago