PrismaLife services - Metadata

<back to all web services

Echo

The following routes are available for this service:
GET/api/Echo/{Value}Echo Test-ServiceYou can send any text, and get it read back to you.
Parameters:
NameParameterData TypeRequiredDescription
ValuepathstringYesThe string-value to read back

To override the Content-type in your clients HTTP Accept Header, append the .csv suffix or ?format=csv

HTTP + CSV

The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.

POST /csv/reply/Echo HTTP/1.1 
Host: services.prismalife.com 
Content-Type: text/csv
Content-Length: length

Value
String

HTTP/1.1 200 OK
Content-Type: text/csv
Content-Length: length

Result,ResponseStatus
String,"{errorCode:String,message:String,stackTrace:String,errors:[{errorCode:String,fieldName:String,message:String}]}"