Accuris ← Guides

Accuris API Documentation

Specifications API (1.0.0)

Download OpenAPI specification:

Description TBD

Obtain a list of standards

Retrieves a paginated list of standards within a specific partition. This endpoint supports filtering.

Authorizations:
bearerAuth
path Parameters
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.

query Parameters
cursor
string

cursor contains continuation information for pagination.

pageSize
integer >= 1
Default: 1000

Number of items per page

expand
string

When set to value, returns full Standard instances. If not set, returns only Id Urls of Standards.

filter
string
Examples:
  • filter=dateModified gt 2022-01-01 - Filter by modified date

Filter standards by specific properties.

Supported fields:

  • dateModified (Date ISO-8601 compliant) - When the standard was last modified

Supported operators:

  • Comparison: gt (greater than), ge (greater than or equal)

Examples:

  • filter=dateModified gt 2020-01-01

Responses

Response samples

Retrieve a specific standard

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.

Authorizations:
bearerAuth
path Parameters
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.

Responses

Response samples

Content type
application/json
{}