Abort a job publication
v1
GET
Abort a job publication from your e-recruting system. This requires that you register an api key and a valid xeebo nickName related to a company and that you published a job publication before.
API Endpoint https://api.xeebo.com/rest/v1
API Path /publications/<jobName>/<pubName>/abort
API Permission publish
Response Schema View the related response schema:
xeebo-rest-publication-abort-response-schema-v1.0.0.json
Authentication
Authentication is required for test this api method. Normaly you need to use OAuth if you use the productive api. But you can just login with your xeebo login for our api demo. There is no OAuth roundtrip required for this rest api demo.
API Path Arguments
Attribute Value Description
<jobName> The job identifier given from your e-recruiting system. Use 42 as jobName, any other jobName will raise a 404 Publication NotFound error.
<pubName> The publication identifier given from your e-recruiting system. Use 42 as pubName, any other pubName will raise a 404 Publication NotFound error.