CQPListResponse
Paginated list of CQPs.
Total number of CQPs matching the filter criteria.
42results object[]required
Possible values: <= 255 characters
Possible values: [safety, functional, regulation]
Empty string when not provided.
Possible values: [pending, reviewed]
Creation provenance. POST creates records with api; PUT preserves the existing value and never changes how the CQP was originally created.
Possible values: [manual, api, csv_import, library]
Possible values: <= 255 characters
Empty string when not provided.
mitigations object[]required
Regenerated when the aggregate is replaced with PUT.
Possible values: [product_spec, material, production_process]
Possible values: [material_preparation, cutting, forming_molding, printing_dyeing, sewing, assembly, surface_finishing, washing, finishing, labeling, packing, other]
verifications object[]required
Regenerated when the aggregate is replaced with PUT.
Possible values: [pre_production, during_production, post_production]
Possible values: [certified_lab_test, process_verification_checklist, inspection]
Possible values: <= 50 characters
Possible values: [third_party, brand_retailer, supplier_factory]
attachments object[]required
Regenerated when the aggregate is replaced with PUT.
Possible values: <= 500 characters
Possible values: <= 255 characters
Possible values: <= 200 characters
{
"count": 42,
"results": [
{
"id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"name": "string",
"cqpType": "safety",
"description": "string",
"status": "pending",
"source": "manual",
"cqcs": [
"string"
],
"comment": "string",
"mitigations": [
{
"id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"controlLayerType": "product_spec",
"productionStep": "material_preparation",
"specification": "string",
"productionControlCheck": "string",
"qualityControlCheck": "string",
"createdAt": "2024-07-29T15:51:28.071Z",
"updatedAt": "2024-07-29T15:51:28.071Z"
}
],
"verifications": [
{
"id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"stageType": "pre_production",
"methodType": "certified_lab_test",
"inspectionTypes": [
"string"
],
"acceptanceCriteria": "string",
"assignedTo": "third_party",
"createdAt": "2024-07-29T15:51:28.071Z",
"updatedAt": "2024-07-29T15:51:28.071Z"
}
],
"attachments": [
{
"id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"fileUrl": "string",
"fileName": "string",
"fileContentType": "string",
"createdAt": "2024-07-29T15:51:28.071Z",
"updatedAt": "2024-07-29T15:51:28.071Z"
}
],
"createdAt": "2024-07-29T15:51:28.071Z",
"updatedAt": "2024-07-29T15:51:28.071Z"
}
]
}