Search
-
The following updates are now live for users of Method
New Features / Updates
Grids - Updated Export CSV Email Template to match other templates. (PL-22963)
Fixes
Calendar - Fixed an issue that caused the old resource name to be displayed for recently modified users. (PL-37389)
Import - Fixed issue where mapping TenantID was causing an ...
-
The following updates are now live for users of Method
Fixes
Email campaigns - Fixed an issue where the recipient count was inaccurate on campaigns sent via the legacy Email Campaigns app. (PL-35342)
Export - Fixed minor UI issues. (PL-37443)
Import - Fixed an issue where the audit trail was not logging import history. ...
-
The following updates are now live for users of Method
New Features / Updates
Fixes
Entity - Fixed an issue where Vendor Attachments were not appearing on the Entity screen. (PL-37227)
Tags - Fixed an issue where the caret icon was misaligned. (PL-37472)
Multi-tenancy - Fixed an issue where the Export - TenantID field ...
-
The following updates are now live for users of Method
New Features / Updates
Contacts App - When clicking the "Import" button on the Contact List screen, navigate directly to the Import Tool vs. going to the Import screen in the Contacts app first. (PL-37395)
Fixes
Estimates - Fixed an issue with creating work orders that are ...
-
The following updates are now live for users of Method
Fixes
Activities - Improved the captions and labels on the Activity Reports screen to make them more intuitive. (PL-36666)
App Ribbon - Fixed an issue where the Back arrow required two clicks in the 1/3 app ribbon panel. (PL-36627)
Calendar - Fixed an issue with fonts changing when ...
-
Hey dvananda,
It seems like the URL is incorrect, could you try changing it to "https://rest.method.me/api/v1/tables/Contacts/7".
Let me know if that works!
Thank you.
-
The following updates are now live for users of Method
New Features / Updates
Activities, Opportunities - Implemented more user-friendly validation messages on the HTML Editors featured on New/Edit Activity and New/Edit Opportunity. (PL-34662)
Fixes
Opportunities - Changed the link within the Opportunity Type dropdown to 'New/Edit ...
-
The following updates are now live for users of Method
Fixes
App Ribbon - Fixed an issue where the Back arrow required two clicks in the 1/3 app ribbon panel. (PL-36627)
Calendar - Fixed issue where changing a username would not update the calendar resource. (PL-36431)
Dropdowns - Fixed the click area, making it larger and easier to click. ...
-
import requests
url = "https://domain.method.me/api/v1/tables/Contacts/7"
headers = {
'Authorization': f'Bearer {key}'
}
response = requests.request("GET", url, headers=headers, data = payload)
print(response.text.encode('utf8'))
b'<!DOCTYPE html>\n<html ...
-
The following updates are now live for users of Method
New Features / Updates
Export - New and improved way to export data from Method accessible via the Integrations system page. (PL-36584)
Regards,
Michael
|
|
|