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

GET the incoming pcf requests received for company in SiGREEN.

Request Params

KeyDatatypeRequiredDescription
searchTextstringFree text search for incoming pcf requests that will look in the attribute of Task ID, Product name, Company Name(Requester company name) of a company in SiGREEN
productNamestringProduct name of the company in SiGREEN
taskIdstringTask Id for identifying the incoming pcf request of the company in SiGREEN
companyNamestringName of the customer company
pcfIdstringId for identifying the pcf data shared in my company
productFamilystringProduct family name of the product my company
statusstringInbound pcf request task status. Multiple fields could be used separated by commas (e.g. "NEW","PCF_SHARED").. Available values : NEW, PCF_SHARED, 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 updated in SiGREEN.DateTime (ISO 8601; UTC Timezone)
sortstringThe order of returned elements.sort supporting fields(taskId,productName,companyName) for inbound 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;companyName&quot;:&quot;companyName&quot;,&quot;id&quot;:&quot;UUID&quot;,&quot;lastUpdatedTimeStamp&quot;:&quot;2022-11-20T08:30Z&quot;,&quot;pcfData&quot;:{&quot;pcfId&quot;:&quot;pcfId&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;productFamily&quot;:&quot;productFamily&quot;,&quot;productName&quot;:&quot;productName&quot;,&quot;requestTimeStamp&quot;:&quot;2022-11-20T08:30Z&quot;,&quot;status&quot;:&quot;NEW&quot;,&quot;taskId&quot;:&quot;T001&quot;,&quot;taskType&quot;:&quot;PCF_REQUEST&quot;,&quot;type&quot;:&quot;Received&quot;},{&quot;companyName&quot;:&quot;companyName&quot;,&quot;id&quot;:&quot;UUID&quot;,&quot;lastUpdatedTimeStamp&quot;:&quot;2022-11-20T08:30Z&quot;,&quot;pcfData&quot;:{&quot;pcfId&quot;:&quot;pcfId&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;productFamily&quot;:&quot;productFamily&quot;,&quot;productName&quot;:&quot;productName&quot;,&quot;requestTimeStamp&quot;:&quot;2022-11-20T08:30Z&quot;,&quot;status&quot;:&quot;NEW&quot;,&quot;taskId&quot;:&quot;T001&quot;,&quot;taskType&quot;:&quot;PCF_REQUEST&quot;,&quot;type&quot;:&quot;Received&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}