GET api/skills
Requires authentication. Get all skills, no paging support as total number of skills quite small If successful returns "200 OK", with the body of the response containing a representation of the set of skills. If not found, returns "404 Not Found" - there should always be some skills If CRM operations fail for an un-recoverable reason, the service returns "502 Bad Gateway" Any other server-side errors return "500 Internal Server Error"
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
SkillRepresentation
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.