Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

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

Accessed through Asset Api