Home > For Developers > Meta Data (definition) APIs

Meta Data (definition) APIs

The meta data APIs can be used to manage stream and smart object definitions.

 

Note: 
The meta-data APIs refer to data components as "documents".

 

Get list of Smart Objects
https://us.pulpstream.com/vfr/api/smartObjects

Get details of a Smart Object definition, including its fields
https://us.pulpstream.com/vfr/api/smartObjects/{objectId}

Get a list of Streams
https://us.pulpstream.com/vfr/api/streamTemplates

Get all data components defined for a specific version of stream
https://us.pulpstream.com/vfr/api/streamTemplates/{streamTemplateId}/{version}/documents

Get details of a data component, using document ID
https://us.pulpstream.com/vfr/api/streamTemplates/{streamTemplateId}/{version}/documents/{documentId}

Get details of a data component, using document name
https://us.pulpstream.com/vfr/api/streamTemplates/{streamTemplateId}/{version}/documents/{documentName}