Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

AssetCustomFieldValue

JSON Format

Name
Type
Read-only
Mandatory
Comment
idintegeryesno 
customFieldIdintegernoyes 
fieldValuestringnono 
fieldValueTextstringnono 
assetIdintegernoyes 

URIs

Uri
Method
Request Data
Success Response Code
Description
/api/assets/{assetId}/custom-field-valuesGET 200Returns an Array of all AssetCustomFieldValues for given Asset
/api/assets/{assetId}/custom-field-values/{customFieldValueId}GET 200Returns one AssetCustomFieldValue
/api/assets/{assetId}/custom-field-valuesPOSTAssetCustomFieldValue201Create new AssetCustomFieldValue
/api/assets/{assetId}/custom-field-values/{customFieldValueId}PUTAssetCustomFieldValue204Update an existing AssetCustomFieldValue
/api/assets/{assetId}/custom-field-values/{customFieldValueId}DELETE 200Delete an AssetCustomFieldValue
  • No labels