Specification Module

Specifications

GET specifications

Returns a list of ALL Specifications. Can be filtered with an OData style query string.

GET specifications/{specificationPK}

Returns the Specification with the specified PK value.

Parameters
  • specificationPK (FromUri): The PK value of the requested Specification.

SpecificationAssetSpecifications

GET specifications/{specificationPK}/AssetSpecifications

Returns the Asset Specifications for a specific Specification.

Parameters
  • specificationPK (FromUri): The PK value of the Specifications.

GET specifications/{specificationPK}/AssetSpecifications/{assetspecPK}

Returns the Asset Specification with the specified PK value.

Parameters
  • specificationPK (FromUri): The PK value of the Specification.
  • assetspecPK (FromUri): The PK value of the requested Asset Specification.