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>" } ]
Returns all docs inside doc group
ID of doc group
Doc response
The response is of type object[].
object[]