Files
api-specs/nerm/paths/ne_attributes.yaml
2023-05-12 15:35:08 -04:00

18 lines
610 B
YAML

get:
summary: Get attribute data in bulk
operationId: getAttributes
description: This endpoint can retrieve attribute data in bulk from Lifecycle or you can search for attributes using parameters
tags:
- attributes
parameters:
- $ref: "../parameters/query/query.yaml"
- $ref: "../parameters/query/label.yaml"
- $ref: "../parameters/query/data_type.yaml"
- $ref: "../parameters/query/metadata.yaml"
responses:
'200':
$ref: "../responses/Attributes_Meta.yaml"
'400':
$ref: "../responses/400.yaml"
'500':
$ref: "../responses/500.yaml"