Get a single knowledge article

GET

Get knowledge article by id

Path parameters

idstringRequired

The id of the article to retrieve

Response

Knowledge article

idstring>=1 character<=160 characters

A unique identifier for the article

namestring>=1 character<=255 characters

The name or title of the article

contentstring>=1 character

The content of the article in markdown format

urlstringOptional

The url of the article

knowledge_source_idstringOptional

The id of the knowledge_source the article belongs to

localestringOptional

The IETF BCP 47 language code for the article, defaults to en or to the value of language if provided

languagestringOptional

The ISO 639-1 language code of the article, defaults to en or is derived from the value of locale if provided

tag_idslist of stringsOptional

A list of ids for the tags associated with the article

createddatetimeOptionalDefaults to 1970-01-01T00:00:00.000Z

The date the article was created in Ada

updateddatetimeOptionalDefaults to 1970-01-01T00:00:00.000Z

The date the article was last updated in Ada

external_createddatetimeOptionalDefaults to 1970-01-01T00:00:00.000Z

The date the article was created in the source system

external_updateddatetimeOptionalDefaults to 1970-01-01T00:00:00.000Z

The date the article was last updated in the source system

enabledbooleanOptionalDefaults to false

Whether the article should be referenced during response generation, defaults to true

metadatamap from strings to anyOptional

A dictionary of arbitrary key,value pairs. This data is not used by Ada, but can be used by the client to store additional information about the article.