Articles
Get articles
GET/v2/articles
Query parameters
Header parameters
Response
Success
Body
Resultsnullable array of Adopto.Common.Api.Dto.ArticleReadonly (object)
Countinteger (int32)
Pageinteger (int32)
PerPageinteger (int32)
PagesAdopto.Common.Api.Dto.Paging.Pages (object)
IdResultsnullable array of Adopto.Common.Api.Dto.ArticleReadonly (object)
OriginalCountnullable integer (int32)
Request
Response
Get article
GET/v2/articles/{id}
Path parameters
id*integer (int32)
Header parameters
Response
Success
Body
Idinteger (int32)
Titlenullable string
Textnullable string
MetaDescriptionnullable string
MetaTitlenullable string
ImageUrlnullable string
AuthorAdopto.Common.Dto.Common.MemberDto (object)
LastModifiedByAdopto.Common.Dto.Common.MemberDto (object)
AbsoluteUrlnullable string
RelativeUrlnullable string
Slugnullable string
LastModifiedstring (date-time)
Publishednullable string (date-time)
StatusTalentLyft.Data.Enumerators.ConvertStatusTypes (enum)
DraftPublishedArchived
Tagsnullable array of string
AuthorPublishedFormattednullable string
Request
Response
Last updated