GET
/
api
/
v1
/
comment
/
curl --request GET \
  --url https://api.bundle.social/api/v1/comment/ \
  --header 'x-api-key: <api-key>'
{
  "items": [
    {
      "id": "<string>",
      "teamId": "<string>",
      "internalPostId": "<string>",
      "internalParentCommentId": "<string>",
      "text": "<string>",
      "postDate": "2023-11-07T05:31:56Z",
      "postedDate": "2023-11-07T05:31:56Z",
      "status": "DRAFT",
      "data": {
        "FACEBOOK": {
          "text": "<string>"
        },
        "INSTAGRAM": {
          "text": "<string>"
        },
        "THREADS": {
          "text": "<string>"
        },
        "TIKTOK": {
          "text": "<string>"
        },
        "LINKEDIN": {
          "text": "<string>"
        },
        "YOUTUBE": {
          "text": "<string>"
        },
        "REDDIT": {
          "text": "<string>"
        },
        "MASTODON": {
          "text": "<string>"
        },
        "DISCORD": {
          "text": "<string>"
        },
        "SLACK": {
          "text": "<string>"
        }
      },
      "error": "<string>",
      "errors": {
        "FACEBOOK": "<string>",
        "INSTAGRAM": "<string>",
        "TIKTOK": "<string>",
        "LINKEDIN": "<string>",
        "REDDIT": "<string>",
        "YOUTUBE": "<string>",
        "MASTODON": "<string>",
        "THREADS": "<string>",
        "DISCORD": "<string>",
        "SLACK": "<string>"
      },
      "externalData": {
        "FACEBOOK": {
          "id": "<string>",
          "permalink": "<string>"
        },
        "INSTAGRAM": {
          "id": "<string>",
          "permalink": "<string>"
        },
        "TIKTOK": {
          "id": "<string>",
          "permalink": "<string>"
        },
        "LINKEDIN": {
          "id": "<string>",
          "commentUrn": "<string>",
          "permalink": "<string>"
        },
        "REDDIT": {
          "id": "<string>",
          "permalink": "<string>"
        },
        "YOUTUBE": {
          "id": "<string>",
          "permalink": "<string>"
        },
        "MASTODON": {
          "id": "<string>",
          "permalink": "<string>"
        },
        "THREADS": {
          "id": "<string>",
          "permalink": "<string>"
        },
        "DISCORD": {
          "id": "<string>",
          "permalink": "<string>"
        },
        "SLACK": {
          "id": "<string>",
          "permalink": "<string>"
        }
      },
      "createdAt": "2023-11-07T05:31:56Z",
      "updatedAt": "2023-11-07T05:31:56Z",
      "deletedAt": "2023-11-07T05:31:56Z"
    }
  ],
  "total": 123
}

Authorizations

x-api-key
string
header
required

Query Parameters

teamId
string
required
status
enum<string>
Available options:
DRAFT,
SCHEDULED,
POSTED,
ERROR,
DELETED,
PROCESSING
orderBy
enum<string>
Available options:
createdAt,
updatedAt,
deletedAt
order
enum<string>
Available options:
ASC,
DESC
q
string
platforms
enum<string>[]
offset
number | null
default:0
limit
number | null
default:10

Response

200
application/json

200

The response is of type object.