Asset Groups REST Endpoints

Maintenance/Asset Groups
The Asset Groups resource manages how to create and update asset groups.
Create groups
Method: post
Path: /fscmRestApi/resources/11.13.18.05/assetGroups
Delete one group
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/assetGroups/{GroupId}
Get all groups
Method: get
Path: /fscmRestApi/resources/11.13.18.05/assetGroups
Get one group
Method: get
Path: /fscmRestApi/resources/11.13.18.05/assetGroups/{GroupId}
Update one group
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/assetGroups/{GroupId}