Skip to main content
GET
List photos
Requires read:photos. Returns active gallery photo attachments for the builder, including a short-lived signed imageUrl. Optional filters: projectId=proj_<id> and folderId=<folderId>.

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Path Parameters

builderId
string
required

Query Parameters

projectId
string
folderId
string
source
enum<string>[]

BuildPass UI photo source. Repeat the parameter to include multiple sources, for example source=GALLERY&source=DEFECT.

Available options:
GALLERY,
SITE_DIARY,
PRE_START,
CHECKLIST,
ITP,
PLATFORM_ACTION,
DEFECT
offset
integer
default:0

The number of items to skip before starting to collect the result set.

Example:

0

limit
integer
default:25

The number of items to return.

Required range: x <= 25
Example:

25

Response

200 - application/json

Successful response

data
object[]
meta
object