Pular para o conteúdo

/api/v1/components (GET)

GET
/api/v1/components
curl --request GET \
--url 'https://api.endless.zaia.app/api/v1/components?pageNumber=1&pageSize=10'

Retrieves multiple components.

ids
Any of:
Array<string>
pageNumber

The page number.

number
default: 1 >= 1

The page number.

pageSize

The page size.

number
default: 10 >= 1 <= 100

The page size.

search

Search term to filter components by key.

string
>= 1 characters

Search term to filter components by key.

versionIds
Any of:
Array<string>

Retrieves all components for the workspace.

Media typeapplication/json
Array<object>
object
createdAt
required
string format: date-time
id
required

A UUID v4 string that identifies an entity.

string format: uuid
isRemoved
required
boolean
referenceId
required

The ID of the original entity in production.

string format: uuid
nullable
updatedAt
required
string format: date-time
versionId
required

A UUID v4 string that identifies an entity.

string format: uuid
detail
required
Any of:
object
type
required
string
Allowed values: boolean
value
required
boolean
key
required

The unique key identifier for this component within the workspace.

string
>= 1 characters <= 100 characters /^[a-zA-Z0-9_]+$/
workspaceId
required

The workspace that owns this component.

string format: uuid
Example
[
{
"detail": {
"type": "boolean"
}
}
]

Unauthorized.

Media typeapplication/json

The description of a known exception.

object
code

The error code.

string
cta

The error call-to-action.

object
type
required
string
Allowed values: support-contact
url
required
string format: uri
feedback
required

The error feedback.

object
enUs
string
esEs
string
ptBr
string
message
required

The error message.

string
name
required

The error name.

string
Example
{
"cta": {
"type": "support-contact"
}
}