Get metadata
GET /v2/metadata/{metadataId}
GET
/v2/metadata/{metadataId}
Get a metadata record by its ID.
Authorizations
Section titled “Authorizations ”Parameters
Section titled “ Parameters ”Path Parameters
Section titled “Path Parameters ” metadataId
required
string format: uuid
The ID of the metadata
Example
77a0049c-7683-45ff-956f-656f257048f7Header Parameters
Section titled “Header Parameters ” X-API-Key
string
API Key
X-API-Secret
string
API Secret
Responses
Section titled “ Responses ”The metadata record details.
object
id
required
The query ID for the created metadata
string
77a0049c-7683-45ff-956f-656f257048f7 aggregateId
required
The aggregate ID for this metadata item
string format: uuid
77a0049c-7683-45ff-956f-656f257048f7 value
required
The value of the metadata
string
Sample value key
required
The key of the metadata
string
77a0049c-7683-45ff-956f-656f257048f7 description
required
The description of the metadata
string
Sample description displayName
required
The display name of the metadata
string
Sample display nameBad Request
Unauthorized
Forbidden
Not Found
Internal Server Error