Path: / rest / example / {id}

Gets an example resource

Path parameters:
id - the example id

Method Summary
ResourceDescription
GET /rest/example/{id};type=…?start=…Gets an example resource

Method Detail
HTTP Example:
GET /rest/example/{id};type=…?start=…

API Example:

JAXRSExample.getExample({'type': /* type the type of resource we prefer */,
  'start': /* startIndex the start index */,
  'id': /* id the example id */});

Gets an example resource

Output:
JAXRSExample.JAXBExample - an example resource suitable for the given parameters
Query parameters:
start - the start index
Matrix parameters:
type - the type of resource we prefer
Produces:
application/xml
application/*+xml
HTTP return codes:
404 - if there is no such example resource
HTTP response headers:
Location - a pointer to the example details
HTTP request headers:
X-Example-Auth - the authentication header