Skip to main content
GET
/
v1
/
onsite-visit
/
{sessionId}
/
comments
cURL
curl --request GET \
  --url https://revive-api-v2-production.herokuapp.com/v1/onsite-visit/{sessionId}/comments \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "type": "internal",
  "createdBy": {}
}
'

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

sessionId
string
required

Body

application/json
type
enum<string>
required
Available options:
internal,
public
createdBy
object

Response

200

Success