posted two days ago

Hello all,
I'm using the LF API server, and I can get it working just fine. I now need to return the entry I'm searching for path. For some reason, the API is returning null. Everything else looks good. I'm testing in the Swagger playground. Here are the results. 

{
  "@odata.context": "https://anlfdevsrv.srapacific.com/LFRepositoryAPI/v1/$metadata#Results",
  "value": [
    {
      "id": 173966,
      "isContainer": false,
      "isLeaf": true,
      "name": "Packing Slip - PO 13-1249889 VendorID: 30358",
      "parentId": 173969,
      "fullPath": null,
      "folderPath": null,
      "creator": "Forms",
      "creationTime": "2025-06-17T13:39:26-07:00",
      "lastModifiedTime": "2025-06-17T13:41:13-07:00",
      "entryType": "Document",
      "templateName": "Accounts Payable - Packing List",
      "templateId": 31,
      "templateFieldNames": [],
      "volumeName": "DEFAULT",
      "rowNumber": 1
    }
  ]
}

I see the entry ID, template, name, and other information. For some reason, null is in the path. Any idea why? 

0 0