Skip to content

ndi.cloud.sync.internal.listRemoteDocumentIds

  listRemoteDocumentIds - Retrieves document IDs from a remote cloud dataset

  Syntax:
    documentIds = ndi.cloud.sync.internal.listRemoteDocumentIds(cloudDatasetId) 
    This function retrieves the NDI and API document IDs associated with 
    a specified cloud dataset ID and returns them in a table format.

  Input Arguments:
    cloudDatasetId (1,1) string - The ID of the cloud dataset from which to 
    retrieve document IDs.

  Output Arguments:
    documentIds - A table containing the NDI and API document IDs with 
    variable names 'ndiId' and 'apiId'.