{ "opencollection": "1.0.0", "info": { "name": "Slope Arrays Products API", "version": "1.0" }, "items": [ { "info": { "name": "Products", "type": "folder" }, "items": [ { "info": { "name": "Get all model point fields for a product.", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/v1/Products/:ProductId/ModelPointFields", "params": [ { "name": "ProductId", "value": "", "type": "path", "description": "The ID of the product to get model point fields for." }, { "name": "Fields", "value": "", "type": "query", "description": "Optional parameter to filter the top-level fields that are returned. \nThe list must be in CSV format. Example: field1,field2,field3" }, { "name": "Limit", "value": "", "type": "query", "description": "Optional parameter to limit the number of items returned. Default is 200." }, { "name": "Offset", "value": "", "type": "query", "description": "Optional parameter to offset the items returned. Default is 0." } ] }, "docs": "This endpoint will:\n- Validate the user has permission to view the model\n- Return all model point fields for the specified product\n- Support pagination with offset and limit\n- Support field filtering via the Fields parameter\n- Include Field Name, Field ID, Data Type, IsRequired flag, Scales flags, Default values, and Aliases" } ] } ], "bundled": true }