Skip to main content

Get entities from FeaturesPivot

GET 

https://api.elfsquad.io/data/1/FeaturesPivot

Get entities from FeaturesPivot

Request

Query Parameters

    $top integer

    Possible values: >= 0

    Show only the first n items

    $skip integer

    Possible values: >= 0

    Skip the first n items

    $filter string

    Filter items by property values

    $count boolean

    Include count of items

    $orderby string[]

    Possible values: [name, name desc, articleCode, articleCode desc, type, type desc, salesPrice, salesPrice desc, disallowDiscount, disallowDiscount desc, minValue, minValue desc, maxValue, maxValue desc, stepValue, stepValue desc, packingUnit, packingUnit desc, categoryId, categoryId desc, marginPct, marginPct desc, cardImageUrl, cardImageUrl desc, vatId, vatId desc, unitOfMeasurementId, unitOfMeasurementId desc, tags, tags desc, _subcategoryIds, _subcategoryIds desc, isRecommendation, isRecommendation desc, id, id desc, createdDate, createdDate desc, updatedDate, updatedDate desc, organizationId, organizationId desc, reference, reference desc, creatorId, creatorId desc, customField1, customField1 desc, customField2, customField2 desc, customField3, customField3 desc, customField4, customField4 desc, customField5, customField5 desc]

    Order items by property values

    $select string[]

    Possible values: [name, articleCode, type, salesPrice, disallowDiscount, minValue, maxValue, stepValue, packingUnit, categoryId, marginPct, cardImageUrl, vatId, unitOfMeasurementId, tags, _subcategoryIds, isRecommendation, id, createdDate, updatedDate, organizationId, reference, creatorId, customField1, customField2, customField3, customField4, customField5, category, organization]

    Select properties to be returned

    $expand string[]

    Possible values: [*, category, organization]

    Expand related entities

Responses

Retrieved entities

Schema
    valueobject[]
var client = new HttpClient();
var request = new HttpRequestMessage(HttpMethod.Get, "https://api.elfsquad.io/data/1/FeaturesPivot");
request.Headers.Add("Accept", "application/json");
var response = await client.SendAsync(request);
response.EnsureSuccessStatusCode();
Console.WriteLine(await response.Content.ReadAsStringAsync());
Request Collapse all
Base URL
https://api.elfsquad.io/data/1
Parameters
— query
— query
— query
— query
— query
— query
— query
ResponseClear

Click the Send API Request button above and see the response here!