Record
get-article-article-id-response
No description available.
record get-article-article-id-response {
author: option<string>,
claps: option<s32>,
id: option<string>,
image-url: option<string>,
is-locked: option<bool>,
is-series: option<bool>,
lang: option<string>,
last-modified-at: option<string>,
publication-id: option<string>,
published-at: option<string>,
reading-time: option<f64>,
responses-count: option<s32>,
subtitle: option<string>,
tags: option<list<string>>,
title: option<string>,
topics: option<list<string>>,
url: option<string>,
voters: option<s32>,
word-count: option<s32>,
}Fields
| Name | Type | Description |
|---|---|---|
| author | option<string> | |
| claps | option<s32> | |
| id | option<string> | |
| image-url | option<string> | |
| is-locked | option<bool> | |
| is-series | option<bool> | |
| lang | option<string> | |
| last-modified-at | option<string> | |
| publication-id | option<string> | |
| published-at | option<string> | |
| reading-time | option<f64> | |
| responses-count | option<s32> | |
| subtitle | option<string> | |
| tags | option<list<string>> | |
| title | option<string> | |
| topics | option<list<string>> | |
| url | option<string> | |
| voters | option<s32> | |
| word-count | option<s32> |