/{version}/external/{externalid}
The following operations are supported on this resource:
Get a single entity by its external identifier.
Parameters
| name |
description |
type |
default |
| externalid |
The external identifier string for the entity. This value should be double URL encoded in order to allow identifiers that are URLs themselves.
|
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 |