get https://prod.cg.optimizely.com/api/content/v3/types
Get content types of the source
Log in to see full request history
time | status | user agent | |
---|---|---|---|
Retrieving recent requestsโฆ |
Loadingโฆ
Response
Try our conversational search powered by Generative AI!
AI OnAI OffTry our conversational search powered by Generative AI!
AI OnAI OffGet content types of the source
time | status | user agent | |
---|---|---|---|
Retrieving recent requestsโฆ |
xxxxxxxxxx
curl --request GET \
--url 'https://prod.cg.optimizely.com/api/content/v3/types?id=default' \
--header 'accept: application/json'
xxxxxxxxxx
36}
{
"label": "Weather Forecast",
"description": "The description of source",
"languages": [
"en"
],
"links": {},
"contentTypes": {
"Weather": {
"contentType": [],
"properties": {
"Location": {
"type": "Location"
},
"Description": {
"type": "String"
},
"Temperature": {
"type": "Int"
}
}
}
},
"propertyTypes": {