Inconsistent data across Project endpoints

I am trying to understand why the records returned using the following 2 Project endpoints returns inconsistent values for the same project_id. The endpoints are Project (Get) and Project (Search).

https://api.sky.blackbaud.com/generalledger/v1/projects/{project_id}

projectGET.png

https://api.sky.blackbaud.com/generalledger/v1/projects[?offset][&limit][&search_text][&from_project][&to_project][&last_modified][&division][&department][&location][&type]

projectSearch.png

Answers