transform
GETEOS,ALL/GetOnSubmitEventErrors
IN THIS PAGE
Description
Get any errors that have been logged for the onSubmit event actions for a TransForm account. The account is the account associated with the API key.
Headers
- Name
- Description
- apikey
REQUIRED - A TransForm API key with the appropriate scopes to access the endpoint. The API Key must have either the EOS or ALL scopes.
Example Request
curl --location --request GET 'https://alphademo1-transformbeta.cloud.alphasoftware.com/transformAPIVersion1.a5svc/GetOnSubmitEventErrors' \ --header 'apikey: YOUR_API_KEY'
Example Response
{ "error": false, "errorText": "", "result": [] }