API Documentation

Index Resources

Resources that serve only to point to other resources.

/{iid}

GET

Provide links to resources within the instance.

Sample Call

>>> GET("/123")
{'items': [{'url': 'https://api.metropublisher.com/123/comments'},
           {'url': 'https://api.metropublisher.com/123/content'},
           {'url': 'https://api.metropublisher.com/123/events'},
           {'url': 'https://api.metropublisher.com/123/files'},
           {'url': 'https://api.metropublisher.com/123/locations'},
           {'url': 'https://api.metropublisher.com/123/sections'},
           {'url': 'https://api.metropublisher.com/123/tags'}]}

Table Of Contents

Previous topic

API Resource Reference

Next topic

Comments