Skip to main content
POST
Search conversation by project

Authorizations

Authorization
string
header
required

Get a token from auth/login endpoint and then pass it in the Authorization HTTP header in every subsequent API call. For more information visit our help center.

Body

application/json

Search conversations by project request body

jobPartUidRef
object
required

Reference to an object by its unique identifier

includeDeleted
boolean

Include conversations flagged for deletion. Default: false

mentionedUid
string

Search a single user uid in mentions

pageRequest
object
since
string

Filtered by createdAt date time in ISO 8601 UTC format

Example:

"2024-07-21T10:15:27.819Z"

status
string

Filter current status for values "resolved" or "unresolved"

text
string

Case insensitive search in the lqa description and conversation comments

Response

OK

A paged list of conversations of all types matching the project search criteria

content
object[]
numberOfElements
integer<int32>
pageNumber
integer<int32>
pageSize
integer<int32>
sort
object
totalElements
integer<int32>
totalPages
integer<int32>