GetJobSuggestions
Use this method to retrieve job suggestions matching a particular filter.
Item |
Format |
Description |
connection |
String |
The connection ID. See ConnectApp. |
domainID |
String |
The ID of the job domain. |
filter.SearchText |
String |
The text that the job suggestions should match. |
filter.FieldFilters |
Array of DMAJobFieldFilter |
See DMAJobFieldFilter. |
filter.DateFrom |
Long integer |
The earliest date the jobs in the job suggestions can be planned. |
filter.DateTill |
Long integer |
The latest date the jobs in the job suggestions can be planned. |
filter.CurrentPage |
Integer |
The ID of the page of suggestions to be retrieved, in case there are multiple pages. |
filter.PageSize |
Integer |
The size of the page of suggestions to be retrieved, in case there are multiple pages. |
amount |
Integer |
The number of suggestions that should be retrieved. |
Output
Item |
Format |
Description |
GetJobSuggestionsResult |
Array of DMAJobSuggestion |
The job suggestions matching the filter. |