Name | Type | Read-only | Mandatory | Comment |
|---|---|---|---|---|
| id | integer | yes | no | |
| name | string | no | yes | |
| description | string | no | no | |
| tabOrder | integer | no | ||
| customFieldIds | array | Array of AssetCustomField IDs | ||
| assetTypeIds | array | Array of AssetType IDs |
Uri | Method | Request Data | Success Response Code | Description |
|---|---|---|---|---|
| /api/asset-field-groups | GET | 200 | Returns an Array of all AssetFieldGroups | |
| /api/asset-field-groups/{id} | GET | 200 | Returns one AssetFieldGroup | |
| /api/asset-field-groups | POST | AssetFieldGroup | 201 | Create new AssetFieldGroup |
| /api/asset-field-groups/{id} | PUT | AssetFieldGroup | 204 | Update an existing AssetFieldGroup |
| /api/asset-field-groups/{id} | DELETE | 200 | Delete an AssetFieldGroup |