Replies: 1 comment
-
You would add this to the raw_query variable. For example to qualify the Incident table by Number, I might use:
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I would like to add "sysparm_display_value = false" to the api request how do weave this into?:
async for _, response in inc.stream(raw_query, offset=offset, limit=page_size, page_size=page_size, return_only=["number","opened_at","closed_at","short_description","caller_id","priority","contact_type","category","assignment_group"]):
Beta Was this translation helpful? Give feedback.
All reactions