Method Community

 

Search

Page 1 of 1 (5 items)
  • Re: API Limits - How to Manage and Coordinate API Processes?

    Hi Inder,  I have read that in the documentation and I am aware of that. But my question is - how do I check what limit we are at mid-day.  Otherwise we have to blindly run our API process until we get an error and this is not optimum.  It would be better if we could get the usage data in the response or have an API ...
    Posted to Method:API Q&A (Forum) by jamieroyce on 03-16-2023
  • API Limits - How to Manage and Coordinate API Processes?

    I help several different Method:CRM customers with their API integrations and one of them is having an issue where two different processes are separately using the API and one exceeds the limit daily and prevents the other from running.  I want to coordinate the API calls and in order to do this I am trying to find out if there ...
    Posted to Method:API Q&A (Forum) by jamieroyce on 03-15-2023
  • API Filter - How to search for a Company Name that has a single quote in it?

    I am using the API to search for customer records. Any that have single quotes in their names are erroring in teh API. I have tried encordURI, as well as replacing the single quotes with %27 and keep getting the same error. Any advice on how to search for a name with a single ...
    Posted to Method:API Q&A (Forum) by jamieroyce on 02-04-2023
  • Re: How to Create an Item from API?

    I tried this all the way down to just one field and have not found a way to get the Item Name or Description to add.  curl --location --request POST 'https://rest.method.me/api/v1/tables/item' \ --header 'Authorization: APIKey **' \ --header 'Content-Type: application/json' \ --data-raw '{ "Name": ...
    Posted to Method:API Q&A (Forum) by jamieroyce on 01-19-2023
  • How to Create an Item from API?

    I have been using the Method API for a couple years now and even when things are not clearly documented I have been able to figure them out from the examples in the API docs. However I have not been able to successfully create an Item through the API.  For example, I tried posting this item with this API call:  curl --location ...
    Posted to Method:API Q&A (Forum) by jamieroyce on 01-19-2023
Page 1 of 1 (5 items)