Join the Power Platform Masterclass #2 starting April 23

Resco CRM Connector: Difference between revisions

Jump to navigation Jump to search
Line 142: Line 142:
=== GET Select ===
=== GET Select ===


Template URL:
Template URL: <code>.../{entity}?$select={select}&$filter={filter}&$orderby={orderby} &$skip={skip}&$top={top}</code>
 
<code>.../{entity}?$select={select}&$filter={filter}&$orderby={orderby} &$skip={skip}&$top={top}</code>


Returns list of entities.
Returns list of entities.
Line 203: Line 201:
|}
|}


Sample URL: <syntaxhighlight lang="xml">https://{organization}.rescocrm.com/rest/v1/data/account?$select=name,address1_city,emailaddress1&$filter=name%20LIKE%20’C%’&$orderby=address1_city&$skip=2&$top=5</syntaxhighlight>
Sample URL: <code><nowiki>https://{organization}.rescocrm.com/rest/v1/data/account?$select=name,address1_city,emailaddress1&$filter=name%20LIKE%20’C%’&$orderby=address1_city&$skip=2&$top=5</nowiki></code>


Response:
Response:

Navigation menu