Contents
Count document
Returns number of documents in the project.
Role
Administrator
Normal User
Method
GET
URL
/api/v2/documents/count
Query parameters
| Parameter Name | Type | Description |
|---|---|---|
| projectIdOrKey | String | Project ID or Project Key |
Response example
Response Body
{
"count": 11
}