Retrieve all talent pool groups (preferred provider groups) available to your company.
Retrieve all talent pool groups (preferred provider groups) available to your company.
access_token OAuth 2.0 Access Token
In: query
Page number (1-indexed)
11 <= valueNumber of results per page
251 <= valuecurl -X GET "https://api-sandbox.fndev.net/api/rest/v2/preferred-provider-groups"{
"metadata": {
"available_columns": [
{
"group": "Group",
"items": [
{
"can_sort": true,
"group": "Group",
"icon": "",
"id": "name",
"label": "Name",
"order": 100,
"selected": true,
"sort_dir": "asc"
}
]
}
],
"available_filters": [
{
"id": "search",
"name": "search",
"type": "text",
"section": 0
}
],
"columns": "name:100,providers:100",
"list": "all",
"order": "asc",
"page": 1,
"pages": 2,
"per_page": 5,
"sort": "",
"total": 8,
"view": "list"
},
"lists": [
{
"id": "all",
"label": "All",
"count": 8,
"selected": true,
"empty_message": "There are no results to display.",
"actions": [],
"custom_tab_id": null
}
],
"results": [
{
"id": 35,
"name": "HP Certification",
"providers": 3,
"correlation_id": "085717db-6593-489f-9710-9ff8683f992b",
"actions": [
"edit"
]
}
],
"search_text": "Search by name",
"correlation_id": "ppgs",
"actions": [],
"params": []
}{
"status": 400,
"message": "Validation failed: field 'title' is required"
}{
"status": 500,
"message": "Operation successful."
}{
"status": 403,
"message": "You do not have permission to access this work order"
}{
"status": 500,
"message": "An unexpected error occurred. Please try again later or contact support."
}application/json
application/json
application/json
application/json
application/json
Last updated on