GET
/
v1
/
app
/
search
[
  {
    "id": "<string>",
    "type": "Project",
    "match": "<string>",
    "rank": 123,
    "metadata": {
      "entity": {
        "id": "<string>",
        "name": "<string>",
        "goal": "<string>",
        "default_member_role": "Viewer",
        "default_role_enabled": true,
        "deadline": "<string>",
        "visibility": "Public",
        "member_count": 123,
        "members": [
          {
            "id": "<string>",
            "role": "Viewer",
            "user": {
              "id": "<string>",
              "org_id": "<string>",
              "account_id": "<string>",
              "profile_picture": "<string>",
              "name": "<string>",
              "email": "<string>",
              "job_position_name": "<string>",
              "job_position_description": "<string>",
              "state": "Active",
              "roles": [
                "AppGuest"
              ],
              "created_at": "<string>"
            },
            "is_project_member": true
          }
        ],
        "project_context": "<string>",
        "answer_context": "<string>",
        "is_pinned": true
      }
    }
  }
]

Query Parameters

q
string

Term to search

type
enum<string>

Comma separated list of resources to limit the search

Available options:
Project,
Artifact,
Thread,
Interaction,
ArtifactContent
limit
number

Maximum amount of elements to be returned

Response

200 - application/json

Created interaction details

id
string
required
type
enum<string>
required
Available options:
Project,
Artifact,
Thread,
Interaction,
ArtifactContent
match
string
required
rank
number
required
metadata
object