Get Biz attribute section tag
GET/attributes/{id}/attribute-sections/{secId}/tag/{tagId}
Returns a biz attribute section tag record from database for given attributeId, sectionId and tagId.
Privileges:
- bp-settings-custom-fields.view
Audit event:
- biz.core.v2.attribute.section.tag.get
Errors:
- BIZ_CORE:ATTRIBUTE_SECTION_TAG_NOT_FOUND - Attribute section tag with given attributeId, sectionId and tagId not found.
Request
Responses
- 200
- 404
- default
Biz attribute section tag record.
Biz attribute section tag not found.
Unexpected error.