HomeGuidesAPI ReferenceChangelogDeveloper Q&A
HomeGuidesAPI ReferenceAnnouncementsLog In
Developer Q&A

Developer Q&A

Ask a Question
Back to all

Connecting to Incidents table

Hi Baisong,

I want to connect to an 'Incidents' table - if it exists via the API, please.

I have my basic query setup below, what's the entity name where Incidents lies?

<soap:Envelope xmlns:soap="http://www.w3.org/2003/05/soap-envelope" xmlns:int="http://corrigo.com/integration/" xmlns:xsd="http://www.w3.org/2001/XMLSchema">

soap:Header
int:CorrigoNetOptions
int:ImposeConcurrencyIdfalse</int:ImposeConcurrencyId>
int:UpdateLastModifiedfalse</int:UpdateLastModified>
int:CanDeleteMissingEntityfalse</int:CanDeleteMissingEntity>
int:LockOnDataRetrievalDefault</int:LockOnDataRetrieval>
</int:CorrigoNetOptions>
</soap:Header>

soap:Body
int:RetrieveMultiple
<int:queryExpression xsi:type="int:QueryExpression" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">int:EntityType[INCIDENTS?]</int:EntityType>

<int:PropertySet xsi:type="int:PropertySet">
int:Properties
int:string*</int:string>
</int:Properties>
</int:PropertySet>

int:Count50</int:Count>
int:FirstResultIndex0</int:FirstResultIndex>

int:Distincttrue</int:Distinct>
</int:queryExpression>
</int:RetrieveMultiple>
</soap:Body>
</soap:Envelope>