v2
latestOpenAPI 3.0.02026-08-0793108394.2 KBFind media
Query parameters
Maximum number of results to return.
Maximum limit is '100'. If not specified, defaults to '50'.
If not specified, fetches the first page of results.
A string obtained from previous API queries. Used to fetch the next page of results.
See the after key in the response for more information.
Headers
String used to internally identify which integrator made this request on behalf of their users.
Integrators should reuse the same 'X-Encircle-Attribution' value for all their users.
This attribution enables Encircle to provide better assistance to integrators if they encounter any issues.
If not specified, the request will not be associated with any integration services.
Unique string used to identify each specific request.
Any retries due to connection failures should reuse the same 'X-Encircle-Request' value. This helps prevent duplicate requests from unintentionally being processed again.
If not specified, the request will be treated as unique and it will be processed normally.
Response
A list of Media under a specific PropertyInspection.
Example response
{
"list": [
{
"filename": "Picture-1.jpg",
"content_type": "image/jpeg",
"labels": [
"Exterior"
],
"primary_server_created": "1969-07-20T20:17:40Z",
"primary_client_created": "1969-07-20T20:17:40Z",
"secondary_server_created": "1969-07-20T20:17:40Z",
"secondary_client_created": "1969-07-20T20:17:40Z",
"source": {
"type": "ClaimRoomAfterPicture",
"primary_id": "1",
"secondary_id": "1"
}
}
]
}