Interactive Demo
This demonstration page allows you to test out the Web Services API by sending a request and viewing the JSON data returned. See the Reference Manual for a complete guide to the available services.
Request
Response
Send a request to see the response.
Loading...
The request could not be completed (). Please try again.
URL:
https://api-v2.onetcenter.org/database/info/content_model_reference
Status:
200 OK
Content-Type:
application/json
{
"rows": "https://api-v2.onetcenter.org/database/rows/content_model_reference",
"table_id": "content_model_reference",
"title": "Content Model Reference",
"description": "Provide O*NET Content Model elements.",
"data_dictionary": "https://www.onetcenter.org/dictionary/29.0/excel/content_model_reference.html",
"download": {
"excel": "https://www.onetcenter.org/dl_files/database/db_29_0_excel/Content%20Model%20Reference.xlsx",
"text": "https://www.onetcenter.org/dl_files/database/db_29_0_text/Content%20Model%20Reference.txt",
"mysql": "https://www.onetcenter.org/dl_files/database/db_29_0_mysql/1_content_model_reference.sql",
"sql_server": "https://www.onetcenter.org/dl_files/database/db_29_0_mssql/1_content_model_reference.sql",
"oracle": "https://www.onetcenter.org/dl_files/database/db_29_0_oracle/1_content_model_reference.sql"
},
"column": [
{
"column_id": "element_id",
"optional": false
,
"title": "Element ID",
"description": "Content Model Outline Position",
"type": "Text",
"format": "Character Varying(20)"
},
{
"column_id": "element_name",
"optional": false
,
"title": "Element Name",
"description": "Content Model Element Name",
"type": "Text",
"format": "Character Varying(150)"
},
{
"column_id": "description",
"optional": false
,
"title": "Description",
"description": "Content Model Element Description",
"type": "Text",
"format": "Character Varying(1500)"
}
]
}