# ExternalArticle

For an article that was imported from another service, this entity represents the reference to the article in the external system.
## Attributes

This table describes attributes of the `ExternalArticle` entity.

* To receive an attribute in the response from the server, specify it explicitly in the `fields` request parameter.

* To update an attribute, provide it in the body of a POST request.

|  Field  |  Type  |  Description  |
| --- | --- | --- |
|  id  |  String  |  The ID of the article reference. `Read-only`.  |
|  name  |  String  |  The name of the external service. `Read-only`.  |
|  url  |  String  |  The URL of the external service. `Read-only`. `Can be null`.  |
|  key  |  String  |  Article key in the external system. `Read-only`. `Can be null`.  |

