Contents
Get Licence
Returns licence.
Role
All
Method
GET
URL
/api/v2/space/licence
Response example
Status Line / Response Header
HTTP/1.1 200 OK
Content-Type:application/json;charset=utf-8
Response Body
{
"active": true,
"attachmentLimit": 0,
"attachmentLimitPerFile": 10485760,
"attachmentNumLimit": 50,
"attribute": true,
"attributeLimit": 100,
"burndown": true,
"commentLimit": 0,
"componentLimit": 0,
"fileSharing": true,
"gantt": true,
"git": true,
"issueLimit": 0,
"licenceTypeId": 51,
"limitDate": "2019-01-02T15:00:00Z",
"nulabAccount": true,
"parentChildIssue": true,
"postIssueByMail": true,
"projectLimit": 0,
"pullRequestAttachmentLimitPerFile": 10485760,
"pullRequestAttachmentNumLimit": 50,
"remoteAddress": true,
"remoteAddressLimit": 100,
"startedOn": "2018-01-03T15:00:00Z",
"storageLimit": 1073741824000,
"subversion": true,
"subversionExternal": true,
"userLimit": 0,
"versionLimit": 0,
"wikiAttachment": true,
"wikiAttachmentLimitPerFile": 10485760,
"wikiAttachmentNumLimit": 50
}