Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- {
- "info": {
- "_postman_id": "b008fce2-128b-4869-8f05-3f848301d056",
- "name": "hre-local",
- "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json",
- "_exporter_id": "18745818"
- },
- "item": [
- {
- "name": "Get candidates by agency",
- "request": {
- "method": "GET",
- "header": [
- {
- "key": "Content-Type",
- "value": "application/json",
- "type": "text"
- }
- ],
- "url": {
- "raw": "localhost:8989/api/v1/candidates/:agencyId",
- "host": [
- "localhost"
- ],
- "port": "8989",
- "path": [
- "api",
- "v1",
- "candidates",
- ":agencyId"
- ],
- "variable": [
- {
- "key": "agencyId",
- "value": "5b73130a-32b5-4fe9-a46d-ca3a6f5898a5"
- }
- ]
- }
- },
- "response": []
- },
- {
- "name": "Add candidate",
- "request": {
- "method": "POST",
- "header": [],
- "body": {
- "mode": "raw",
- "raw": "{\n \"agencyId\": \"5b73130a-32b5-4fe9-a46d-ca3a6f5898a5\",\n \"forHire\": true,\n \"contactDetails\": {\n \"email\": \"marc@gruita.ro\",\n \"phoneNumber\": \"marc\",\n \"name\": \"Marc Gruita\"\n },\n \"profile\": {\n \"displayName\": \"marc\",\n \"location\": \"cluj\",\n \"timeZone\": \"UTC+2\",\n \"startDate\": \"2024-01-01\",\n \"preview\": \"ii bun\",\n \"technologies\": [\n {\n \"technology\": {\n \"name\": \"JAVA\"\n },\n \"yearsOfExperience\": 2\n },\n {\n \"technology\": {\n \"name\": \"mata\"\n },\n \"yearsOfExperience\": 2\n }\n ],\n \"industries\": [\n {\n \"industry\": {\n \"name\": \"WEB\"\n },\n \"yearsOfExperience\": 3\n },\n {\n \"industry\": {\n \"name\": \"MOBILE\"\n },\n \"yearsOfExperience\": 1\n }\n ]\n }\n}\n",
- "options": {
- "raw": {
- "language": "json"
- }
- }
- },
- "url": {
- "raw": "localhost:8989/api/v1/candidate",
- "host": [
- "localhost"
- ],
- "port": "8989",
- "path": [
- "api",
- "v1",
- "candidate"
- ]
- }
- },
- "response": []
- },
- {
- "name": "Get candidates for hire",
- "request": {
- "method": "GET",
- "header": [],
- "url": {
- "raw": "localhost:8989/api/v1/candidates",
- "host": [
- "localhost"
- ],
- "port": "8989",
- "path": [
- "api",
- "v1",
- "candidates"
- ]
- }
- },
- "response": []
- },
- {
- "name": "Get technologies",
- "request": {
- "method": "GET",
- "header": [],
- "url": {
- "raw": "localhost:8989/api/v1/technologies",
- "host": [
- "localhost"
- ],
- "port": "8989",
- "path": [
- "api",
- "v1",
- "technologies"
- ]
- }
- },
- "response": []
- },
- {
- "name": "Get industries",
- "request": {
- "method": "GET",
- "header": [],
- "url": {
- "raw": "localhost:8989/api/v1/industries",
- "host": [
- "localhost"
- ],
- "port": "8989",
- "path": [
- "api",
- "v1",
- "industries"
- ]
- }
- },
- "response": []
- }
- ]
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement