curl --location --request GET 'http://dev-cn.your-api-server.com/v2/users//workflows'
{
"status": {
"code": {},
"description": "string",
"details": "string",
"stackTrace": [
"string"
],
"percentCompleted": 0,
"timeRemaining": 0,
"reqId": "string",
"internalDetails": "string",
"redirectInfo": {
"url": "string",
"resourceType": "string",
"oldResourceId": "string",
"newResourceId": "string"
}
},
"workflows": [
{
"id": "string",
"appId": "string",
"createdAt": "2019-08-24T14:15:22Z",
"nodes": [
{
"id": "string",
"model": {},
"nodeInputs": [
{
"nodeId": "string"
}
],
"suppressOutput": true,
"outputInfoOverride": {}
}
],
"metadata": {},
"visibility": {
"gettable": "UNKNOWN_VISIBILITY"
},
"userId": "string",
"modifiedAt": "2019-08-24T14:15:22Z",
"version": {
"id": "string",
"workflowId": "string",
"createdAt": "2019-08-24T14:15:22Z",
"modifiedAt": "2019-08-24T14:15:22Z",
"visibility": {
"gettable": "UNKNOWN_VISIBILITY"
},
"nodes": [
{
"id": "string",
"model": {},
"nodeInputs": [
{
"nodeId": "string"
}
],
"suppressOutput": true,
"outputInfoOverride": {}
}
],
"metadata": {},
"appId": "string",
"userId": "string",
"description": "string",
"license": "string"
},
"isStarred": true,
"starCount": 0,
"description": "string",
"notes": "string",
"useCases": [
"string"
],
"checkConsents": [
"string"
],
"bookmarkOrigin": {
"id": "string",
"appId": "string",
"userId": "string",
"resourceType": "unknown"
}
}
]
}