Project’s Live Video Conference Sessions

Description TBD

Attributes

Name Type Description
resource_uri reference read only
candidate reference  
link string read only

List

/companies/{{companyId}}/projects/{{projectId}}/lvcsessions/

Methods

  • GET
  • POST

Example response

{
  "meta": {
    "total_count": 1,
    "previous": null,
    "next": null
  },
  "objects": [
    {
      "resource_uri": "https://staging.interview-suite.com/api/v3/companies/1/projects/17/lvcsessions/1/",
      "link": "https://staging.conference-suite.com/r/168842782",
      "candidate": "https://interview-suite.com/api/v3/companies/1/projects/17/candidates/28/"
    }
  ]
}

Object

/companies/{{companyId}}/projects/{{projectId}}/lvcsessions/{{lvcSessionId}}

Methods

  • GET
  • DELETE

Example response

{
  "resource_uri": "https://staging.interview-suite.com/api/v3/companies/1/projects/17/lvcsessions/1/",
  "link": "https://staging.conference-suite.com/r/168842782",
  "candidate": "https://interview-suite.com/api/v3/companies/1/projects/17/candidates/28/"
}