GET api/Teambition/CreateProjectByTemplate?orgId={orgId}&appID={appID}&appSecret={appSecret}&TemplateID={TemplateID}&operatorId={operatorId}&newProjectName={newProjectName}&GroupID={GroupID}
根据模板创建项目
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
orgId |
企业编号 |
string |
Required |
appID |
应用编号 |
string |
Required |
appSecret |
应用秘钥 |
string |
Required |
TemplateID |
模板 ID |
string |
Required |
operatorId |
创建者 ID |
string |
Required |
newProjectName |
创建项目名称 |
string |
Required |
GroupID |
新的分组编号 |
string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of ObjectNone.
Response Formats
application/json, text/json
Sample:
Sample not available.