Skip to main content

Get attachments

List attachments in your groups

Query Parameters
  • group string

    Filter by a specific group

  • limit integer

    Default value: 20

    Length of dataset to return. Use with offset query to iterate through results.

  • offset integer

    Offset from start of dataset. Use with the limit query to iterate through dataset.

Responses

successful operation, list of attachment objects


Schema
  • meta object
  • limit int32
  • next string
  • offset int32
  • previous string
  • total_count int32

    total number of objects

  • objects object[]
  • created date-time
  • description string
  • filename string
  • group string
  • resource_uri string
  • user string

    resource_uri for user

  • uuid uuid

    id for attachment object

Loading...