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

GET the outbound requests sent for company in SiGREEN.

Request Params

KeyDatatypeRequiredDescription
searchTextstringFree text search for outbound pcf requests that will look in the attribute of Task ID,component name,supplierName of a company in SiGREEN.
componentNamestringComponent name of the company in SiGREEN
taskIdstringTask Id for identifying the outbound pcf request of the company in SiGREEN
supplierIdstringSupplierId of the supplier company
supplierNamestringName of the supplier company
pcfIdstringId for identifying the pcf data received in my company
materialCategorystringMaterialCategory of the component my company
statusstringOutbound pcf request status. Multiple fields could be used separated by commas (e.g. "PCF_RECEIVED","UNDER_REVIEW"). Available values : NEW, PCF_RECEIVED, UNDER_REVIEW, WITHDRAWN, COMPLETED, REJECTED_PCF, DENIED, CANCELLED
fromstringThe start date of the date range when the task was created or updated in SiGREEN.DateTime (ISO 8601; UTC Timezone)
tostringThe end date of the date range when the task was created or update in SiGREEN.DateTime (ISO 8601; UTC Timezone)
sortstringThe order of returned elements.sort supporting fields(taskId,componentName,supplierName,supplierId,requestTimeStamp) in outbound pcf requests.Descending order could be requested by appending '-' ,ascending '+' at the prefix of parameter.(e.g. '+taskId)'
pagenumberThis is an integer representing the page-number to fetch. 0 would be the first page.(e.g 'page=0')
sizenumberThis is used for the requested maximum page size.(e.g. 'size=10')

HEADERS

KeyDatatypeRequiredDescription
Acceptstring

RESPONSES

status: OK

{&quot;items&quot;:[{&quot;id&quot;:&quot;UUID&quot;,&quot;taskId&quot;:&quot;T001&quot;,&quot;pcfRequestedData&quot;:{&quot;location&quot;:&quot;location&quot;,&quot;declaredUnit&quot;:&quot;kg&quot;,&quot;standards&quot;:&quot;TFS V2&quot;,&quot;message&quot;:&quot;PCF request message&quot;,&quot;identifiers&quot;:[{&quot;type&quot;:&quot;ean&quot;,&quot;value&quot;:&quot;4667&quot;}]},&quot;pcfData&quot;:{&quot;pcfId&quot;:&quot;pcfId&quot;,&quot;standards&quot;:[&quot;TFS V2&quot;,&quot;PACT V2.0.0&quot;]},&quot;componentName&quot;:&quot;componentName&quot;,&quot;supplierName&quot;:&quot;supplier Name&quot;,&quot;type&quot;:&quot;Received&quot;,&quot;taskType&quot;:&quot;PCF_REQUEST&quot;,&quot;status&quot;:&quot;NEW&quot;,&quot;requestTimeStamp&quot;:&quot;2022-11-20T08:30Z&quot;,&quot;lastUpdatedTimeStamp&quot;:&quot;2022-11-20T08:30Z&quot;,&quot;materialCategory&quot;:&quot;materialCategory&quot;,&quot;supplierId&quot;:&quot;supplier id&quot;},{&quot;id&quot;:&quot;UUID&quot;,&quot;taskId&quot;:&quot;T001&quot;,&quot;pcfRequestedData&quot;:{&quot;location&quot;:&quot;location&quot;,&quot;declaredUnit&quot;:&quot;kg&quot;,&quot;standards&quot;:&quot;TFS V2&quot;,&quot;message&quot;:&quot;PCF request message&quot;,&quot;identifiers&quot;:[{&quot;type&quot;:&quot;ean&quot;,&quot;value&quot;:&quot;4667&quot;}]},&quot;pcfData&quot;:{&quot;pcfId&quot;:&quot;pcfId&quot;,&quot;standards&quot;:[&quot;TFS V2&quot;,&quot;PACT V2.0.0&quot;]},&quot;componentName&quot;:&quot;componentName&quot;,&quot;supplierName&quot;:&quot;supplier Name&quot;,&quot;type&quot;:&quot;Received&quot;,&quot;taskType&quot;:&quot;PCF_REQUEST&quot;,&quot;status&quot;:&quot;NEW&quot;,&quot;requestTimeStamp&quot;:&quot;2022-11-20T08:30Z&quot;,&quot;lastUpdatedTimeStamp&quot;:&quot;2022-11-20T08:30Z&quot;,&quot;materialCategory&quot;:&quot;materialCategory&quot;,&quot;supplierId&quot;:&quot;supplier id&quot;}],&quot;hasNext&quot;:true,&quot;hasPrev&quot;:false,&quot;page&quot;:0,&quot;pageNumber&quot;:1,&quot;size&quot;:10,&quot;totalPages&quot;:120}