Individual Q&A

Please note that in all urls & code samples you'll need to replace:id and :corporation with appropriate values

Get Individual Answer

GET /v2/qanda/:corporation/:id

Headers

Name
Value

Content-Type

application/json

Authorization

Bearer <token>

Url

Name
Type
Description

corporation

number

Corporation ID

id

number

Unique question id

Response

 {
  data: {
    question: [],
    tags: [],
    seo: []
  },
  success: true
}

Code

Last updated

Was this helpful?