{ "opencollection": "1.0.0", "info": { "name": "Factset Analytics Datastore About Linkup API", "version": "1.0.0" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Linkup", "type": "folder" }, "items": [ { "info": { "name": "Returns the daily files from Open:FactSet Partner - LinkUp. The LinkUp API provides access to job listings dataset that is sourced directly from employer webistes globally delivered daily.", "type": "http" }, "http": { "method": "GET", "url": "https://api.factset.com/linkup/job-listings", "params": [ { "name": "_sort", "value": "", "type": "query", "description": "Enables to get the data in ascending or descending order based on startTime. Results are in reverse chronological order if this parameter is not used." }, { "name": "_paginationLimit", "value": "", "type": "query", "description": "Specifies the maximum number of results to return per result." }, { "name": "_paginationOffset", "value": "", "type": "query", "description": "Specifies the starting point for pagination. This parameter is used to identify the beginning of next set of results. Using this parameter can fetch maximum of first 10000 records." }, { "name": "startDate", "value": "2020-01-01", "type": "query", "description": "The earliest date of the LinkUp file the API should fetching for based on fileTimestamp." }, { "name": "endDate", "value": "2021-08-01", "type": "query", "description": "The latest date of the LinkUp file the API should fetching for based on fileTimestamp." }, { "name": "type", "value": "", "type": "query", "description": "Used to provide the full job descriptions when value \"full\" is used for this parameter." } ] }, "docs": "Returns the daily files from Open:FactSet Partner - LinkUp. The LinkUp API provides access to job listings dataset that is sourced directly from employer webistes globally delivered daily. **This API is no longer being sold for new clients.**" } ] } ], "bundled": true }