VoidVampire / rekroot

ExpressJS backend of rekroot platform
0 stars 0 forks source link

GET /company/:id/postings #7

Closed srevinsaju closed 10 months ago

srevinsaju commented 10 months ago

Returns the IDs of each posting created for a company.

{
   "postings": [
        "32f3147e-b874-4f26-87d1-f99e545d943f",
        "86871b5b-e0ce-4c69-84ad-17017a04b698",
        "06c655f8-d572-44f5-84d3-3963216151f4",
     ]
}
VoidVampire commented 10 months ago

done