ndi.cloud.api.documents.get_document
GET_DOCUMENT - get a document
[RESPONSE,DOCUMENT] = ndi.cloud.api.documents.GET_DOCUMENT(DATASET_ID, DOCUMENT_ID)
Inputs:
DATASET_ID - a string representing the dataset id
DOCUMENT_ID - a string representing the document id
Outputs:
RESPONSE - the updated dataset summary
DOCUMENT - A document object required by the user