Retrieve a paginated list of talent pool groups with optional filtering and sorting.
access_token OAuth 2.0 Access Token
In: query
Filter by IDs (comma-separated list)
Filter by name (comma-separated list)
Filter by project ID
Number of results to return per page (maximum 100)
20Cursor for forward pagination - retrieve items after this cursor
Cursor for backward pagination - retrieve items before this cursor
Field name to sort results by
Sort direction - 'ASC' for ascending or 'DESC' for descending
curl -X GET "https://api-sandbox.fndev.net/api/rest/v2/talent-pool-groups"{
"data": [],
"pagination": {
"next_cursor": "eyJzb3J0VmFsdWUiOjEwLCJpZCI6MTB9",
"limit": 20,
"prev_cursor": "string_value",
"has_next_page": true,
"has_prev_page": false
}
}{
"status": 500,
"message": "Operation successful."
}{
"status": 500,
"message": "Operation successful."
}application/json
application/json
application/json
Last updated on
curl -X GET "https://api-sandbox.fndev.net/api/rest/v2/talent-pool-groups"