{
"opencollection": "1.0.0",
"info": {
"name": "Bench AccountActivities ExperienceFields API",
"version": "1.0"
},
"items": [
{
"info": {
"name": "ExperienceFields",
"type": "folder"
},
"items": [
{
"info": {
"name": "Query all experience fields for an account.",
"type": "http"
},
"http": {
"method": "GET",
"url": "https://bench.gobridgit.com/rp/api/v1/accounts/:accountId/experience-fields",
"params": [
{
"name": "accountId",
"value": "",
"type": "path"
}
]
},
"docs": "
Permissions
Account: Read"
},
{
"info": {
"name": "Promote custom fields to experience fields",
"type": "http"
},
"http": {
"method": "POST",
"url": "https://bench.gobridgit.com/rp/api/v1/accounts/:accountId/experience-fields",
"params": [
{
"name": "accountId",
"value": "",
"type": "path"
}
],
"body": {
"type": "json",
"data": "{}"
}
},
"docs": "
Permissions
Account: Write"
},
{
"info": {
"name": "Query candidate experience fields for an account.",
"type": "http"
},
"http": {
"method": "GET",
"url": "https://bench.gobridgit.com/rp/api/v1/accounts/:accountId/experience-fields/candidates",
"params": [
{
"name": "accountId",
"value": "",
"type": "path"
}
]
},
"docs": "
Permissions
Account: Write"
},
{
"info": {
"name": "Demote experience fields",
"type": "http"
},
"http": {
"method": "DELETE",
"url": "https://bench.gobridgit.com/rp/api/v1/accounts/:accountId/experience-fields/:experienceFieldId",
"params": [
{
"name": "accountId",
"value": "",
"type": "path"
},
{
"name": "experienceFieldId",
"value": "",
"type": "path"
}
]
},
"docs": "
Permissions
Account: Write"
}
]
}
],
"bundled": true
}