搜索企业任务类型
GET
https://open.teambition.com/api/v3/organization/scenariofieldconfig/search
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://open.teambition.com/api/v3/organization/scenariofieldconfig/search' \
--header 'Authorization: Bearer <appAccessToken>' \
--header 'X-Tenant-Id: 50c32af35a87e6b2...' \
--header 'X-Tenant-Type: organization' \
--header 'Content-Type: application/json' \
--data-raw ''
响应示例响应示例
{
" result": [
{
"id": "string",
"name": "string",
"type": "string",
"scenariofields": [
{
"customfieldId": "string",
"fieldType": "string",
"required": true
}
],
"creatorId": "string",
"source": "string",
"created": "string",
"boundToObjectId": "string",
"boundToObjectType": "string",
"taskflowId": "string",
"isArchived": true
}
],
"nextPageToken": "string",
"code": 0,
"errorMessage": "string"
}
请求参数
Header 参数
Authorization
string
可选
默认值:
{{Authorization}}
X-Tenant-Id
string
企业 ID
默认值:
{{X-Tenant-Id}}
X-Tenant-Type
string
可选
默认值:
organization
Body 参数application/json
返回响应
修改于 2023-02-09 09:31:47