Skip to main content
  • getRecordsFromCollectionRaw

    public RawGetRecordsFromCollectionResponse getRecordsFromCollectionRaw(GetRecordsFromCollectionRequest request) throws GPUdbException
    Retrieves records from a collection. The operation can optionally return the record IDs which can be used in certain queries such as deleteRecords.

    This operation supports paging through the data via the offset and limit parameters.

    Note that when using the Java API, it is not possible to retrieve records from join views using this operation. (DEPRECATED)

    Parameters:
    request - Request object containing the parameters for the operation.
    Returns:
    Response object containing the results of the operation.
    Throws:
    GPUdbException - if an error occurs during the operation.