Creates a new workflow
Creates a new workflow in the specified project
Path Parameters
projectId string required
The project Id.
application/json
Request Body required
The following is required:(name).
- Array [
- ]
description string nullable
name string nullable
tags object[] nullable
id string nullable
name string nullable
Responses
- 200
- 401
- 403
- 404
The created workflow.
application/json
Schema
Example (from schema)
Schema
- Array [
- ]
- Array [
- ]
- Array [
- ]
_etag string nullable
createdById string nullable
createdByName string nullable
createdUtc date-time nullable
customerId string nullable
description string nullable
id string nullable
isDeleted boolean nullable
lastModifiedById string nullable
lastModifiedByName string nullable
lastModifiedUtc date-time nullable
name string nullable
projectId string nullable
readReceipts object[] nullable
timeStamp date-time nullable
userId string nullable
userName string nullable
tags object[] nullable
id string nullable
name string nullable
toolReferences object[] nullable
referenceDisplayName string nullable
referenceId string nullable
toolType int32
Possible values: [0
, 1
, 2
, 3
, 4
]
Default value: 0
type string nullable
{
"_etag": "string",
"createdById": "string",
"createdByName": "string",
"createdUtc": "2025-01-13T15:06:26.992Z",
"customerId": "string",
"description": "string",
"id": "string",
"isDeleted": true,
"lastModifiedById": "string",
"lastModifiedByName": "string",
"lastModifiedUtc": "2025-01-13T15:06:26.992Z",
"name": "string",
"projectId": "string",
"readReceipts": [
{
"timeStamp": "2025-01-13T15:06:26.992Z",
"userId": "string",
"userName": "string"
}
],
"tags": [
{
"id": "string",
"name": "string"
}
],
"toolReferences": [
{
"referenceDisplayName": "string",
"referenceId": "string",
"toolType": 0
}
],
"type": "string"
}
Unauthorized
Access denied
Not found
Loading...