QCjobcentre.ca API allows you to query, add, modify, and delete job postings on QCjobcentre.ca. The API is based on REST principles and uses JSON for serialization.
All URLs start with:
https://www.qcjobcentre.ca/api/v1.1
Example:
https://www.qcjobcentre.ca/api/v1.1/positiontypes
The API is served over HTTP and HTTPS. We recommend you use HTTPS whenever possible.
The current API version is 1.1. If you are using our older 1.0 version, please upgrade as soon as possible.
We designed our API with RESTfulness in mind, but there are some notable exceptions:
Although the API footprint is much wider than what's documented here, only what's documented is supported. Anything that you discover that's outside of this documentation is subject to change without warning. We will expand the supported API footprint on an ongoing basis and whenever we do, this documentation will be updated accordingly.