Resco CRM Connector: Difference between revisions

Jump to navigation Jump to search
No edit summary
Line 142: Line 142:
<?xml version=“1.0” encoding=“utf-8“?>
<?xml version=“1.0” encoding=“utf-8“?>
<string>3665</string>
<string>3665</string>
</syntaxhighlight>
=== POST GetRecordCount ===
Get the number of entity records.
Sample URL: <code><nowiki>https://{organization}.app.resco.net/rest/v1/data/GetRecordCount</nowiki></code>
Examples of body requests:
<syntaxhighlight lang="xml">
<Entities>
  <Entity>activitypointer</Entity>
  <Entity>contact</Entity>
</Entities>
</syntaxhighlight>
Response:
<syntaxhighlight lang="xml">
<ArrayOfGetRecordCountResult xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <GetRecordCountResult name="activitypointer" count="69"/>
    <GetRecordCountResult name="account" count="19"/>
</ArrayOfGetRecordCountResult>
</syntaxhighlight>
</syntaxhighlight>


Navigation menu