Fetch Standards
Fetches the list of Standards
Request
URI: v2/standards
HTTP Method: GET
Header params:
- Content-Type:
[application/json] OR [application/xml]
Response
Success
- XML:
<configuration><standards><standard id="DITA"/></standards></configuration> - JSON:
{"standards":[{"standard":[{"id":"DITA"}]}]}
Failed
- XML:
<result message="Standard Configuration resource is not found!" messageKey="Standard Configuration resource is not found!" status="FAIL" statusCode="404" /> - JSON:
{"statusCode":404,"messageKey":"Standard Configuration resource is not found!", "message":"Standard Configuration resource is not found!", "status":"FAIL", "info":[]}
Permissions
"Develop application"
Example
Request:
GET http://example.corp:8080/LiveContent/v2/standards
Response:
<configuration><standards><standard id="DITA"/></standards></configuration>