HuduAPI Client HuduAPI Client
HuduAPI Client HuduAPI Client
DocFX

Search Results for

    Class GetArticles

    Paramaters to get articles from the Hudu API endpoint /api/v1/articles

    Inheritance
    System.Object
    GetArticles
    Implements
    IParameters
    Namespace: HuduAPI.Endpoints.Parameters
    Assembly: HuduAPI.dll
    Syntax
    [JsonObject(NamingStrategyType = typeof(SnakeCaseNamingStrategy))]
    public class GetArticles : IParameters

    Properties

    CompanyID

    Filter by company_id

    Declaration
    [JsonProperty("company_id")]
    public int? CompanyID { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Int32>

    Name

    Filter by name of article

    Declaration
    [JsonProperty("name")]
    public string Name { get; set; }
    Property Value
    Type Description
    System.String

    Page

    Get this page of results when paging through results.

    Declaration
    [JsonProperty("page")]
    public int? Page { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Int32>

    PageSize

    Number of results to return on each page.

    Declaration
    [JsonProperty("page_size")]
    public int? PageSize { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Int32>

    PayloadType

    Declaration
    public string PayloadType { get; }
    Property Value
    Type Description
    System.String

    Implements

    IParameters
    © Dracon80. All rights reserved.