curl --request GET \
--url https://api.icepanel.io/v1/catalog/news-articles/slugs/{catalogNewsArticleSlug}
{
"catalogNewsArticle": {
"body": "<string>",
"catalogTechnologyIds": [
"<string>"
],
"createdAt": "2023-11-07T05:31:56Z",
"defaultSlug": "<string>",
"description": "<string>",
"id": "<string>",
"link": "<string>",
"provider": "aws",
"publishedAt": "2023-11-07T05:31:56Z",
"slugs": [
"<string>"
],
"tags": [
"announcement"
],
"title": "<string>"
}
}
Find a news article by the slug
curl --request GET \
--url https://api.icepanel.io/v1/catalog/news-articles/slugs/{catalogNewsArticleSlug}
{
"catalogNewsArticle": {
"body": "<string>",
"catalogTechnologyIds": [
"<string>"
],
"createdAt": "2023-11-07T05:31:56Z",
"defaultSlug": "<string>",
"description": "<string>",
"id": "<string>",
"link": "<string>",
"provider": "aws",
"publishedAt": "2023-11-07T05:31:56Z",
"slugs": [
"<string>"
],
"tags": [
"announcement"
],
"title": "<string>"
}
}
OK
The response is of type object
.