Get

Request Project information

GET https://api.netcon.dk/projects/:projectId/

Path Parameters

NameTypeDescription

projectId*

String

Project id

Headers

NameTypeDescription

authorization*

String

Api key

{
   "_id": String,
   "name": String,
   "user": String,
   "members":[
      {
         "id": String,
         "accepted": Boolean
      }
   ]
}

Last updated