Get project's size
GET/projects/:projectId/size
Get project's size
Request
Path Parameters
projectId stringrequired
Responses
- 200
- 401
- 404
- 500
Success
- application/json
- Schema
- Example (from schema)
Schema
types
object
nullable
Project files summary by types.
property name* int64
parsers
object
nullable
Project files summary by parsers.
property name* int64
{
"types": {
"dwg": 1366401895
},
"parsers": {
"ODA DWG": 1366401895
}
}
Unauthorized
Not Found
Server Error
Loading...