Contact fields REST Endpoints
Application/1.0/Contact fields
Contact fields are the fields associated with a specific contact asset.
Learn more about contact fields.
- Create a contact field
- Method: postPath:
/api/REST/1.0/assets/contact/field - Delete a contact field
- Method: deletePath:
/api/REST/1.0/assets/contact/field/{id} - Retrieve a contact field
- Method: getPath:
/api/REST/1.0/assets/contact/field/{id} - Retrieve a list of contact fields
- Method: getPath:
/api/REST/1.0/assets/contact/fields - Update a contact field
- Method: putPath:
/api/REST/1.0/assets/contact/field/{id}