Download OpenAPI specification:
Description TBD
Retrieves a paginated list of standards within a specific partition. This endpoint supports filtering.
| partition required | string Partition is a logical grouping of data and all data derivatives that is used to manage and segregate content within a multi-tenant system. |
| cursor | string cursor contains continuation information for pagination. |
| pageSize | integer >= 1 Default: 1000 Number of items per page |
| expand | string When set to |
| filter | string Examples:
Filter standards by specific properties. Supported fields:
Supported operators:
Examples:
|
{- "link": [
],
}Retrieves metadata for a specific standard by its identifier.
The response includes the standard's basic information, references to its active document and edition, and lists of all associated documents and editions.
| partition required | string Example: industrial Partition identifier used to logically group and segregate content within the multi-tenant system (e.g., "industrial"). |
| standard required | string Example: ABRUHIAAAAAAAAAA The unique identifier for the standard. |
{- "identifier": "aurn:industrial:content:doc:ABRUHIAAAAAAAAAA",
- "documentNumber": "ISO 9001:2015",
- "inLanguage": [
- "en"
], - "title": {
- "en": "Quality management systems - Requirements",
- "fr": "Systèmes de management de la qualité - Exigences"
}, - "datePublished": "2015-09-15T00:00:00Z",
- "keywords": { },
- "abstract": {
- "en": "<p>This International Standard specifies requirements for a quality management system when an organization needs to demonstrate its ability to consistently provide products and services that meet customer and applicable statutory and regulatory requirements.</p> <p>The standard aims to enhance customer satisfaction through the effective application of the system, including processes for improvement of the system and the assurance of conformity to customer and applicable statutory and regulatory requirements.</p>"
}, - "publisher": {
- "identifier": "aurn:industrial::org:ISO",
- "name": "International Organization for Standardization",
- "alternateName": "ISO"
}
}