getExtractions

@GET(value = "documents/{documentId}/extractions")
public abstract Response<ResponseBody> getExtractions(@HeaderMap() Map<String, String> bearer, @Path(value = "documentId") String documentId)