removedInput schema / properties / dmRetrievalConfig
Removed value: -{
- "description": "Optional. Configuration for retrieving decision makers. Available only if retrieveDMs is true.",
- "properties": {
- "limit": {
- "description": "Optional. Number of decision makers to retrieve. Defaults to 20, with a maximum value of 20. If a company has fewer decision makers than specified, only the available ones will be returned.",
- "type": "number"
- }
- },
- "type": "object"
-}
addedInput schema / properties / dmsRetrievalConfig
Added value: +{
+ "description": "Optional. Configuration for retrieving decision makers. Available only if retrieveDMs is true.",
+ "properties": {
+ "limit": {
+ "description": "Optional. Number of decision makers to retrieve. Defaults to 20, with a maximum value of 20. If a company has fewer decision makers than specified, only the available ones will be returned.",
+ "type": "number"
+ }
+ },
+ "type": "object"
+}
removedInput schema / properties / employeeRetrievalConfig
Removed value: -{
- "description": "Optional. Configuration for retrieving employees. Available only if retrieveEmployees is true.",
- "properties": {
- "filter": {
- "description": "Optional. Object that specifies filtering criteria for employees. When multiple filter fields are specified, they are combined using AND logic.",
- "properties": {
- "firstName": {
- "description": "Optional. First name of employee.",
- "type": "string"
- },
- "industries": {
- "description": "Optional. Array of enums representing industries. Matches if employee works in any of the listed industries. Takes specific values available in the LinkedIn interface.",
- "items": {
- "type": "string"
- },
- "type": "array"
- },
- "lastName": {
- "description": "Optional. Last name of employee.",
- "type": "string"
- },
- "locations": {
- "description": "Optional. Array of free-form strings representing locations. Matches if employee is located in any of the listed locations.",
- "items": {
- "type": "string"
- },
- "type": "array"
- },
- "position": {
- "description": "Optional. Job position of employee.",
- "type": "string"
- },
- "schools": {
- "description": "Optional. Array of institution names. Matches if employee currently attends or previously attended any of the listed institutions.",
- "items": {
- "type": "string"
- },
- "type": "array"
- }
- },
- "type": "object"
- },
- "limit": {
- "description": "Optional. Maximum number of employees to retrieve. Defaults to 500, with a maximum value of 500.",
- "type": "number"
- }
- },
- "type": "object"
-}
addedInput schema / properties / employeesRetrievalConfig
Added value: +{
+ "description": "Optional. Configuration for retrieving employees. Available only if retrieveEmployees is true.",
+ "properties": {
+ "filter": {
+ "description": "Optional. Object that specifies filtering criteria for employees. When multiple filter fields are specified, they are combined using AND logic.",
+ "properties": {
+ "firstName": {
+ "description": "Optional. First name of employee.",
+ "type": "string"
+ },
+ "industries": {
+ "description": "Optional. Array of enums representing industries. Matches if employee works in any of the listed industries. Takes specific values available in the LinkedIn interface.",
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ },
+ "lastName": {
+ "description": "Optional. Last name of employee.",
+ "type": "string"
+ },
+ "locations": {
+ "description": "Optional. Array of free-form strings representing locations. Matches if employee is located in any of the listed locations.",
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ },
+ "position": {
+ "description": "Optional. Job position of employee.",
+ "type": "string"
+ },
+ "schools": {
+ "description": "Optional. Array of institution names. Matches if employee currently attends or previously attended any of the listed institutions.",
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ }
+ },
+ "type": "object"
+ },
+ "limit": {
+ "description": "Optional. Maximum number of employees to retrieve. Defaults to 500, with a maximum value of 500.",
+ "type": "number"
+ }
+ },
+ "type": "object"
+}
removedInput schema / properties / postRetrievalConfig
Removed value: -{
- "description": "Optional. Configuration for retrieving posts. Available only if retrievePosts is true.",
- "properties": {
- "limit": {
- "description": "Optional. Number of posts to retrieve. Defaults to 20, with a maximum value of 20.",
- "type": "number"
- },
- "since": {
- "description": "Optional. ISO 8601 timestamp to filter posts published after the specified time.",
- "type": "string"
- }
- },
- "type": "object"
-}
addedInput schema / properties / postsRetrievalConfig
Added value: +{
+ "description": "Optional. Configuration for retrieving posts. Available only if retrievePosts is true.",
+ "properties": {
+ "limit": {
+ "description": "Optional. Number of posts to retrieve. Defaults to 20, with a maximum value of 20.",
+ "type": "number"
+ },
+ "since": {
+ "description": "Optional. ISO 8601 timestamp to filter posts published after the specified time.",
+ "type": "string"
+ }
+ },
+ "type": "object"
+}