Get Character

Get retrieves a specific Character resource.

This RPC accepts a GetCharacterRequest with the resource name of the desired Character. The Character is retrieved and returned.

HTTP Mapping: GET “/v1/conversation/characters/{name=characters/*}”

Path parameters

characterstringRequired
The character id.

Response

OK
displayNamestring

display_name is the human-readable name for the Character.

namestring

name is the unique resource identifier for the Character. It follows the format “characters/{character}”.

descriptionstring
description provides a brief overview of the Character's purpose.
versionslist of objectsRead-only
version is the current version of the Character.

Errors

400
Bad Request Error