Videos customfields
GET/customfields/videos
Get videos custom fields
Request
Header Parameters
Accept stringrequired
Example: application/json
Responses
- 200
- 400
- 404
Response Headers
- application/json
- Schema
- Example (from schema)
- 1
Schema
Array [
]
status stringrequired
keys
object[]
required
id stringrequired
key stringrequired
type stringrequired
label stringrequired
date_created stringrequired
date_updated stringrequired
order stringrequired
show stringrequired
{
"status": "string",
"keys": [
{
"id": "string",
"key": "string",
"type": "string",
"label": "string",
"date_created": "string",
"date_updated": "string",
"order": "string",
"show": "string"
}
]
}
OK
{
"status": "<string>",
"keys": [
{
"id": "<string>",
"key": "<string>",
"type": "<string>",
"label": "<string>",
"date_created": "<string>",
"date_updated": "<string>",
"order": "<string>",
"show": "<string>"
},
{
"id": "<string>",
"key": "<string>",
"type": "<string>",
"label": "<string>",
"date_created": "<string>",
"date_updated": "<string>",
"order": "<string>",
"show": "<string>"
}
]
}
Response Headers
- application/json
- Schema
- Example (from schema)
- 1
Schema
status stringrequired
{
"status": "string"
}
Bad Request
{
"status": "<string>"
}
Response Headers
- application/json
- Schema
- Example (from schema)
- 1
Schema
status stringrequired
{
"status": "string"
}
Not Found
{
"status": "<string>"
}
Loading...