Get the documents of a collection
Query parameters
-
The page number in a paginated set of results
-
The limit of results to be returned per page
-
Search Document with a specific title
-
Search Documents that contains this in the title
-
Search Document with a specific type
Values are
LinkorPage. -
Search Document which have the following types
Values are
LinkorPage. -
Search Document with a specific status
Values are
DraftorPublished. -
Search Document which have the following statuses
Values are
DraftorPublished.
GET
/v1/collections/{collectionId}/documents
curl \
--request GET 'https://openapi.meltingspot.io/v1/collections/{collectionId}/documents'
Response examples (200)
{
"items": [
{
"id": "string",
"title": "string",
"type": "Link",
"status": "Draft"
}
],
"total": 42
}