Internal job / job post



Is there anyway to make job / job post internal only?

If so, how can I recognize it from the api?

(Or accessing the posting center via the api and get list of job boards)

Thanks

Submitted by iCIMSUNIFIL on March 18, 2020 Permalink

If you are using the Job Portal API, a client's portalID/name is specified in the endpoint URL. Client's can have external and internal portals. A separate GET request is required for each portal. It is possible clients handle internal job postings in different ways and should be discussed each integration project.

Submitted by iCIMSUNIFIL on March 19, 2020 Permalink

The GET request/s you issue will include a paramater for the portal ID or name. A separate GET call is required for each portal the client wants to include in their integration. The iCIMS Integration Specialist assigned to the client project will be able to provide the names/IDs. Please see the example URL below:

URL: https://api.cims.com/customers/{customerID}/search/portals/{portalIdOrName}
ex: https://api.icims.com/customers/6273/search/portals/jobs?staleness=0
ex: https://api.icims.com/customers/6273/search/portals/internal?staleness=0

(edited) Last Updated: September 20, 2024, 1:22 PM