Gets a list of metadata for the specified source.
Authorizations: Sources - VIEW
GET /apis/sources/:sourceId/metadata
Success
{ "data": [ { "name": "calypso:creator", "field": [ { "fieldType": "STRING", "valueString": "haiadmin" } ] } ]}
{
"data": [
"name": "calypso:creator",
"field": [
"fieldType": "STRING",
"valueString": "haiadmin"
}
]
Error
Code
Payload
Description
404
{"code":"040012", "name":"NoResults", "message":"No results", "httpStatusCode":404}
{"code":"040012", "name":"NoResults",
"message":"No results",
"httpStatusCode":404}
The specified source has no metadata.
{"code":"040009", "name":"SourceNotFound", "message":"Source not found", "httpStatusCode":404}
{"code":"040009", "name":"SourceNotFound",
"message":"Source not found",
Source with UUID sourceId not found.
sourceId
Please note, these errors can depend on your browser setup.
If this problem persists, please contact our support.