GET/spaces/api/v1/iframely.json
returns rich media for a url from the iframely.com service
Request Examples
Example Request
GET
/spaces/api/v1/iframely.jsoncurl --request GET \ --url https://{site_name}.teamwork.com/account.json
Responses
- Code
- 200
- Type
- object
- Schema
- Description
- 200 OK
- Code
- 500
- Type
- object
- Schema
- Description
- 500 Internal Server Error
200 OK
IframelyResponse
{
"iframely": {
"html": "string"
}
}