ReportDetailWorkflow
id stringnullable
Unique identifier of the workflow
Example:
a96104b2-9e16-4438-b7be-45cc4a51f066
name stringnullable
Name of the workflow
Example:
QAFA Workflow
standard object
Information of the standard of the workflow
createdDate date-timenullable
Creation date of the standard
Example:
2021-06-27T09:35:40.899000+00:00
id stringnullable
Unique identifier of the standard
Example:
2d42fee0-f9df-4469-8a13-39032f1d1d37
name stringnullable
Name of the standard
Example:
Quality Assurance Factory Assessment
owner object
Information of the owner of the standard
id stringnullable
Unique identifier of the organization
Example:
abc67433-c8d8-4779-a0f1-3f1490e2dde9
name stringnullable
Name of the organization
Example:
Acme Corp
type stringnullable
Type of the organization, e.g. RETAILER, FACTORY, PARTNER, etc.
Example:
RETAILER
uid stringnullable
Unique technical identifier of the organization
Example:
V123
type stringnullable
Type of the standard
Example:
PRODUCTION
version numbernullable
The standard version of the report
Example:
1.23
ReportDetailWorkflow
{
"id": "a96104b2-9e16-4438-b7be-45cc4a51f066",
"name": "QAFA Workflow",
"standard": {
"createdDate": "2021-06-27T09:35:40.899000+00:00",
"id": "2d42fee0-f9df-4469-8a13-39032f1d1d37",
"name": "Quality Assurance Factory Assessment",
"owner": {
"id": "abc67433-c8d8-4779-a0f1-3f1490e2dde9",
"name": "Acme Corp",
"type": "RETAILER",
"uid": "V123"
},
"type": "PRODUCTION",
"version": 1.23
}
}