[
{
"id": "402778f6-bc8d-4aa5-a581-e08e3fc98c05",
"datastoreId": "daee775a-3be4-410d-ba20-bb0d94ce51cb",
"collectionId": "2148c830-14c2-478f-bb14-5c3019de46b4",
"syncRequired": true,
"owner": "540824222",
"createdBy": "540824222",
"createdOn": "2026-07-31T23:09:34.542Z",
"updatedOn": "2026-07-31T23:09:34.542Z",
"updatedBy": "540824222",
"content": {
"name": "Harry Potter",
"house": "Gryffindor",
"wand": {
"wood": "holly",
"core": "phoenix feather",
"length": 11
},
"courses": [
"Defense Against the Dark Arts",
"Potions",
"Transfiguration"
],
"enrolledOn": "1991-09-01",
"lastDetention": "1994-06-08T20:00:00Z"
}
},
{
"id": "dd363c89-60d2-4f70-89cb-c3c175be625b",
"datastoreId": "daee775a-3be4-410d-ba20-bb0d94ce51cb",
"collectionId": "2148c830-14c2-478f-bb14-5c3019de46b4",
"syncRequired": true,
"owner": "540824222",
"createdBy": "540824222",
"createdOn": "2026-07-31T23:11:11.564Z",
"updatedOn": "2026-07-31T23:11:11.564Z",
"updatedBy": "540824222",
"content": {
"name": "Hermione Granger",
"house": "Gryffindor",
"wand": {
"wood": "vine",
"core": "dragon heartstring",
"length": 10.75
},
"courses": [
"Potions",
"Transfiguration",
"Arithmancy",
"Care of Magical Creatures"
],
"enrolledOn": "1991-09-01",
"lastDetention": "1995-10-15T15:30:00Z"
}
}
]{
"status": 403,
"statusReason": "status 403 reading DocumentsResourceClient#listDocuments(UUID,Integer,Integer)",
"toe": "VRHSOYJ0UQ-F8PE7-0B7YA"
}{
"status": 404,
"statusReason": "DA0088: Invalid collection name: students",
"toe": "HADQGFG933-6MCDF-73C2N"
}List Documents
Lists all documents from a given collection. There is an upper limit of 10,000 documents per request.
[
{
"id": "402778f6-bc8d-4aa5-a581-e08e3fc98c05",
"datastoreId": "daee775a-3be4-410d-ba20-bb0d94ce51cb",
"collectionId": "2148c830-14c2-478f-bb14-5c3019de46b4",
"syncRequired": true,
"owner": "540824222",
"createdBy": "540824222",
"createdOn": "2026-07-31T23:09:34.542Z",
"updatedOn": "2026-07-31T23:09:34.542Z",
"updatedBy": "540824222",
"content": {
"name": "Harry Potter",
"house": "Gryffindor",
"wand": {
"wood": "holly",
"core": "phoenix feather",
"length": 11
},
"courses": [
"Defense Against the Dark Arts",
"Potions",
"Transfiguration"
],
"enrolledOn": "1991-09-01",
"lastDetention": "1994-06-08T20:00:00Z"
}
},
{
"id": "dd363c89-60d2-4f70-89cb-c3c175be625b",
"datastoreId": "daee775a-3be4-410d-ba20-bb0d94ce51cb",
"collectionId": "2148c830-14c2-478f-bb14-5c3019de46b4",
"syncRequired": true,
"owner": "540824222",
"createdBy": "540824222",
"createdOn": "2026-07-31T23:11:11.564Z",
"updatedOn": "2026-07-31T23:11:11.564Z",
"updatedBy": "540824222",
"content": {
"name": "Hermione Granger",
"house": "Gryffindor",
"wand": {
"wood": "vine",
"core": "dragon heartstring",
"length": 10.75
},
"courses": [
"Potions",
"Transfiguration",
"Arithmancy",
"Care of Magical Creatures"
],
"enrolledOn": "1991-09-01",
"lastDetention": "1995-10-15T15:30:00Z"
}
}
]{
"status": 403,
"statusReason": "status 403 reading DocumentsResourceClient#listDocuments(UUID,Integer,Integer)",
"toe": "VRHSOYJ0UQ-F8PE7-0B7YA"
}{
"status": 404,
"statusReason": "DA0088: Invalid collection name: students",
"toe": "HADQGFG933-6MCDF-73C2N"
}Path Parameters
The name given to the collection in the manifest. Case-sensitive.
Query Parameters
Maximum number of documents to return
Number of documents to skip
Response
Array of documents
Unique identifier for the Document
Unique identifier of the Datastore that this Document's Collection belongs to.
Unique identifier of the Collection this Document belongs to.
Whether or not this Document needs to be synced by Domo to the associated DataSet; only applies if the syncEnabled option is on for the Collection.
User ID of the Document owner.
User ID of the user who created the Document.
The ISO-8601 timestamp showing when this Document was created.
The ISO-8601 timestamp showing when this Document was last updated.
User ID of the user who last updated the Document.
The actual Document content

