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

77 lines
1.7 KiB
JSON

{
"sections": [
"title",
"description",
"fields",
"usage",
"field_reference"
],
"title": "SkillProfile - Data API",
"description": "Represents a join between Skill and Profile. This object is available in API version 24.0 and later.",
"fields_columns": [
"type",
"properties",
"description"
],
"fields": {
"ProfileId": {
"type": "reference",
"properties": "Create, Filter, Group, Nillable, Sort",
"description": "The ID of the profile."
},
"SkillId": {
"type": "reference",
"properties": "Create, Filter, Group, Sort",
"description": "The ID of the skill."
}
},
"usage": "Use this object to assign specific skills to specific profiles.",
"field_reference": {
"CreatedById": {
"field_label": "Created By ID",
"type": "reference",
"length": "18"
},
"CreatedDate": {
"field_label": "Created Date",
"type": "datetime"
},
"Id": {
"field_label": "Skill Profile 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"
},
"ProfileId": {
"field_label": "Profile ID",
"type": "reference",
"length": "18"
},
"SkillId": {
"field_label": "Skill ID",
"type": "reference",
"length": "18"
},
"SystemModstamp": {
"field_label": "System Modstamp",
"type": "datetime"
}
},
"field_reference_columns": [
"field_label",
"type",
"length"
]
}