Hi,
I am trying to create an interface to billomat, but fail because of the results key. Does anyone have any idea what this looks like?
Thanks, Dennis
Hi,
I am trying to create an interface to billomat, but fail because of the results key. Does anyone have any idea what this looks like?
Thanks, Dennis
Can you add a screenshot of your test call json result please. The error probably means that the response is json but not standard format so you will need to define the key that the result is nested in. This can be identified from the test response json result.
Thanks for your feedback.
Attached you can find the result.
unfortunately I get the same error message with the same response
try with client-property-value, however in my opinion Client should work. I wonder if the error comes because you are receiving more that 1 object array within the same response. Also can you try refreshing your screen / setting up a new custom action from the beginning. Occasionally that helped me. I still believe that âclientâ is your key, but you can also try it with client-property-value
@DSA i guess your problem is to do with API Design based on the documentation.
Try adding the Header
Accept: application/json
And see if it works.
I tried everything but nothing worked. client, clients, record, records, âŚ
attached you will find the setup that i am using. maybe another mistake?
Donât put any results key and give it a try. If that doesnât work, you may want to contact the Billomat Team for assistance
Update:
curl -H âX-BillomatApiKey: {apischluessel}â
https://{billomatid}.billomat.net/api/clients
Your base url shouldnât contain the api key, it should only be passed in header. Noticed you have the api key url in all the places.
And no results key in get all. It should most likely work.
If it doesnât, contact their tech team.