{"info":{"_postman_id":"1947531c-95e6-47b1-a836-525a73272983","name":"Ethical Jobs - XML API","description":"<html><head></head><body><h1 id=\"introduction\">Introduction</h1>\n<p>The Ethical Jobs XML API is designed to translate from XML input to JSON output to maintain compatibility with a wide range of job posting distribution systems.</p>\n<p>Our API has predictable, resource-oriented URLS and uses standard HTTP response codes to indicate API errors.</p>\n<p>We use simple API Key based authentication and only the HTTP POST verb to create new Job ads. JSON is returned by all API responses including errors.</p>\n<h1 id=\"authentication\">Authentication</h1>\n<p>Authenticate your account when using the API by including your secret API key in the request. API keys can be organised by contacting your relationships manager. Do not share your secret API key in any publicly accessible areas such as GitHub, client-side code or public repositories.</p>\n<p>Authentication to the API is performed by simply including the <code>X-EJ-Authorization</code> header in your request with your API key as the value. All requests to the API must also include your organisation username in the body of the request as the <code>employerid</code>.</p>\n<p>All API requests must be made over HTTPS. Please not that calls made over plain HTTP will fail. API requests without any authentication headers will also fail with a 403 Forbidden error.</p>\n<h1 id=\"errors\">Errors</h1>\n<p>Ethical Jobs uses conventional HTTP response codes to indicate the success or failure of an API request. In general, codes in the 2xx range indicate success, codes in the 4xx range indicate an error that failed given the information provided (e.g., a required parameter was omitted), and codes in the 5xx range indicate an error with Ethical Jobs' servers.</p>\n<h4 id=\"http-status-code-summary\">HTTP status code summary</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Status Code</th>\n<th>Summary</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>201 Created</td>\n<td>Success, a new job was created.</td>\n</tr>\n<tr>\n<td>403 Forbidden</td>\n<td>The API key was not provided or is invalid.</td>\n</tr>\n<tr>\n<td>404 Not Found</td>\n<td>The XML API url is wrong.</td>\n</tr>\n<tr>\n<td>422 Unprocessable Entity</td>\n<td>Unable to process the entity in question. Could be due to not setting the content type or due to providing a source ID.</td>\n</tr>\n<tr>\n<td>500, 502, 503, 504 - Server Errors</td>\n<td>Something went wrong on Ethical Job's end</td>\n</tr>\n</tbody>\n</table>\n</div><h1 id=\"core-resources\">Core Resources</h1>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[{"content":"Introduction","slug":"introduction"},{"content":"Authentication","slug":"authentication"},{"content":"Errors","slug":"errors"},{"content":"Core Resources","slug":"core-resources"}],"owner":"11327147","collectionId":"1947531c-95e6-47b1-a836-525a73272983","publishedId":"Szme3HPN","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2020-05-07T06:52:30.000Z"},"item":[{"name":"/xml/jobs","id":"553177f6-a80a-4a43-955e-00b0203d9c54","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/xml"},{"key":"X-EJ-Authorization","value":"your-api-key"}],"body":{"mode":"raw","raw":"<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<job>\n    <employerid>EthicalJobs</employerid>\n    <jobid>7865gd68729h982j32d2938498h</jobid>\n    <title>This is the job title</title>\n    <description>This is the job description, its a little bit longer.</description>\n    <body><![CDATA[This is the job body, its a little bit longer then the description.]]></body>\n    <toapply><![CDATA[This is how to apply for this job <a href=\"http://seek.com.au\">apply here</a>]]></toapply>\n    <hide-expiry>false</hide-expiry>\n    <featured>true</featured>\n    <closingdate>2016-12-25 20:35</closingdate>\n    <location>nsw</location>\n    <worktype>fulltime</worktype>\n    <worktype>parttime</worktype>\n    <classification>communicationsandmarketing</classification>\n    <classification>fundraising</classification>\n    <sector>socialenterprise</sector>\n    <sector>Not For Profit (NFP)</sector>\n</job>"},"url":"https://api.ethicaljobs.com.au/xml/jobs","description":"<h1 id=\"jobs\">Jobs</h1>\n<p>To create a new advertisement with Ethical Jobs, you create a Job object. You can only create objects and not retrieve or edit them. Jobs are uniquely identified by their provided jobid.</p>\n<h2 id=\"the-job-object\">The Job Object</h2>\n<h4 id=\"attributes\">Attributes</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Attribute</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><strong>jobid</strong> (string) <em>required</em></td>\n<td>A unique identifier for your job ad.</td>\n</tr>\n<tr>\n<td><strong>employerid</strong> (string) <em>required</em></td>\n<td>A unique username for your organisation, is provided by your relationships manager.</td>\n</tr>\n<tr>\n<td><strong>title</strong> (string)</td>\n<td>The title for your job ad.</td>\n</tr>\n<tr>\n<td><strong>description</strong> (string)</td>\n<td>The description of your job ad.</td>\n</tr>\n<tr>\n<td><strong>body</strong> (string)</td>\n<td>The main body of the job ad, can contain HTML.</td>\n</tr>\n<tr>\n<td><strong>toapply</strong></td>\n<td>Instructions for how to apply for the job ad, can contain HTML.</td>\n</tr>\n<tr>\n<td><strong>hide-expiry</strong> (boolean)</td>\n<td>Flag indicating if you want the expiry date hidden or shown</td>\n</tr>\n<tr>\n<td><strong>featured</strong> (boolean)</td>\n<td>Flag indiciating if you would like your job ad to be featured. Featuring an ad costs an extra job credit.</td>\n</tr>\n<tr>\n<td><strong>closingdate</strong> (timestamp)</td>\n<td>Time at which the job ad should close. The timestamp must be provided in the UTC timezone without any timezone offset. Use the ISO 8601 format for the timestamp, e.g., 2024-03-27T20:35:00</td>\n</tr>\n<tr>\n<td><strong>location</strong> (string)</td>\n<td>The location for the job</td>\n</tr>\n<tr>\n<td><strong>worktype</strong> (string)</td>\n<td>The type of work <em>e.g. parttime, fulltime</em></td>\n</tr>\n<tr>\n<td><strong>classification</strong> (string)</td>\n<td>The classification for the job ad e.g. <em>socialenterprise</em></td>\n</tr>\n<tr>\n<td><strong>sector</strong> (string)</td>\n<td>The sector that your job ad is in. Can be one of: <em>socialenterprise, notforprofit, forprofit</em></td>\n</tr>\n</tbody>\n</table>\n</div><h1 id=\"vocabularies\">Vocabularies</h1>\n<p>It is best to use the slug in your XML to ensure data integrity.</p>\n<h3 id=\"classification\"><code>classification</code></h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Title</th>\n<th>Slug</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Administration</td>\n<td>administration</td>\n</tr>\n<tr>\n<td>Advocacy and Campaigns</td>\n<td>advocacy</td>\n</tr>\n<tr>\n<td>Aged Care and Seniors Rights</td>\n<td>agedcare</td>\n</tr>\n<tr>\n<td>Alcohol and Other Drugs</td>\n<td>alcoholandotherdrugs</td>\n</tr>\n<tr>\n<td>Animal Welfare and Protection</td>\n<td>animalwelfareandprotection</td>\n</tr>\n<tr>\n<td>Business Development and Sales</td>\n<td>businessdevelopment</td>\n</tr>\n<tr>\n<td>Care and Support Work</td>\n<td>careandsupportservices</td>\n</tr>\n<tr>\n<td>Co-ops and Credit Unions</td>\n<td>coopsandcreditunions</td>\n</tr>\n<tr>\n<td>Communications and Marketing</td>\n<td>communicationsandmarketing</td>\n</tr>\n<tr>\n<td>Community Development</td>\n<td>communityanddevelopment</td>\n</tr>\n<tr>\n<td>Conservation and Land Management</td>\n<td>conservationandmanagement</td>\n</tr>\n<tr>\n<td>Corporate Social Responsibility</td>\n<td>corporatesocialresponsibility</td>\n</tr>\n<tr>\n<td>Disability Services</td>\n<td>disabilityservices</td>\n</tr>\n<tr>\n<td>Early Childhood</td>\n<td>earlychildhood</td>\n</tr>\n<tr>\n<td>Eco-Tourism</td>\n<td>ecotourism</td>\n</tr>\n<tr>\n<td>Education and Training</td>\n<td>educationandtraining</td>\n</tr>\n<tr>\n<td>Environment and Sustainability</td>\n<td>environmentandsustainability</td>\n</tr>\n<tr>\n<td>Executive and Senior Management</td>\n<td>executiveseniormanagement</td>\n</tr>\n<tr>\n<td>Family Services</td>\n<td>familyservices</td>\n</tr>\n<tr>\n<td>FairTrade and Organic</td>\n<td>fairtradeorganicandecoretail</td>\n</tr>\n<tr>\n<td>Finance and Accounting</td>\n<td>financeandaccounting</td>\n</tr>\n<tr>\n<td>Fundraising</td>\n<td>fundraising</td>\n</tr>\n<tr>\n<td>LGBTQIA+</td>\n<td>glbt</td>\n</tr>\n<tr>\n<td>Green Architecture/Property</td>\n<td>greenarchitectureandproperty</td>\n</tr>\n<tr>\n<td>Green Energy</td>\n<td>greenenergy</td>\n</tr>\n<tr>\n<td>Green Products and Services</td>\n<td>greenproductsandservices</td>\n</tr>\n<tr>\n<td>Health Care and Allied Health</td>\n<td>healthcare</td>\n</tr>\n<tr>\n<td>Health Promotion</td>\n<td>healthpromotion</td>\n</tr>\n<tr>\n<td>Housing and Homelessness</td>\n<td>housing</td>\n</tr>\n<tr>\n<td>Retail and Hospitality</td>\n<td>retailandhospitality</td>\n</tr>\n<tr>\n<td>HR and Employment Services</td>\n<td>hrandemploymentservices</td>\n</tr>\n<tr>\n<td>Indigenous</td>\n<td>indigenous</td>\n</tr>\n<tr>\n<td>International Aid and Development</td>\n<td>internationalaidandevelopment</td>\n</tr>\n<tr>\n<td>Information Technology &amp; Digital</td>\n<td>itandcommunicationtechnology</td>\n</tr>\n<tr>\n<td>Legal and Human Rights</td>\n<td>legalandhumanrights</td>\n</tr>\n<tr>\n<td>Management</td>\n<td>management</td>\n</tr>\n<tr>\n<td>Media and Arts</td>\n<td>mediaartsandentertainment</td>\n</tr>\n<tr>\n<td>Medical Research</td>\n<td>medicalresearch</td>\n</tr>\n<tr>\n<td>Mental Health and Counselling</td>\n<td>mentalhealthandcounselling</td>\n</tr>\n<tr>\n<td>Multiculturalism and Diversity</td>\n<td>multiculturalismdiversity</td>\n</tr>\n<tr>\n<td>Nursing</td>\n<td>nursing</td>\n</tr>\n<tr>\n<td>Operations and Risk Management</td>\n<td>operationsriskmanagement</td>\n</tr>\n<tr>\n<td>Organic Farming and Gardening</td>\n<td>organicfarmingandgardening</td>\n</tr>\n<tr>\n<td>Policy and Research</td>\n<td>policyandresearch</td>\n</tr>\n<tr>\n<td>Project Management</td>\n<td>projectmanagement</td>\n</tr>\n<tr>\n<td>Recycling and Waste Management</td>\n<td>recyclingandwastemanagement</td>\n</tr>\n<tr>\n<td>Social Work</td>\n<td>socialwork</td>\n</tr>\n<tr>\n<td>Sustainable Transport</td>\n<td>sustainabletransport</td>\n</tr>\n<tr>\n<td>Trades and Services</td>\n<td>tradesandservices</td>\n</tr>\n<tr>\n<td>Unions and Workers Rights</td>\n<td>unionsandworkersrights</td>\n</tr>\n<tr>\n<td>Volunteer Management</td>\n<td>volunteermanagement</td>\n</tr>\n<tr>\n<td>Womens Organisations and Services</td>\n<td>womensorganisationsandservices</td>\n</tr>\n<tr>\n<td>Youth</td>\n<td>youthservices</td>\n</tr>\n<tr>\n<td>Domestic &amp; Family Violence</td>\n<td>domesticfamilyviolence</td>\n</tr>\n<tr>\n<td>Events Management</td>\n<td>events</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"location\"><code>location</code></h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Title</th>\n<th>Slug</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Melbourne</td>\n<td>VIC</td>\n</tr>\n<tr>\n<td>Regional VIC</td>\n<td>REGVIC</td>\n</tr>\n<tr>\n<td>Sydney</td>\n<td>NSW</td>\n</tr>\n<tr>\n<td>Regional NSW</td>\n<td>REGNSW</td>\n</tr>\n<tr>\n<td>Brisbane &amp; Gold Coast</td>\n<td>QLD</td>\n</tr>\n<tr>\n<td>Regional QLD</td>\n<td>REGQLD</td>\n</tr>\n<tr>\n<td>Perth</td>\n<td>WA</td>\n</tr>\n<tr>\n<td>Regional WA</td>\n<td>REGWA</td>\n</tr>\n<tr>\n<td>Adelaide</td>\n<td>SA</td>\n</tr>\n<tr>\n<td>Regional SA</td>\n<td>REGSA</td>\n</tr>\n<tr>\n<td>Hobart</td>\n<td>TAS</td>\n</tr>\n<tr>\n<td>Regional TAS</td>\n<td>REGTAS</td>\n</tr>\n<tr>\n<td>Darwin</td>\n<td>NT</td>\n</tr>\n<tr>\n<td>Regional NT</td>\n<td>REGNT</td>\n</tr>\n<tr>\n<td>Canberra &amp; ACT</td>\n<td>ACT</td>\n</tr>\n<tr>\n<td>International</td>\n<td>INTERNATIONAL</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"worktype\"><code>worktype</code></h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Title</th>\n<th>Slug</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Casual</td>\n<td>CASUAL</td>\n</tr>\n<tr>\n<td>Contract</td>\n<td>CONTRACT</td>\n</tr>\n<tr>\n<td>Full Time</td>\n<td>FULLTIME</td>\n</tr>\n<tr>\n<td>Graduate</td>\n<td>GRADUATE</td>\n</tr>\n<tr>\n<td>Part Time</td>\n<td>PARTTIME</td>\n</tr>\n<tr>\n<td>Volunteer</td>\n<td>VOLUNTEER</td>\n</tr>\n<tr>\n<td>Board Member</td>\n<td>BOARDMEMBER</td>\n</tr>\n<tr>\n<td>Remote / Work from home</td>\n<td>REMOTE</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"sector\"><code>sector</code></h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Title</th>\n<th>Slug</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Business/Private Sector</td>\n<td>Business and Private Sector</td>\n</tr>\n<tr>\n<td>Federal Government</td>\n<td>Federal Government</td>\n</tr>\n<tr>\n<td>Local Government</td>\n<td>Local Government</td>\n</tr>\n<tr>\n<td>Not For Profit (NFP)</td>\n<td>Not For Profit (NFP)</td>\n</tr>\n<tr>\n<td>Social Enterprise</td>\n<td>socialenterprise</td>\n</tr>\n<tr>\n<td>State Government</td>\n<td>State Government</td>\n</tr>\n<tr>\n<td>University &amp; Higher Education</td>\n<td>university</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["xml","jobs"],"host":["api","ethicaljobs","com","au"],"query":[],"variable":[]}},"response":[{"id":"e451fd85-d6d3-44c1-9ec6-7110232a4a38","name":"Failure","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/xml"}],"body":{"mode":"raw","raw":"<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<job>\n    <employerid>EthicalJobs</employerid>\n    <jobid>7865gd68729h982j32d2938498h</jobid>\n    <title>This is the job title</title>\n    <description>This is the job description, its a little bit longer.</description>\n    <body><![CDATA[This is the job body, its a little bit longer then the description.]]></body>\n    <toapply><![CDATA[This is how to apply for this job <a href=\"http://seek.com.au\">apply here</a>]]></toapply>\n    <hide-expiry>false</hide-expiry>\n    <featured>true</featured>\n    <closingdate>2016-12-25 20:35</closingdate>\n    <location>nsw</location>\n    <worktype>fulltime</worktype>\n    <worktype>parttime</worktype>\n    <classification>communicationsandmarketing</classification>\n    <classification>fundraising</classification>\n    <sector>socialenterprise</sector>\n    <sector>Not For Profit (NFP)</sector>\n</job>"},"url":"https://api.ethicaljobs.com.au/xml/jobs"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Credentials","value":"true","name":"Access-Control-Allow-Credentials","description":""},{"key":"Access-Control-Allow-Headers","value":"Accept,Authorization,Cache-Control,Content-Type,DNT,If-Modified-Since,Keep-Alive,Origin,User-Agent,X-Requested-With","name":"Access-Control-Allow-Headers","description":""},{"key":"Access-Control-Allow-Methods","value":"GET, POST, PUT, PATCH, DELETE, OPTIONS","name":"Access-Control-Allow-Methods","description":""},{"key":"Access-Control-Allow-Origin","value":"*","name":"Access-Control-Allow-Origin","description":""},{"key":"Access-Control-Expose-Headers","value":"Authorization","name":"Access-Control-Expose-Headers","description":""},{"key":"Cache-Control","value":"no-cache","name":"Cache-Control","description":""},{"key":"Content-Encoding","value":"gzip","name":"Content-Encoding","description":""},{"key":"Content-Length","value":"61","name":"Content-Length","description":""},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":""},{"key":"Date","value":"Wed, 08 Nov 2017 05:52:14 GMT","name":"Date","description":""},{"key":"Server","value":"nginx","name":"Server","description":""},{"key":"Vary","value":"Accept-Encoding","name":"Vary","description":""},{"key":"X-Powered-By","value":"PHP/7.1.2","name":"X-Powered-By","description":""}],"cookie":[],"responseTime":null,"body":"{\"message\":\"403 Forbidden\",\"statusCode\":403}"},{"id":"f7572a47-4c84-4e9d-9ddf-45c9452406f4","name":"Success","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/xml"},{"key":"X-EJ-Authorization","value":"your-api-key"}],"body":{"mode":"raw","raw":"<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<job>\n    <employerid>EthicalJobs</employerid>\n    <jobid>7865gd68729h982j32d2938498h</jobid>\n    <title>This is the job title</title>\n    <description>This is the job description, its a little bit longer.</description>\n    <body><![CDATA[This is the job body, its a little bit longer then the description.]]></body>\n    <toapply><![CDATA[This is how to apply for this job <a href=\"http://seek.com.au\">apply here</a>]]></toapply>\n    <hide-expiry>false</hide-expiry>\n    <featured>true</featured>\n    <closingdate>2016-12-25 20:35</closingdate>\n    <location>nsw</location>\n    <worktype>fulltime</worktype>\n    <worktype>parttime</worktype>\n    <classification>communicationsandmarketing</classification>\n    <classification>fundraising</classification>\n    <sector>socialenterprise</sector>\n    <sector>Not For Profit (NFP)</sector>\n</job>"},"url":"https://api.ethicalstaging.com.au/xml/jobs"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Credentials","value":"true","name":"Access-Control-Allow-Credentials","description":""},{"key":"Access-Control-Allow-Headers","value":"Accept,Authorization,Cache-Control,Content-Type,DNT,If-Modified-Since,Keep-Alive,Origin,User-Agent,X-Requested-With","name":"Access-Control-Allow-Headers","description":""},{"key":"Access-Control-Allow-Methods","value":"GET, POST, PUT, PATCH, DELETE, OPTIONS","name":"Access-Control-Allow-Methods","description":""},{"key":"Access-Control-Allow-Origin","value":"*","name":"Access-Control-Allow-Origin","description":""},{"key":"Access-Control-Expose-Headers","value":"Authorization","name":"Access-Control-Expose-Headers","description":""},{"key":"Cache-Control","value":"no-cache","name":"Cache-Control","description":""},{"key":"Content-Length","value":"643","name":"Content-Length","description":""},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":""},{"key":"Date","value":"Wed, 08 Nov 2017 05:57:49 GMT","name":"Date","description":""},{"key":"Server","value":"nginx","name":"Server","description":""},{"key":"X-Powered-By","value":"PHP/7.1.2","name":"X-Powered-By","description":""}],"cookie":[],"responseTime":null,"body":"{\"source\":\"AUTOPOST\",\"source_id\":\"7865gd68729h982j32d2938498h\",\"source_provider\":\"N\\/A\",\"organisation_uid\":\"EthicalJobs\",\"title\":\"This is the job title\",\"summary\":\"This is the job description, its a little bit longer.\",\"description\":\"This is the job body, its a little bit longer then the description.\",\"application\":\"This is how to apply for this job <a href=\\\"http:\\/\\/seek.com.au\\\">apply here<\\/a>\",\"featured\":1,\"expiration_hidden\":0,\"location_id\":\"NSW\",\"categories\":[\"communicationsandmarketing\",\"fundraising\"],\"workTypes\":[\"FULLTIME\",\"PARTTIME\"],\"sectors\":[\"socialenterprise\",\"Not For Profit (NFP)\"],\"expires_at\":1482698100000,\"id\":80474}"}],"_postman_id":"553177f6-a80a-4a43-955e-00b0203d9c54"},{"name":"Staging - XML API - Post Example","id":"2e8c93de-8572-495a-b3f7-3f82e44f18ff","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/xml"},{"key":"X-EJ-Authorization","value":"qweqweasdasdzxczxc"}],"body":{"mode":"raw","raw":"<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<job>\n    <employerid>EthicalJobs</employerid>\n    <jobid>7865gd68729h982j32d2938498h</jobid>\n    <title>This is the job title</title>\n    <description>This is the job description, its a little bit longer.</description>\n    <body><![CDATA[This is the job body, its a little bit longer then the description.]]></body>\n    <toapply><![CDATA[This is how to apply for this job <a href=\"http://seek.com.au\">apply here</a>]]></toapply>\n    <hide-expiry>false</hide-expiry>\n    <featured>true</featured>\n    <closingdate>2016-12-25 20:35</closingdate>\n    <location>nsw</location>\n    <worktype>fulltime</worktype>\n    <worktype>parttime</worktype>\n    <classification>communicationsandmarketing</classification>\n    <classification>fundraising</classification>\n    <sector>socialenterprise</sector>\n    <sector>Not For Profit (NFP)</sector>\n</job>"},"url":"https://api.staging.ethicalstg.com.au/xml/jobs","description":"<h1 id=\"jobs\">Jobs</h1>\n<p>See above.</p>\n","urlObject":{"protocol":"https","path":["xml","jobs"],"host":["api","staging","ethicalstg","com","au"],"query":[],"variable":[]}},"response":[{"id":"43e50e69-d8db-4b80-a43c-7a6d7a87645e","name":"Success","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/xml"},{"key":"X-EJ-Authorization","value":"your-api-key"}],"body":{"mode":"raw","raw":"<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<job>\n    <employerid>EthicalJobs</employerid>\n    <jobid>7865gd68729h982j32d2938498h</jobid>\n    <title>This is the job title</title>\n    <description>This is the job description, its a little bit longer.</description>\n    <body><![CDATA[This is the job body, its a little bit longer then the description.]]></body>\n    <toapply><![CDATA[This is how to apply for this job <a href=\"http://seek.com.au\">apply here</a>]]></toapply>\n    <hide-expiry>false</hide-expiry>\n    <featured>true</featured>\n    <closingdate>2016-12-25 20:35</closingdate>\n    <location>nsw</location>\n    <worktype>fulltime</worktype>\n    <worktype>parttime</worktype>\n    <classification>communicationsandmarketing</classification>\n    <classification>fundraising</classification>\n    <sector>socialenterprise</sector>\n    <sector>Not For Profit (NFP)</sector>\n</job>"},"url":"https://api.ethicalstaging.com.au/xml/jobs"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Credentials","value":"true","name":"Access-Control-Allow-Credentials","description":"Indicates whether or not the response to the request can be exposed when the credentials flag is true. When used as part of a response to a preflight request, this indicates whether or not the actual request can be made using credentials."},{"key":"Access-Control-Allow-Headers","value":"Accept,Authorization,Cache-Control,Content-Type,DNT,If-Modified-Since,Keep-Alive,Origin,User-Agent,X-Requested-With","name":"Access-Control-Allow-Headers","description":"Used in response to a preflight request to indicate which HTTP headers can be used when making the actual request."},{"key":"Access-Control-Allow-Methods","value":"GET, POST, PUT, PATCH, DELETE, OPTIONS","name":"Access-Control-Allow-Methods","description":"Specifies the method or methods allowed when accessing the resource. This is used in response to a preflight request."},{"key":"Access-Control-Allow-Origin","value":"*","name":"Access-Control-Allow-Origin","description":"Specifies a URI that may access the resource. For requests without credentials, the server may specify '*' as a wildcard, thereby allowing any origin to access the resource."},{"key":"Access-Control-Expose-Headers","value":"Authorization","name":"Access-Control-Expose-Headers","description":"Lets a server whitelist headers that browsers are allowed to access."},{"key":"Cache-Control","value":"no-cache","name":"Cache-Control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Content-Length","value":"643","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Wed, 08 Nov 2017 05:57:49 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"nginx","name":"Server","description":"A name for the server"},{"key":"X-Powered-By","value":"PHP/7.1.2","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[],"responseTime":null,"body":"{\"source\":\"AUTOPOST\",\"source_id\":\"7865gd68729h982j32d2938498h\",\"source_provider\":\"N\\/A\",\"organisation_uid\":\"EthicalJobs\",\"title\":\"This is the job title\",\"summary\":\"This is the job description, its a little bit longer.\",\"description\":\"This is the job body, its a little bit longer then the description.\",\"application\":\"This is how to apply for this job <a href=\\\"http:\\/\\/seek.com.au\\\">apply here<\\/a>\",\"featured\":1,\"expiration_hidden\":0,\"location_id\":\"NSW\",\"categories\":[\"communicationsandmarketing\",\"fundraising\"],\"workTypes\":[\"FULLTIME\",\"PARTTIME\"],\"sectors\":[\"socialenterprise\",\"Not For Profit (NFP)\"],\"expires_at\":1482698100000,\"id\":80474}"},{"id":"ea35c21d-794c-435c-9977-affb6ae8c861","name":"Failure","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/xml"}],"body":{"mode":"raw","raw":"<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<job>\n    <employerid>EthicalJobs</employerid>\n    <jobid>7865gd68729h982j32d2938498h</jobid>\n    <title>This is the job title</title>\n    <description>This is the job description, its a little bit longer.</description>\n    <body><![CDATA[This is the job body, its a little bit longer then the description.]]></body>\n    <toapply><![CDATA[This is how to apply for this job <a href=\"http://seek.com.au\">apply here</a>]]></toapply>\n    <hide-expiry>false</hide-expiry>\n    <featured>true</featured>\n    <closingdate>2016-12-25 20:35</closingdate>\n    <location>nsw</location>\n    <worktype>fulltime</worktype>\n    <worktype>parttime</worktype>\n    <classification>communicationsandmarketing</classification>\n    <classification>fundraising</classification>\n    <sector>socialenterprise</sector>\n    <sector>Not For Profit (NFP)</sector>\n</job>"},"url":"https://api.ethicaljobs.com.au/xml/jobs"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Credentials","value":"true","name":"Access-Control-Allow-Credentials","description":"Indicates whether or not the response to the request can be exposed when the credentials flag is true. When used as part of a response to a preflight request, this indicates whether or not the actual request can be made using credentials."},{"key":"Access-Control-Allow-Headers","value":"Accept,Authorization,Cache-Control,Content-Type,DNT,If-Modified-Since,Keep-Alive,Origin,User-Agent,X-Requested-With","name":"Access-Control-Allow-Headers","description":"Used in response to a preflight request to indicate which HTTP headers can be used when making the actual request."},{"key":"Access-Control-Allow-Methods","value":"GET, POST, PUT, PATCH, DELETE, OPTIONS","name":"Access-Control-Allow-Methods","description":"Specifies the method or methods allowed when accessing the resource. This is used in response to a preflight request."},{"key":"Access-Control-Allow-Origin","value":"*","name":"Access-Control-Allow-Origin","description":"Specifies a URI that may access the resource. For requests without credentials, the server may specify '*' as a wildcard, thereby allowing any origin to access the resource."},{"key":"Access-Control-Expose-Headers","value":"Authorization","name":"Access-Control-Expose-Headers","description":"Lets a server whitelist headers that browsers are allowed to access."},{"key":"Cache-Control","value":"no-cache","name":"Cache-Control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Content-Encoding","value":"gzip","name":"Content-Encoding","description":"The type of encoding used on the data."},{"key":"Content-Length","value":"61","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Wed, 08 Nov 2017 05:52:14 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"nginx","name":"Server","description":"A name for the server"},{"key":"Vary","value":"Accept-Encoding","name":"Vary","description":"Tells downstream proxies how to match future request headers to decide whether the cached response can be used rather than requesting a fresh one from the origin server."},{"key":"X-Powered-By","value":"PHP/7.1.2","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[],"responseTime":null,"body":"{\"message\":\"403 Forbidden\",\"statusCode\":403}"}],"_postman_id":"2e8c93de-8572-495a-b3f7-3f82e44f18ff"}]}