“Last Updated” Timestamp on Projects Now Available Through API
Starting in this release, the Code Insight data library (PDL) now stores the timestamp for the last time a project was updated. (The information is stored in Last_Updated_Date column for the project in the pas_project database table.) This timestamp is updated each time a project is created, updated, copied, or deleted and each time a workspace is created or deleted. See the following topics:
REST APIs Updated to Return “Last Updated” Timestamp for Projects
The following Code Insight public REST APIs have been updated to return the lastUpdatedDate attribute for a given project in their responses:
|
•
|
/project/getProjectByID |
|
•
|
/project/getProjectByWSUUID |
Java Methods Updated to Return “Last Updated” Timestamp for Projects
The following Code Insight public Java methods belonging to the ProjectDataCover class have been updated to return the lastUpdatedDate attribute for a given project in their responses:
|
•
|
getProjectsForCatalogItemsByItemName |