Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
93 changes: 33 additions & 60 deletions descriptions/0/api.intercom.io.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12506,16 +12506,13 @@ paths:
admin_id: '884120017'
review_status: submitted
notes:
type: note.list
notes:
- type: note
id: '9001'
created_at: 1734537900
updated_at: 1734537900
author:
type: admin
admin_id: '884120017'
body: Great empathy in the second reply.
- id: '9001'
created_at: 1734537900
updated_at: 1734537900
author:
type: admin
admin_id: '884120017'
body: Great empathy in the second reply.
evaluators:
- evaluator_id: '54321'
result:
Expand Down Expand Up @@ -13221,16 +13218,13 @@ paths:
admin_id: '884120017'
review_status: submitted
notes:
type: note.list
notes:
- type: note
id: '9001'
created_at: 1734537900
updated_at: 1734537900
author:
type: admin
admin_id: '884120017'
body: Great empathy in the second reply.
- id: '9001'
created_at: 1734537900
updated_at: 1734537900
author:
type: admin
admin_id: '884120017'
body: Great empathy in the second reply.
evaluators:
- evaluator_id: '54321'
result:
Expand Down Expand Up @@ -13966,16 +13960,13 @@ paths:
admin_id: '884120017'
review_status: submitted
notes:
type: note.list
notes:
- type: note
id: '9001'
created_at: 1734537900
updated_at: 1734537900
author:
type: admin
admin_id: '884120017'
body: Great empathy in the second reply.
- id: '9001'
created_at: 1734537900
updated_at: 1734537900
author:
type: admin
admin_id: '884120017'
body: Great empathy in the second reply.
evaluators:
- evaluator_id: '54321'
result:
Expand Down Expand Up @@ -33510,7 +33501,18 @@ components:
description: The status of the review of this scorecard, as shown in the QA reviews list in Intercom. `unreviewed` while the review is waiting for a reviewer's verdict; `submitted` once the review has been submitted; `passed_review`, `needs_fix`, `wont_fix` or `fix_complete` when a teammate set a specific outcome. Null when no review exists for this scorecard.
example: submitted
notes:
"$ref": "#/components/schemas/conversation_scorecard_notes"
type: array
description: The notes teammates left on the QA review linked to this scorecard entry. Empty when the scorecard has no linked review.
example:
- id: '9001'
created_at: 1734537900
updated_at: 1734537900
author:
type: admin
admin_id: '884120017'
body: Great empathy in the second reply.
items:
"$ref": "#/components/schemas/conversation_scorecard_note"
evaluators:
type: array
description: Per-evaluator results within this scorecard.
Expand All @@ -33536,42 +33538,13 @@ components:
nullable: true
description: The id of the admin who reviewed the scorecard. Present only when `type` is `admin`.
example: '884120017'
conversation_scorecard_notes:
title: Scorecard Notes
type: object
x-tags:
- Conversations
description: The notes teammates left on the QA review linked to this scorecard entry. The list is empty when the scorecard has no linked review.
properties:
type:
type: string
description: String representing the object's type. Always has the value `note.list`.
example: note.list
notes:
type: array
description: The notes on the linked review, oldest first.
example:
- type: note
id: '9001'
created_at: 1734537900
updated_at: 1734537900
author:
type: admin
admin_id: '884120017'
body: Great empathy in the second reply.
items:
"$ref": "#/components/schemas/conversation_scorecard_note"
conversation_scorecard_note:
title: Scorecard Note
type: object
x-tags:
- Conversations
description: A note a teammate left on the QA review of this scorecard.
properties:
type:
type: string
description: String representing the object's type. Always has the value `note`.
example: note
id:
type: string
description: The id of the note.
Expand Down
Loading