Skip to content
This repository has been archived by the owner on Feb 9, 2021. It is now read-only.

Latest commit

 

History

History
68 lines (38 loc) · 2.04 KB

SchemasApi.md

File metadata and controls

68 lines (38 loc) · 2.04 KB

\SchemasApi

All URIs are relative to https://api.meltwater.com

Method HTTP request Description
GetEditorialStreamingJsonSchema Get /v2/schemas/editorial_streaming.json Editorial Streaming JSON schema
GetSocialStreamingJsonSchema Get /v2/schemas/social_streaming.json Social Streaming JSON schema

GetEditorialStreamingJsonSchema

GetEditorialStreamingJsonSchema($userKey)

Editorial Streaming JSON schema

Get the JSON schema describing the layout of Editorial Streaming documents.

Parameters

Name Type Description Notes
userKey string The `user_key` from developer.meltwater.com.

Return type

void (empty response body)

Authorization

No authorization required

HTTP request headers

  • Content-Type: Not defined
  • Accept: application/json

[Back to top] [Back to API list] [Back to Model list] [Back to README]

GetSocialStreamingJsonSchema

GetSocialStreamingJsonSchema($userKey)

Social Streaming JSON schema

Get the JSON schema describing the layout of Social Streaming documents.

Parameters

Name Type Description Notes
userKey string The `user_key` from developer.meltwater.com.

Return type

void (empty response body)

Authorization

No authorization required

HTTP request headers

  • Content-Type: Not defined
  • Accept: application/json

[Back to top] [Back to API list] [Back to Model list] [Back to README]