Skip to content

List Manifest

//trimblecloud-fileservice/trimblecloud.fileservice/FilesAPI/listManifest

listManifest

[JVM]
abstract fun listManifest(@NonNullspaceId: @NonNullUUID, @NonNullfileId: @NonNullUUID): CompletableFuture<Response<ManifestFileList>>

Lists all files from inside the unpacked fileset.

Return

  • A future that resolves to lists all files from inside the unpacked fileset.

Parameters

JVM

spaceId- The space id.
fileId- The file id.

Throws

TCPServiceException- If an error occurs due to API or network-related issues.
SDKClientException- If a client-side error occurs within the SDK.

[JVM]
abstract fun listManifest(@NonNullspaceId: @NonNullUUID, @NonNullfileId: @NonNullUUID, @NonNullparams: @NonNullListManifestParams): CompletableFuture<Response<ManifestFileList>>

Lists all files from inside the unpacked fileset.

Return

  • A future that resolves to lists all files from inside the unpacked fileset.

Parameters

JVM

spaceId- The space id.
fileId- The file id.
params- The parameters to filter the response.

Throws

TCPServiceException- If an error occurs due to API or network-related issues.
SDKClientException- If a client-side error occurs within the SDK.