mirror of
https://github.com/LukeHagar/api-specs.git
synced 2025-12-07 12:27:49 +00:00
18 lines
610 B
YAML
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" |