Response Body
Infoobject
Information explaining the outcome of the transaction.
Info.Codestring
A response code elaborating on the HTTP status code.
The following is a list of codes that can be returned by the service:
Success – Successful transaction
MissingParameter - A required parameter wasn't provided
InvalidParameter - A parameter was incorrectly specified
AuthenticationError - An error occurred with the credentials provided
DataNotFound - Data with the specified name wasn't found
The following is a list of codes that can be returned by the service:
Success – Successful transaction
MissingParameter - A required parameter wasn't provided
InvalidParameter - A parameter was incorrectly specified
AuthenticationError - An error occurred with the credentials provided
DataNotFound - Data with the specified name wasn't found
Info.Messagestring
This message further describes the code providing additional detail.
Valuestring[]
The Content of data in string array form. For custom skills, the first element (Value[0]) contains the Taxonomies text while the second element (Value[1]) the Skills text. The skills and taxonomies can be returned in either plain text or binary data. The binary data will be Base64 encoded and will contain a "text/base64:" prefix.