Saltar al contenido principal

Lists bots collections

GET 

/api/bots/:botId/collections

Lists the collections the bot has access to based on the configured skills and user's permissions.

Request

Path Parameters

    botId uuidrequired

Query Parameters

    options object

Responses

Success

Schema
    count int64

    Total items in server

    items object[]nullable

    Items retrieved

  • Array [
  • id uuid

    Collection id (GUID)

    title stringnullable

    Title of the collection

    description stringnullable

    A brief description of the collection

    jobReference stringnullable

    Internal field to track jobs associated to this collection

    accessMode CollectionAccessMode

    Possible values: [Everyone, MembersOnly]

    tags object[]nullable

    List of tags

  • Array [
  • key stringnullable
    value nullable
  • ]
  • ]
  • continuationToken stringnullable

    A continuation token

Loading...