afv-library/skills/platform-data-and-tooling-api-context-get/assets/enterprise_api/UserCustomBadge.json

85 lines
2.0 KiB
JSON

{
"sections": [
"title",
"description",
"fields",
"field_reference"
],
"title": "UserCustomBadge - Data API",
"description": "Represents a custom badge for a user. This object is available in API version 38.0 and later.",
"fields_columns": [
"type",
"properties",
"description"
],
"fields": {
"BadgeType": {
"type": "picklist",
"properties": "Create, Filter, Group, Restricted picklist, Sort, Update",
"description": "The type of badge. Valid values are: Customer Partner Employee"
},
"CustomText": {
"type": "string",
"properties": "Create, Filter, Group, Nillable, Sort, Update",
"description": "Custom text for the badge."
},
"ParentId": {
"type": "reference",
"properties": "Create, Filter, Group, Nillable, Sort, Update",
"description": "The ID of the Experience Cloud site or org that the badge is in."
}
},
"field_reference": {
"BadgeType": {
"field_label": "Badge Type",
"type": "picklist",
"length": "255"
},
"CreatedById": {
"field_label": "Created By ID",
"type": "reference",
"length": "18"
},
"CreatedDate": {
"field_label": "Created Date",
"type": "datetime"
},
"CustomText": {
"field_label": "Custom Text",
"type": "string",
"length": "50"
},
"Id": {
"field_label": "User Custom Badge ID",
"type": "id",
"length": "18"
},
"IsDeleted": {
"field_label": "Deleted",
"type": "boolean"
},
"LastModifiedById": {
"field_label": "Last Modified By ID",
"type": "reference",
"length": "18"
},
"LastModifiedDate": {
"field_label": "Last Modified Date",
"type": "datetime"
},
"ParentId": {
"field_label": "Parent ID",
"type": "reference",
"length": "18"
},
"SystemModstamp": {
"field_label": "System Modstamp",
"type": "datetime"
}
},
"field_reference_columns": [
"field_label",
"type",
"length"
]
}