Submitted by
iCIMSUNIFIL on March 18, 2020
Permalink
Can I assume that internal
Can I assume that internal portal job posts will not have portal url property?
Submitted by
iCIMSUNIFIL on March 19, 2020
Permalink
Portals
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: August 9, 2024, 8:18 AM
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.