Skip to main content

Get all images

GET 

/images

Get list of all images

Request

Query Parameters

    paramsIO objectrequired
    optionalFields string[]

Responses

OK

Schema

  • Array [

  • baseColor int32
    colorDepth int32
    createdById int64

    Account id to whom created this image

    date date-time
    fileName string
    fileWeight int64

    File size of the image

    format string

    Possible values: [PNG, JPEG, GIF, SVG, MVG, WEB]

    height int32
    id int64

    Unique identifier of the given image

    keywords string[]
    name string
    path string
    shared boolean
    siteId int64
    size int64

    Size of image

    source string
    sourceUrl string
    width int32
  • ]

Loading...