added
List Project Assets API
about 1 year ago by Andriy Mysyk
With List Project Assets API, you can view project assets uploaded using the Create Assets API. Project asset objects will now contain a temporary_access_url
with a link to download the file. The link has temporary access and will expire after 24 hours. Links are regenerated on each request.
{
"project_assets": [
"id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"filename": "meter_image.jpg",
"temporary_access_url": "http://some-host.com/some-path/file2.png"
]
}