GET/api/v1/oppurtunity/jobs?start=0&count=10| Name | Type | Required | Description |
|---|---|---|---|
| x-api-key | String | Yes | API key provided by Networked. |
| spaceId | String | No | Required only when fetching for a space. Defaults to community. |
| Name | Type | Required | Description |
|---|---|---|---|
| start | Number | Yes | Index to start fetching job records. |
| count | Number | Yes | Number of job records to fetch per page. |
{
"data": {
"count": 1,
"start": 0,
"nextStart": false,
"contents": [
{
"jobId": "682fc8c70465d1001250c405",
"user": {
"id": "6787893423126f0012a92ed6",
"name": "Spencer Johnson Spencer",
"image": "https://ntwc-us-east-2-qa-eks-s3-files-storage.s3.us-east-2.amazonaws.com/user-6787893423126f0012a92ed6/file_1741258763688_image (25).png",
"title": " Software Development Test Engineer WBC Community Test Engineer"
},
"title": "czxc",
"jobDescription": "<p class='preserveHtml' class='preserveHtml' class='preserveHtml' class='preserveHtml' class='preserveHtml' class='preserveHtml' style=\"\">cxzczx</p>",
"richText": "[{\"type\":\"paragraph\",\"children\":[{\"text\":\"cxzczx\"}]}]",
"industry": {},
"contactEmail": "gupta.sahu@networked.co",
"applicantCount": 0,
"jobDataapplicants": false,
"jobInformation": {
"jobType": {
"id": "5349b4ddd2781d06c0000001",
"name": "Full Time",
"description": "permanent job opprtunity with employer"
},
"vacancies": 1,
"salaryType": {},
"salaryCurrency": {},
"salaryDuration": {}
},
"companyRaw": {
"image": "",
"imageId": ""
},
"company": {},
"timeStamp": 1747962055222,
"isSpace": false,
"community": "67959032bc6bea0012fdc671"
}
]
},
"error": false,
"message": "Operation completed successfully"
}
interface JobListingResponse {
data: {
count: number;
start: number;
nextStart: boolean;
contents: Job[];
};
error: boolean;
message: string;
}
interface Job {
jobId: string;
user: {
id: string;
name: string;
image: string;
title: string;
};
title: string;
jobDescription: string;
richText: string;
industry: object;
contactEmail: string;
applicantCount: number;
jobDataapplicants: boolean;
jobInformation: {
jobType: {
id: string;
name: string;
description: string;
};
vacancies: number;
salaryType: object;
salaryCurrency: object;
salaryDuration: object;
};
companyRaw: {
image: string;
imageId: string;
};
company: object;
timeStamp: number;
isSpace: boolean;
community: string;
}
| Field | Type | Description |
|---|---|---|
| jobId | String | Unique ID of the job listing. |
| user | Object | Creator of the job post. |
| title | String | Job title. |
| jobDescription | String | HTML-formatted job description. |
| richText | String | Rich-text formatted job content. |
| industry | Object | Industry info (if any). |
| contactEmail | String | Email to apply or contact for the job. |
| applicantCount | Number | Number of applicants. |
| jobDataapplicants | Boolean | Indicates if there are job applicants. |
| jobInformation | Object | Contains job type, vacancies, and salary. |
| companyRaw | Object | Company image info. |
| company | Object | Detailed company information (if available). |
| timeStamp | Number | Timestamp when job was posted. |
| isSpace | Boolean | Whether the job is posted in a space. |
| community | String | Community ID the job is associated with. |
curl --location 'https://backend.networked.co/api/v1/oppurtunity/jobs?start=0&count=10' \
--header 'x-api-key: <your-api-key>'{
"data": {
"count": 1,
"start": 0,
"nextStart": false,
"contents": [
{
"jobId": "687467b20e852b00127eac48",
"user": {
"id": "6787893423126f0012a92ed6",
"name": "Gupteswaro Sahu Gupteswaro Sahu Gupteswaro Sahu Gupteswaro Sahu",
"image": "https://ntwc-us-east-2-qa-eks-s3-files-storage.s3.us-east-2.amazonaws.com/user-5fc0da0bb3bfc0123e0f7011/file_1751019476044_My%20Photo%201.jpg",
"title": " Software Development"
},
"title": "Apply job from Mobile 1",
"jobDescription": "<p style=\"\">This is a testing job posted .</p>",
"richText": "[{\"type\":\"paragraph\",\"children\":[{\"text\":\"This is a testing job posted .\"}]}]",
"industry": {
"id": "5f16fbd4a62398458f000028",
"name": "Machinery"
},
"contactEmail": "gupta.sahu@networked.co",
"jobLink": null,
"applicantCount": 0,
"jobDataapplicants": false,
"fixedSalary": "120000",
"yearsOfExperience": "12",
"jobInformation": {
"jobType": {
"id": "5349b4ddd2781d06c0000001",
"name": "Full Time",
"description": "permanent job opprtunity with employer"
},
"vacancies": 1,
"salaryType": {
"id": "5349b4ddd2781d06d0000001",
"name": "Negotiable",
"description": "Negotiable Salary means if you actually get the job, then there will be a discussion between you and the employer to decide what salary you can be offered depending on skills and experience."
},
"salaryCurrency": {
"id": "5349b4ddd2781d06a0000001",
"name": "USD - US Dollar",
"description": "USD - US Dollar",
"symbol": "USD"
},
"salaryDuration": {
"id": "5349b4ddd2781d06e0000002",
"name": "Daily",
"description": "Salary to an employee on day basis"
}
},
"companyRaw": {
"name": " Novo Nordisk",
"location": "Plot No. 129-132,Ground floor, Block 1,DLF Cyber City,Gachibowli,Serilingampally,Hyderabad,Telangana,India",
"address": null,
"website": "https://google.com",
"image": "https://ntwc-us-east-2-qa-eks-s3-files-storage.s3.us-east-2.amazonaws.com/user-6787893423126f0012a92ed6/file_1752459285915_file_1723098276454_logo.png",
"imageId": "6874681552ece60029b96106"
},
"company": {},
"timeStamp": 1752459186030,
"isSpace": false,
"community": "67959032bc6bea0012fdc671",
"isHideApply": false,
"registrationLink": [
{
"_id": "687467b20e852b00127eac4a",
"url": "https://someregistrationlink.com",
"actionName": "action 1"
},
{
"_id": "6874681b0e852b00127eaca6",
"url": "https://someregistrationlink2.com",
"actionName": "action 2"
}
]
}
]
},
"error": false,
"message": "Operation completed successfully"
}