Search
-
Hello,
Thanks for reaching out. Couple of things
Instead of Params try sending it through Body as a raw XML request.
Do a POST instead of GET
Sample request in the Postman body would look something like
<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope ...
-
Anoop,
Let me know if you come up with a solution for what you are trying to do. I think that I am going to integrate a call through the RingCentral API and log the call activity in Method when clicked. It would be nice if there was a current integration.
Bob L.
-
Trying to figure out a method to hide a button on a screen after a certain time of day. I can't seem to find a function to do this. I essentailly want to say if Now() is greater than 4:30, don't show this button.
Obviously I can use a conditional statement to set the condition, however, I don't see any way to compare the ...
-
Hello Tim,
Thanks for reaching out. After change in priorities, we finally got a chance to work on our REST API and are planning to get an Alpha version out before April 2020. If you would like to be part of our Alpha group please email api@method.me so that we can add you to our list.
-
Any update on the status on the RESTful API?
-
I'm trying to run an HTTP GET request. From what I understand in the the documentation the strSessionID is not a required parameter. However it's still asking me for it. I have also tried to set it to NULL; no dice.
Does anyone have any insight as to what I'm doing wrong here?
https://ibb.co/7nfXDnT
-
Hello Azhar,
Thanks for reaching out. Someone from our API team will be reaching out to you regarding this issue.
-
Unfortunately, V3 and V4 endpoints will not solve your use case either. We are working on building our REST API and I have added this as a feature request. However, for time being your use case can be solved by a combination of Method customization and API calls. Here is a possible workflow,
Step 1 - Create a new field in the ...
-
I have the same problem
Details are as given below:
Method Company Account: mireauxms
Table Name: Customer
RecordID:5466
List of fields: RecordID,CompanyName,Email,FullName
-
Thank you.
How about MethodAPIGetScreenURLV3 or MethodAPIGetScreenURLV4? Do those work to generate a URL for the new version of method?
The version 3 and version 4 of the call also have TabName and TabLinkName parameters... And those parameters appear to be the only way to tell the system what screen your trying to get a URL for.
I've ...
|
|
|