Gets your database schema
Required permissions: View Contacts and transactions
get
Query parameters
apiTokenstringRequired
API authentication token
Responses
200
OK
application/json
401
Incorrect Permissions or Invalid API Token
application/json
500
Engage Server Error. Unable to process response at this time.
application/json
get/database/fields
GET /database/fields?apiToken=text HTTP/1.1
Host: api.ubiquity.co.nz
Accept: */*
{
"fields": [
{
"fieldID": "text",
"name": "text",
"description": "text",
"type": "text",
"isNullable": true
}
]
}Last updated
Was this helpful?

