Conga - Query records action

The Query records action searches for records in Conga.

Input

Input fieldDescription
ObjectSelect the type of object to query for.
Include total countSelect True or False to determine if the response will include a total count of records.

Output

Output fieldDescription
SuccessA boolean response that indicates if the action was successful.
Data
  • ID: The ID of the query result in the search results.
  • Name: The name of the record in the query results.
  • Created by: The ID and name of the user that created the record.
  • Created date: The date the record was created.
  • Modified by: The ID and name of the user that modified the record.
  • Modified date: The date the record was modified.
  • E tag: The E tag associated with the queried record.
  • External ID: The external ID of the queried record.
Has more recordsIndicates if the query includes additional records.
Record countA count of the total number of records in the query.
Status codeA code indicating the status of the action, such as OK, BadRequest, Unauthorized, and more.
Next cursorAn identifier for the next page of query results.

Last updated: