Skip to main content
GET
/
doc-groups
/
{id}
/
docs
cURL
curl --request GET \
  --url https://www.quikquery.io/api/v1/doc-groups/{id}/docs \
  --header 'api-token: <api-key>'
[
  {
    "title": "<string>",
    "content": "<string>",
    "_id": "<string>"
  }
]

Authorizations

api-token
string
header
required

Path Parameters

id
integer<int64>
required

ID of doc group

Response

Doc response

title
string
required

The title of the document

content
string
required

The content of the document

_id
string