Contents

Count document

Returns number of documents in the project.

Role

Permission

All permissions

Restriction

No restriction

Method

GET

URL

/api/v2/documents/count

Query parameters

Parameter NameTypeDescription
projectIdOrKeyStringProject ID or Project Key

Response example

Response Body

{
    "count": 11
}