VoidVampire / rekroot

ExpressJS backend of rekroot platform
0 stars 0 forks source link

GET /company/:id/posting/:postingid/application #11

Closed srevinsaju closed 10 months ago

srevinsaju commented 10 months ago

Returns the IDs of all applications

{
  "applications": [
    "0b15871b-8964-427e-ad46-1df1226cbb6e",
    "dd7bbeea-95e9-42b1-ab06-a6ba70e42f8e",
  ]
}
VoidVampire commented 10 months ago

also, anyone can request this right? nvm, this is to be limited to only company owners r8?

srevinsaju commented 10 months ago

Yes, this is limited to company owners alone.

VoidVampire commented 10 months ago

done