GET
Get a single entity by its external identifier.
Parameters
| name | description | type | default |
|---|---|---|---|
| externalid | The external identifier string for the entity. | path |
Output Payload
| element | produceable content type(s) |
|---|---|
| (custom) |
|
| description | |
| HTTP_NOT_FOUND if nothing exists with the supplied identifier HTTP_NO_CONTENT if an unsupported entity is found HTTP_OK Response containing the serialized entity for a valid entity | |