GET v4/layers/scoutingObservations/{scoutingObservationId}/attachments/{attachmentId}/contents

climate.com

Summary: Retrieve the binary contents of a scouting observation’s attachment.
Operation ID:
Auth: unknown
Description

Photos added to scouting notes in the FieldView app are capped to `20MiB` (`20971520 bytes`), and we won’t store photos larger than that in a scouting note. Downloads larger than `5MiB` (`5242880 bytes`) in size, must be downloaded in chunks no larger than `5MiB` (`5242880 bytes`) and no smaller than `1MiB` (`1048576 bytes`). The last chunk could be less than `1MiB` (`1048576 bytes`).

Parameters (4)

Accept (string, header, required)

Must be either \*/* or application/octet-stream,application/json

Range (string, header, required)

Byte range `bytes=start-end` (https://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.35.1). e.g. bytes=0-1048576. Currently only single range value is supported. Both start and end need to be specified, end value should be greater than start and end - start should not be greater than 5MiB.

attachmentId (string, path, required)

Unique identifier of the attachment.

scoutingObservationId (string, path, required)

Unique identifier of the Scouting Observation.

No probe data for this endpoint yet.