Skip to main content

Hi all,

I’m calling an IFS Cloud API using BPA (Workflow) and I’m not seeing a field called “Notes” as I can see using Postman.

The below is the API call

https://IFSCloudServer/ifsapplications/projection/v1/WorkTaskServiceHandling.svc/ShowAssociatedWorkTaskNotesDetails(TaskSeq=1068,ReportedObjectSeq=null,ActualObjectSeq='20',ReqId='1431',ShowAssociatedNotes=false)

Can someone please help?

Hi ​@Eleazar_AyaviriCarrillo,
This should work. What does ShowAssociatedWorkTaskNotesDetails variable say. Is it not visible when you click the eye icon?


Hi ​@Buddhi Gunasekara ,

that’s correct, it is not visible. This is what I received using the Workflow, please see json below, and as you can see there is no Notes.
 

 ShowAssociatedWorkTaskNotesDetails : a        ▽ {            EquipmentObjectSeq : null            QuotationNo : null            QuotationRev : null            CreatedBy : "DUMMY"            NoteEntityName : "JtTask"            IsActive : true            Internal : "Internal"            LocationId : null            keyref : "SEQ=8^"            ReqId : null            ContractId : null            ModifiedBy : null            ModifiedDate : null            TaskSeq : 1212            Mobile : false            NoteEntityKey : "1212"            Objgrants : null            NoteType : null         ▷ ETag : "W/"Vy8iQUFBYnZGQUFpQ ..."         ▷ CreatedDate : "2025-08-25-16.15.38. ..."            LoggedUser : "DUMMY"            luname : "RequestContactNote"            Seq : 8        }]


Reply