Overview
The versions service returns a list of valid versions. The version number is part of the URL construct.
Example:
| URL |
|---|
| https://<relaywareHost>/api/versions |
Return Format
The default return format is json. Xml is also supported. To return the result in xml format, append ‘.xml’ to the end of the call.
Example:
| URL |
|---|
|
https://<relaywareHost>/api/v1/organization/2.xml https://<relaywareHost>/api/v1/entity/location.xml |
The Phrase Translations API works slightly differently from the normal Entities API.
There is only one accepted method, GET.
| Method | URL | Content |
|---|---|---|
| GET | https://<relaywareHost>/api/v1/phrase/{phraseID} | url-encoded values |
| HTML Example |
|---|
|
GET /api/v1/phrase/6111 Host:<relaywareHost> sessionID: xxxxxxxxxxxxxxxxxxxxxxxxx |
|
|
Comments
0 comments
Please sign in to leave a comment.