Line Item Subsets API Endpoint

Options

Create an endpoint for retrieving list of Line Item Subsets in the model. Also, we need an endpoint to see which line items are included into the subset.

8
8 votes

New · Last Updated

Comments

  • Hi @Nikolai Starostin,

    I like the idea as I also needed it once, FYI as a workaround you can use:

    • Line items subset is similar to a list, and definitely is a dimension
    • All dimensions are accessible via endpoint "2/0/models/{modelID}/dimensions/{dimensionID}/items" - this allows you to list all items of such dimension
    • Line item subsets have IDs following the pattern "114000000000", "114000000001", "114000000002"…, but you need to keep in mind that removed ones will give you "404" code.

    So you can try to iterate over endpoints, and once you face i.e., 10 missing line item subsets (404 return), you can assume that you reached the end. The problem is, it doesn't allow you to determine which line item subset is which…

Get Started with Idea Exchange


See our Submission Guidelines and Idea Evaluation Criteria, then start posting your own ideas and showing support for others!