Skip to main content

Get screenshots

GET 

/v2/projects/:projectId/keys/:keyId/screenshots

Get screenshots

Request

Path Parameters

    keyId int64required
    projectId int64required

Responses

OK

Schema
    _embedded object
    screenshots object[]
  • Array [
  • createdAt date-time
    fileUrl stringrequired
    filename stringrequired

    File name, which may be downloaded from the screenshot path.

    When images are secured. Encrypted timestamp is appended to the filename.

    height int32
    id int64required
    keyReferences object[]required
  • Array [
  • keyId int64required
    keyName stringrequired
    keyNamespace string
    originalText string
    position object
    height int32required
    width int32required
    x int32required
    y int32required
  • ]
  • location string
    middleSized string
    middleSizedUrl string
    thumbnail stringrequired

    Thumbnail file name, which may be downloaded from the screenshot path.

    When images are secured. Encrypted timestamp is appended to the filename.

    thumbnailUrl stringrequired
    width int32
  • ]
Loading...