curl --request GET \
--url https://jobs.world.luccasoftware.com/xml/{customer_subdomain}/lucca.xml{
"CompanyName": "Lucca",
"CompanyDescription": "Lucca édite des logiciels RH.",
"Offers": [
{
"JobOpportunityId": 42,
"Title": "Product Manager",
"Content": "<string>",
"ExpectedProfile": "<string>",
"Localisation": "Nantes, France",
"WorkContract": {
"Type": "Permanent"
},
"RemunerationRange": "38K - 41K €",
"Href": "<string>"
}
]
}Returns an XML file containing company metadata and a list of all currently open job positions.
curl --request GET \
--url https://jobs.world.luccasoftware.com/xml/{customer_subdomain}/lucca.xml{
"CompanyName": "Lucca",
"CompanyDescription": "Lucca édite des logiciels RH.",
"Offers": [
{
"JobOpportunityId": 42,
"Title": "Product Manager",
"Content": "<string>",
"ExpectedProfile": "<string>",
"Localisation": "Nantes, France",
"WorkContract": {
"Type": "Permanent"
},
"RemunerationRange": "38K - 41K €",
"Href": "<string>"
}
]
}The unique Lucca subdomain for the company. For instance: "example" if the company's Lucca URL is "https://example.ilucca.net".
A structured XML feed of job offers.
Was this page helpful?