Skip to main content

Get a List of Metadata

Gets a list of metadata for the specified source. 

Authorizations: Sources - VIEW

Requests

GET /apis/sources/:sourceId/metadata

Response

Success

{
"data": [
{
"name": "calypso:creator",
"field": [
{
"fieldType": "STRING",
"valueString": "haiadmin"
}
]
}
]
}

Error

Code

Payload

 Description

404
{"code":"040012", "name":"NoResults",
"message":"No results",
"httpStatusCode":404}

The specified source has no metadata.

404
{"code":"040009", "name":"SourceNotFound",
"message":"Source not found",
"httpStatusCode":404}

Source with UUID sourceId not found.

 

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.