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>'
[
  {
    "_id": "<string>",
    "title": "<string>",
    "content": "<string>"
  }
]

Authorizations

api-token
string
header
required

Path Parameters

id
integer
required

ID of doc group

Response

200
application/json

Doc response

The response is of type object[].