You're almost there! Please answer a few more questions for access to the Applications content. Complete registration
Interested in joining? Complete your registration by providing Areas of Interest here. Register

Connect Web Services - Incident Transactions

Received Response
36
Views
4
Comments
edited Jun 8, 2022 12:01PM in General Technical Discussions 4 comments

Content

When querying Incident.Transactions I am only seeing Create and Edit (id: 2 and 3), however, I need to see all transaction types. Can any one point me in the right direction?

Using .net/c#, QueryCSV()

Thanks, Todd

Version

Feb 2015

Code Snippet

             Here is my query:

select
	id
	,transactions.account.id
	,transactions.operation.id
	,transactions.operation.lookupname
	,transactions.operationtime
from
	incident
where
	id = 17802999 
        

Howdy, Stranger!

Log In

To view full details, sign in.

Register

Don't have an account? Click here to get started!