Project Assets REST Endpoints

Project Assets
The project asset resource is used to view, create, update and delete project asset and asset assignments, including those from Project Portfolio Management and those imported from third-party applications. Asset Assignment is a child of the Asset.
Create project assets
Method: post
Path: /fscmRestApi/resources/11.13.18.05/projectAssets
Delete a project asset
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/projectAssets/{projectAssetsUniqID}
Get a project asset
Method: get
Path: /fscmRestApi/resources/11.13.18.05/projectAssets/{projectAssetsUniqID}
Get all project assets
Method: get
Path: /fscmRestApi/resources/11.13.18.05/projectAssets
Update a project asset
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/projectAssets/{projectAssetsUniqID}