cURL
curl --request GET \ --url https://api.copera.ai/public/v1/docs/{docId} \ --header 'Authorization: Bearer <token>'
{ "_id": "<string>", "title": "<string>", "owner": "<string>", "createdAt": "<string>", "updatedAt": "<string>", "icon": { "type": "<string>", "value": "<string>" }, "cover": { "type": "<string>", "value": "<string>" }, "starred": true, "parent": "<string>" }
Retrieve details of a specific document.
Bearer token
ObjectId
24
^[0-9a-fA-F]{24}$
Default Response
Show child attributes
Was this page helpful?