Discussions
How to access attachments
Hey so I can see the endpoint to access attachments but I fail to see how I can download or find a URL for those attachents. IE I would like to display the invoices and photos from a job card in my app.
What options do I have here
Retrieving an attachment via the API
I can see attachment name and filetype - but no way to retrieve the attachment itself...
Creating a new client and contact
I am in the process of planning an integration between ServiceM8 and a popular form system.
Forms questions export in a readable format
Hi,
How do I find UUID's equivalent values
Is there a way to retrieve the equivalent value of UUID's of badges, companies, categories, and job queues? I already found the equivalent values of staff users manually as they aren't too many. I am working on excel reports and want to show the original values instead of the UUID's.
Add data to Custom Field in Job
Hi,
I have been reading through the API documentation and I can see I can create / update the custom fields if the client has this enabled (which they do)
But how do I add data to a custom field that is linked to their job module via the ServiceM8 API.
Bulk import of thousands of jobs
Hi team,
Access custom fields API
I can happily read and write using the standard ServiceM8 API but when I try to simply list all custom fields using the API (https://api.servicem8.com/custom_fields_1.0), I am told I am not authorised.
Posting to Attachment API is not working
I am getting 404 errors when trying to GET an attachment.
First I POST to https://api.servicem8.com/api_1.0/attachment.json which gives me a 200 and x-record-uuid value. I then use this x-record-uuid value and perform a GET to https://api.servicem8.com/api_1.0/attachment/x-record-uuid.json. I now get a 404 which makes it impossible to send the actual attachment. This was previously working, but has stopped over the last few days. Any ideas?
Integrating Your Own Booking Forms
Can you develop your own booking forms and then integrate with ServiceM8? Would this be through the REST API or you'd create an ADD-ON?