Quantcast
Channel: How does Salesforce handle wildcards in a REST urlmapping property - Salesforce Stack Exchange
Browsing all 3 articles
Browse latest View live

Answer by hynekcer for How does Salesforce handle wildcards in a REST...

EDITED: It works sometimes without any problem (even with the oldest Api 22.0 that supports RestResource) and sometimes incorrectly.That depends on the order of classes sorted by the time of the last...

View Article



Answer by Anup for How does Salesforce handle wildcards in a REST urlmapping...

The documentation is not clear but I believe that it will match urlmapping='/invoices/*/overurlmapping='/invoices/*/totals/This is because the wildcard character is not at the end. To fix this issue,...

View Article

How does Salesforce handle wildcards in a REST urlmapping property

I have a question about the urlmapping property on a REST class. For the moment I have 3 REST classes with following urlmappings:REST1.cls @RestResource(urlmapping='/invoices/*/')REST2.cls...

View Article
Browsing all 3 articles
Browse latest View live




Latest Images