GET api/Mesh/GetMeshDefinitions?specificationListingId={specificationListingId}
Gets the mesh definitions.
Access
Requires authentication.
Requires SSL.
Request Information
Parameters
Name | Description | Additional information |
---|---|---|
specificationListingId | The specification listing identifier. |
Define this parameter in the request URI. |
Response Information
Response body formats
application/xml, text/xml
Sample:
<ApiResponse xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"> <ResponseCode>1</ResponseCode> <ResponseDescription>sample string 2</ResponseDescription> <MethodExpirationDate>2025-04-29T15:15:33.7086355+02:00</MethodExpirationDate> <ResponseObject> <MeshDefinitionOut> <Id>1</Id> <Readonly>true</Readonly> <SpecificationListingId>1</SpecificationListingId> <Code>sample string 2</Code> <CodePrefix>sample string 3</CodePrefix> <MeshCount>1</MeshCount> <RowRevision>sample string 1</RowRevision> <OrderedAmount>1</OrderedAmount> </MeshDefinitionOut> <MeshDefinitionOut> <Id>1</Id> <Readonly>true</Readonly> <SpecificationListingId>1</SpecificationListingId> <Code>sample string 2</Code> <CodePrefix>sample string 3</CodePrefix> <MeshCount>1</MeshCount> <RowRevision>sample string 1</RowRevision> <OrderedAmount>1</OrderedAmount> </MeshDefinitionOut> <MeshDefinitionOut> <Id>1</Id> <Readonly>true</Readonly> <SpecificationListingId>1</SpecificationListingId> <Code>sample string 2</Code> <CodePrefix>sample string 3</CodePrefix> <MeshCount>1</MeshCount> <RowRevision>sample string 1</RowRevision> <OrderedAmount>1</OrderedAmount> </MeshDefinitionOut> </ResponseObject> </ApiResponse>
application/json, text/json
Sample:
{ "ResponseCode": 1, "ResponseDescription": "sample string 2", "MethodExpirationDate": "2025-04-29T15:15:33.7086355+02:00", "ResponseObject": [ { "RowRevision": "sample string 1", "OrderedAmount": 1.0, "SpecificationListingId": 1, "Code": "sample string 2", "CodePrefix": "sample string 3", "MeshCount": 1, "Id": 1, "Readonly": true }, { "RowRevision": "sample string 1", "OrderedAmount": 1.0, "SpecificationListingId": 1, "Code": "sample string 2", "CodePrefix": "sample string 3", "MeshCount": 1, "Id": 1, "Readonly": true }, { "RowRevision": "sample string 1", "OrderedAmount": 1.0, "SpecificationListingId": 1, "Code": "sample string 2", "CodePrefix": "sample string 3", "MeshCount": 1, "Id": 1, "Readonly": true } ] }