TASK-DATA-SERVICE
Number of APIs: 2
This API specification serves as reference within SiGREEN project for how to design and specify HTTPs-based APIs.
Contact Support: Name: SiGREEN API Support Email: sigreensupport.industry@siemens.com
-
tasks - GET the outbound pcf requests of my company. it is recommended to make use of the "status" query parameter as follows /tasks/outboundPcfRequests?status=NEW,PCF_RECEIVED,COMPLETED. GET /tasks/tasks/outboundPcfRequests?searchText=<string>&componentName=<string>&taskId=<string>&supplierId=<string>&supplierName=<string>&pcfId=<string>&materialCategory=<string>&status=<string>&from=<dateTime>&to=<dateTime>&sort=<integer>&page=0&size=10
-
tasks - GET the incoming pcf requests of my company. it is recommended to make use of the "status" query parameter as follows /tasks/inboundPcfRequests?status=NEW,PCF_SHARED,COMPLETED. GET {{baseUrl}}/tasks/inboundPcfRequests?searchText=<string>&productName=<string>&taskId=<string>&companyName=<string>&pcfId=<string>&productFamily=<string>&status=<string>&from=<dateTime>&to=<dateTime>&sort=<string>&page=0&size=10