Skip to end of metadata
Go to start of metadata

AssetType

JSON Format

Name
Type
Read-only
Mandatory
Comment
idintegeryesno 
namestringnoyes 
notesstringnono 
fieldGroupIdsarraynonoArray of AssetFieldGroup IDs associated with this AssetType

URIs

Uri
Method
Request Data
Success Response Code
Description
/api/asset-typesGET 200Returns an Array of all AssetTypes
/api/asset-types/{id}GET 200Returns one AssetType
/api/asset-typesPOSTAssetType201Create new AssetType
/api/asset-types/{id}PUTAssetType204Update an existing AssetType
/api/asset-types/{id}DELETE 200Delete an AssetType
  • No labels