Discussions
Hitting Rate Limit - How can i GET a limited list?
about 2 months ago by Taylor L
so when i connect to the API, i can GET all the clients from: https://api.servicem8.com/api_1.0/company.json
but, if i try to GET jobs from: https://api.servicem8.com/api_1.0/job.json i get a message "Raw error for the API response too large"
so how can i request a limited list? i tried: https://api.servicem8.com/api_1.0/job.json?_start=0&_limit=1 but it's not working either