v1
latestOpenAPI 3.0.02026-07-24622596.0 KBList Photos
Path parameters
ID of the Project
Query parameters
Page number for offset-based pagination. Cannot be used with cursor pagination (after/before params)
Number of results per page. Default 50, maximum 100
Cursor for forward pagination. Comes from X-Next-Cursor header value. Returns results after this cursor position. Cannot be used with 'before' or 'page'
Cursor for backward pagination. Comes from X-Prev-Cursor header value. Returns results before this cursor position. Cannot be used with 'after' or 'page'
A unix timestamp to return photos captured on or after the provided value
A unix timestamp to return photos captured on or before the provided value
Filter results to include photos captured by one of these user IDs
Filter results to include photos captured by users in one of these group IDs
Filter results to include photos with one of these tag IDs
Response
List of photos sorted by captured date descending
Example response
[
{
"id": "4782987471",
"company_id": "8292212",
"creator_id": "2789583992",
"creator_type": "User",
"creator_name": "Shawn Spencer",
"project_id": "94772883",
"processing_status": "processed",
"status": "active",
"coordinates": {
"lat": 28.425852468018288,
"lon": -81.47155671113255
},
"uris": [
{
"type": "original",
"url": "https://static.companycam.com/VuS0rPvrnNA1490797262.jpg"
},
{
"type": "web",
"url": "https://static.companycam.com/VuS0rPvrnNA1490797262web.jpg"
},
{
"type": "thumbnail",
"url": "https://static.companycam.com/VuS0rPvrnNA1490797262small.jpg"
}
],
"hash": "00ab337b7399151e5d4aa3bd4226e8dd",
"description": "The front of the house",
"photo_url": "https://app.companycam.com/photos/8675309",
"captured_at": 1152230396,
"created_at": 1152230608,
"updated_at": 1152230400
}
]