tasks

Number of APIs: 2

  1. 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

  2. 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